summaryrefslogtreecommitdiffstats
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-9][Preamble] Stop circular inclusion of main file when buil...release_80-basedNikolai Kosjar2019-05-211-0/+2
* [backported/clang-9][libclang] Fix CXTranslationUnit_KeepGoingNikolai Kosjar2019-04-041-5/+7
* [clang-format] Introduce the flag which allows not to shrink linesIvan Donchevskii2019-04-041-0/+13
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-04-042-0/+8
* [Frontend] Cache preamble-related dataIvan Donchevskii2019-04-041-40/+68
* Merging r355489:Hans Wennborg2019-03-081-0/+5
* Merging r352119:Hans Wennborg2019-03-081-1/+1
* Merging r355491:Hans Wennborg2019-03-081-0/+6
* Merging r354937:Hans Wennborg2019-03-081-4/+6
* Merging r354968:Hans Wennborg2019-02-271-5/+5
* Merging r354035:Hans Wennborg2019-02-181-0/+5
* Merging r353976:Hans Wennborg2019-02-142-8/+4
* Revert r350404Hans Wennborg2019-02-132-15/+9
* [WebAssembly] Backport custom import name changes for clang to 8.0.Hans Wennborg2019-02-122-1/+51
* Merging r353493:Hans Wennborg2019-02-121-2/+2
* Merging r353431:Hans Wennborg2019-02-121-12/+17
* Merging r353393:Hans Wennborg2019-02-071-2/+2
* Merging r352463:Hans Wennborg2019-02-011-5/+5
* Merging r352672:Hans Wennborg2019-02-011-1/+1
* Merging r352221 and r352222:Hans Wennborg2019-01-281-0/+4
* Merging r352079:Hans Wennborg2019-01-251-3/+2
* Merging r351579:Hans Wennborg2019-01-251-0/+8
* Merging r351531:Hans Wennborg2019-01-231-0/+4
* Merging r351344:Hans Wennborg2019-01-171-0/+4
* [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