summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [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