summaryrefslogtreecommitdiffstats
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* [X86] Correct the type string for __builtin_ia32_gathersiv16sf to make the in...Craig Topper2019-01-161-1/+1
* [clang-cl] Alias /Zc:alignedNew[-] to -f[no-]aligned-allocationReid Kleckner2019-01-151-0/+6
* Implement BlockDecl::Capture dump in terms of visitorsStephen Kelly2019-01-151-0/+2
* NFC: Implement OMPClause dump in terms of visitorsStephen Kelly2019-01-151-0/+2
* Implement CXXCtorInitializer dump in terms of VisitorStephen Kelly2019-01-151-0/+2
* [Nios2] Remove Nios2 backendCraig Topper2019-01-153-81/+0
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-154-0/+260
* Revert "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Benjamin Kramer2019-01-151-4/+0
* Revert "Correct the source range returned from preprocessor callbacks."Benjamin Kramer2019-01-151-5/+2
* Reduce ASTMatchers stack footprint. Addresses http://llvm.org/PR38851Alexander Kornienko2019-01-151-1/+1
* NFC: Move Decl node handling to TextNodeDumperStephen Kelly2019-01-151-0/+2
* [ASTDump] NFC: Move dump of type nodes to NodeDumperStephen Kelly2019-01-151-1/+23
* [X86] Make _xgetbv/_xsetbv on non-windows platformsCraig Topper2019-01-151-0/+4
* [ASTDump] NFC: Move dumping of QualType node to TextNodeDumperStephen Kelly2019-01-141-0/+2
* [ASTDump] NFC: Move Type Visit implementation to TextNodeDumperStephen Kelly2019-01-141-0/+2
* Improve a -Wunguarded-availability noteErik Pilkington2019-01-141-1/+4
* [WebAssembly] Remove old builtinsDan Gohman2019-01-141-8/+0
* [Sema] Expose a control flag for integer to pointer ext warningKristina Brooks2019-01-141-1/+2
* [AST] Fix double-traversal of code in top-level lambdas in RAV(implicit = yes).Sam McCall2019-01-141-3/+8
* clang-cl: Fix help text for /O<flags>: '/O2y-' means '/O2 /Oy-', not '/O2 /y-'Nico Weber2019-01-141-1/+1
* clang-cl: Align help texts for /O1 and O2Nico Weber2019-01-141-3/+3
* [OpenCL] Set generic addr space of 'this' in special class members.Anastasia Stulova2019-01-141-0/+4
* [AST] RecursiveASTVisitor visits lambda classes when implicit visitation is on.Sam McCall2019-01-141-30/+22
* [X86] Remove mask parameter from avx512 pmultishiftqb intrinsics. Use select ...Craig Topper2019-01-141-3/+3
* NFC: Make utility privateStephen Kelly2019-01-121-1/+3
* [ASTDump] NFC: Move dump of individual Stmts to TextNodeDumperStephen Kelly2019-01-121-1/+55
* Implement TemplateArgument dumping in terms of VisitorStephen Kelly2019-01-122-1/+115
* [ASTDump] Change parameter to StringRefStephen Kelly2019-01-121-1/+1
* [analyzer] Support for OSObjects out parameters in RetainCountCheckerGeorge Karpenkov2019-01-111-2/+10
* [analyzer] Introduce a convenience method for getting a CallEvent from an arb...George Karpenkov2019-01-111-0/+7
* [Darwin][Driver] Don't pass a file as object_path_lto during ThinLTOSteven Wu2019-01-111-0/+4
* Implement Attr dumping in terms of visitorsStephen Kelly2019-01-113-3/+91
* [ASTDump] Add utility for dumping a label with child nodesStephen Kelly2019-01-111-1/+13
* [LTO] Add option to enable LTOUnit splitting, and disable unless neededTeresa Johnson2019-01-113-0/+10
* [attributes] Extend os_returns_(not_?)_retained attributes to parametersGeorge Karpenkov2019-01-113-3/+30
* [Sema] If CheckPlaceholderExpr rewrites the initializer of an autoAkira Hatanaka2019-01-111-2/+2
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-1/+5
* [AST] Remove ASTContext from getThisType (NFC)Brian Gesiak2019-01-111-1/+1
* Fix header issues.Richard Trieu2019-01-119-3/+9
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-102-68/+75
* Correct the source range returned from preprocessor callbacks.Aaron Ballman2019-01-101-2/+5
* NFC: Change case of identifiersStephen Kelly2019-01-101-10/+10
* [SemaCXX] add -Woverride-init alias to -Winitializer-overridesNick Desaulniers2019-01-101-0/+2
* [analyzer] Update the category name for RetainCountChecker reportsGeorge Karpenkov2019-01-101-1/+1
* [analyzer] [NFC] Reduce redundancy in RetainSummaryManager by using a functionGeorge Karpenkov2019-01-101-4/+3
* [analyzer] [RetainCountChecker] [NFC] Another minor cleanupGeorge Karpenkov2019-01-101-16/+14
* [analyzer] [RetainCountChecker] [NFC] Refactor the way attributes are handledGeorge Karpenkov2019-01-101-8/+10
* [analyzer] [RetainCountChecker] Remove redundant enum UnarySummaryKindGeorge Karpenkov2019-01-101-3/+1
* [analyzer] [RetainCountChecker] Remove obsolete "MakeCollectable" enum valueGeorge Karpenkov2019-01-101-4/+0
* [analyzer] [RetainCountChecker] [NFC] Remove redundant enum items *Msg, as th...George Karpenkov2019-01-101-17/+0