summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19542-2166/+1633
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-196-0/+87
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-184-2/+27
* [mips] Add '-mrelax-pic-calls', '-mno-relax-pic-calls'Vladimir Stefanovic2019-01-181-0/+8
* Revert "Fix failing MSan bots"George Karpenkov2019-01-183-11/+16
* [clang][slh] add Clang attr no_speculative_load_hardeningZola Bridges2019-01-183-1/+50
* [tooling] Add a new argument adjuster for deleting plugin related command lin...Kadir Cetinkaya2019-01-181-0/+4
* Fix failing MSan botsVlad Tsyrklevich2019-01-183-16/+11
* [analyzer] const-ify reference to bug type used in BugReporterGeorge Karpenkov2019-01-181-6/+6
* [analyzer] Extend BugType constructor to accept "SuppressOnSink" as a parameterGeorge Karpenkov2019-01-181-5/+6
* [analyzer] [RetainCountChecker] Smart pointer support.George Karpenkov2019-01-181-0/+4
* [analyzer] Make sure base-region and its sub-regions are either all alive or ...Artem Dergachev2019-01-181-2/+9
* Make integral-o-pointer conversions in SFINAE illegal.Erich Keane2019-01-171-1/+1
* Add -Wctad-maybe-unsupported to diagnose CTAD on types with no user defined d...Eric Fiselier2019-01-172-0/+8
* Revert r351209 (which was a revert of r350891) with a fix.Aaron Ballman2019-01-171-2/+5
* [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai2019-01-171-0/+1
* Recommit r351160 "[X86] Make _xgetbv/_xsetbv on non-windows platforms"Craig Topper2019-01-161-0/+4
* [Fixed Point Arithmetic] Add APFixedPoint to APValueLeonard Chan2019-01-163-1/+46
* [Fixed Point Arithmetic] Fixed Point AdditionLeonard Chan2019-01-163-0/+34
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-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
* 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
OpenPOWER on IntegriCloud