summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* UserManual: Tweak the /Zc:dllexportInlines- docs someHans Wennborg2018-11-131-7/+8
* Revert rL346644, rL346642: the added test test/CodeGen/code-coverage-filter.c...Calixte Denizet2018-11-122-55/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-122-0/+55
* Release notes: Mention clang-cl's /Zc:dllexportInlines- flagHans Wennborg2018-11-121-0/+5
* clang-cl: Add documentation for /Zc:dllexportInlines-Hans Wennborg2018-11-121-0/+76
* [ASTMatchers] overload ignoringParens for ExprJonas Toth2018-11-091-0/+11
* clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg2018-11-081-0/+12
* Update our URLs in clang doc to use httpsSylvestre Ledru2018-11-0430-756/+755
* Change -fsanitize-address-poison-class-member-array-new-cookie to -fsanitize-...Filipe Cabecinhas2018-11-022-6/+8
* [clang] try-fix broken documentation builderJonas Toth2018-10-311-0/+1
* [clang][ubsan] Implicit Conversion Sanitizer - integer sign change - clang partRoman Lebedev2018-10-302-8/+44
* Revert "Revert "Support for groups of attributes in #pragma clang attribute""Erik Pilkington2018-10-292-9/+11
* Add the isStaticLocal() AST matcher for matching on local static variables.Aaron Ballman2018-10-291-0/+12
* Revert "Support for groups of attributes in #pragma clang attribute"Erik Pilkington2018-10-292-11/+9
* Support for groups of attributes in #pragma clang attributeErik Pilkington2018-10-292-9/+11
* PR26547: alignof should return ABI alignment, not preferred alignmentRichard Smith2018-10-261-0/+20
* Update the example of BS_Stroustrup to match what is done by clang-formatSylvestre Ledru2018-10-261-9/+6
* Hopefully fix the documentation generation issueSylvestre Ledru2018-10-221-2/+4
* Generate ClangFormatStyleOptions.rst from Format.h (using docs/tools/dump_for...Sylvestre Ledru2018-10-221-14/+42
* [Hexagon] Remove support for V4Krzysztof Parzyszek2018-10-191-1/+1
* [Doc] fix second error in UsersManualJonas Toth2018-10-121-1/+1
* [Doc] fix BB, add code-block typeJonas Toth2018-10-121-1/+1
* Update user's manual documentation of profile remapping file to matchRichard Smith2018-10-111-5/+8
* [clang][ubsan] Split Implicit Integer Truncation Sanitizer into unsigned and ...Roman Lebedev2018-10-111-2/+11
* Update documentation to indicate that profile remapping support is onlyRichard Smith2018-10-101-0/+6
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-102-0/+68
* Remove non-existant typeloc matchers from documentationStephen Kelly2018-10-092-110/+3
* Regenerate AST Matcher docsStephen Kelly2018-10-091-7/+29
* clang-format: better handle statement macrosFrancois Ferrand2018-10-021-0/+9
* Update CMakeLists.txt snippet so that example compilesStephen Kelly2018-10-011-0/+1
* [analyzer] Add a testing facility for testing relationships between symbols.Artem Dergachev2018-09-251-0/+17
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-251-0/+36
* [Modules] Add platform and environment features to requires clauseBruno Cardoso Lopes2018-09-181-1/+6
* [ASTMatchers] Let isArrow also support UnresolvedMemberExpr, CXXDependentScop...Shuai Wang2018-09-171-0/+61
* [AArch64] Support reserving x1-7 registers.Tri Vo2018-09-121-0/+28
* [Diagnostic] Fix a warning typo. NFC.Matt Davis2018-09-121-3/+3
* Introduce the VTable interleaving scheme to the CFI design documentationPeter Collingbourne2018-09-111-0/+148
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-111-0/+5
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-111-0/+40
* ReleaseNotes: update links to use httpsHans Wennborg2018-09-101-9/+9
* [docs] Regenerate ClangCommandLineReference.rstVedant Kumar2018-08-231-96/+192
* [ASTMatchers] Let hasObjectExpression also support UnresolvedMemberExpr, CXXD...Shuai Wang2018-08-231-0/+28
* Update the docs for using LLVM toolset in Visual StudioStephen Kelly2018-08-221-9/+10
* [CodeGen] add rotate builtins that map to LLVM funnel shift Sanjay Patel2018-08-191-0/+64
* revert r340137: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add/fix rotate builtins that map to LLVM funnel shift (retry)Sanjay Patel2018-08-191-0/+64
* revert r340135: [CodeGen] add rotate builtinsSanjay Patel2018-08-191-64/+0
* [CodeGen] add rotate builtinsSanjay Patel2018-08-191-0/+64
* [ThinLTO] Correct documentation on default number of threadsTeresa Johnson2018-08-171-1/+3
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-2/+21