aboutsummaryrefslogtreecommitdiff
path: root/clang/docs
AgeCommit message (Expand)Author
2018-10-30[clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev
2018-10-29Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington
2018-10-29Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman
2018-10-29Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington
2018-10-29Support for groups of attributes in #pragma clang attributeErik Pilkington
2018-10-26PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith
2018-10-26Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru
2018-10-22Hopefully fix the documentation generation issueSylvestre Ledru
2018-10-22Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...Sylvestre Ledru
2018-10-19[Hexagon] Remove support for V4Krzysztof Parzyszek
2018-10-12[Doc] fix second error in UsersManualJonas Toth
2018-10-12[Doc] fix BB, add code-block typeJonas Toth
2018-10-11Update user's manual documentation of profile remapping file to matchRichard Smith
2018-10-11[clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev
2018-10-10Update documentation to indicate that profile remapping support is onlyRichard Smith
2018-10-10Add a flag to remap manglings when reading profile data information.Richard Smith
2018-10-09Remove non-existant typeloc matchers from documentationStephen Kelly
2018-10-09Regenerate AST Matcher docsStephen Kelly
2018-10-02clang-format: better handle statement macrosFrancois Ferrand
2018-10-01Update CMakeLists.txt snippet so that example compilesStephen Kelly
2018-09-25[analyzer] Add a testing facility for testing relationships between symbols.Artem Dergachev
2018-09-25[AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo
2018-09-18[Modules] Add platform and environment features to requires clauseBruno Cardoso Lopes
2018-09-17[ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang
2018-09-12[AArch64] Support reserving x1-7 registers.Tri Vo
2018-09-12[Diagnostic] Fix a warning typo. NFC.Matt Davis
2018-09-11Introduce the VTable interleaving scheme to the CFI design documentationPeter Collingbourne
2018-09-11[clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice
2018-09-11[ASTMatchers] add three matchers for dependent expressionsJonas Toth
2018-09-10ReleaseNotes: update links to use httpsHans Wennborg
2018-08-23[docs] Regenerate ClangCommandLineReference.rstVedant Kumar
2018-08-23[ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang
2018-08-22Update the docs for using LLVM toolset in Visual StudioStephen Kelly
2018-08-19[CodeGen] add rotate builtins that map to LLVM funnel shift Sanjay Patel
2018-08-19revert r340137: [CodeGen] add rotate builtinsSanjay Patel
2018-08-19[CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)Sanjay Patel
2018-08-19revert r340135: [CodeGen] add rotate builtinsSanjay Patel
2018-08-19[CodeGen] add rotate builtinsSanjay Patel
2018-08-17[ThinLTO] Correct documentation on default number of threadsTeresa Johnson
2018-08-12[ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang
2018-08-12[ASTMatchers] Add matchers unresolvedMemberExpr, cxxDependentScopeMemberExprShuai Wang
2018-08-09Port getLocStart -> getBeginLocStephen Kelly
2018-08-08[analyzer] Fix a typo in `RegionStore.txt`.Henry Wong
2018-08-06[docs] Don't use the `asm` syntax highlighting (which our docs builderChandler Carruth
2018-08-01Update docs version and clear release notes after 8.0.0 version bumpHans Wennborg
2018-08-01UserManual: Update with the latest clang-cl flagsHans Wennborg
2018-07-31clang-format: try to make the doc for ConstructorInitializerAllOnOneLineOrOne...Hans Wennborg
2018-07-30[docs] UndefinedBehaviorSanitizer.rst: {,un}signed-integer-overflow: tune docsRoman Lebedev
2018-07-30[clang][ubsan] Implicit Conversion Sanitizer - integer truncation - clang partRoman Lebedev
2018-07-30[OPENMP] Modify the info about OpenMP support in UsersManual, NFC.Alexey Bataev