summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Recommit r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd...Craig Topper2019-01-071-37/+19
* Revert r350555 "[X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd b...Craig Topper2019-01-071-19/+37
* [X86] Use funnel shift intrinsics for the VBMI2 vshld/vshrd builtins.Craig Topper2019-01-071-37/+19
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-072-80/+143
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-072-49/+68
* [clang] Add AST matcher for initializer list membersHyrum Wright2019-01-071-0/+13
* [CTU] Make loadExternalAST return with non nullptr on successGabor Marton2019-01-071-2/+3
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-072-9/+11
* DR674, PR38883, PR40238: Qualified friend lookup should look for aRichard Smith2019-01-072-5/+5
* [OpenMP] Refactor const restriction for reductionsJoel E. Denny2019-01-041-2/+2
* [OpenMP] Replace predetermined shared for const variableJoel E. Denny2019-01-041-0/+2
* hwasan: Implement lazy thread initialization for the interceptor ABI.Peter Collingbourne2019-01-044-0/+9
* [ObjCARC] Add an new attribute, objc_externally_retainedErik Pilkington2019-01-045-16/+66
* Add two new pragmas for controlling software pipelining optimizations.Aaron Ballman2019-01-043-8/+65
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-042-9/+15
* [Basic] Extend DiagnosticEngine to store and format Qualifiers.Anastasia Stulova2019-01-043-20/+25
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-032-8/+9
* [OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...Patrick Lyster2019-01-021-0/+8
* Add vtable anchor to classes.Richard Trieu2018-12-293-0/+4
* [analyzer] [NFC] Clean up the mess of constructing argument effects in Retain...George Karpenkov2018-12-241-11/+8
* [Distro] Support detecting GentooMichal Gorny2018-12-231-0/+5
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-222-84/+144
* Convert some ObjC retain/release msgSends to runtime calls.Pete Cooper2018-12-211-0/+37
* Remove stat cache chaining as it's no longer needed after PTH support has beenAlex Lorenz2018-12-212-41/+3
* [AST][NFC] Pack CXXOperatorCallExprBruno Ricci2018-12-212-19/+34
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-213-121/+219
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-13/+3
* [Sema] Produce diagnostics when C++17 aligned allocation/deallocationAkira Hatanaka2018-12-211-0/+9
* Add support for namespaces on #pragma clang attributeErik Pilkington2018-12-203-3/+15
* [ObjC] Messages to 'self' in class methods that return 'instancetype' shouldAlex Lorenz2018-12-201-7/+6
* Make the "too many braces in scalar initialization" extension causeRichard Smith2018-12-201-1/+1
* Allow direct navigation to static analysis checker documentation through SARI...Aaron Ballman2018-12-205-151/+310
* Correct the diagnose_if attribute documentation. Fixes PR35845.Aaron Ballman2018-12-201-2/+2
* [Sema] Better static assert diagnostics for expressions involving temporaries...Clement Courbet2018-12-202-7/+6
* [Driver] Add .hasAnySanitizer() to SanitizerArgsMichal Gorny2018-12-191-0/+1
* [Basic] Correct description of SanitizerSet.empty()Michal Gorny2018-12-191-1/+1
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-187-20/+110
* [AST] Unify the code paths of traversing lambda expressions.Haojian Wu2018-12-181-19/+12
* Automatic variable initializationJF Bastien2018-12-187-1/+43
* Update Microsoft name mangling scheme for exception specifiers in the type sy...Reid Kleckner2018-12-171-5/+8
* Fix build after r349380Alex Lorenz2018-12-171-1/+1
* [darwin] parse the SDK settings from SDKSettings.json if it exists andAlex Lorenz2018-12-175-2/+60
* [ASTImporter] Add importer specific lookupGabor Marton2018-12-173-3/+100
* [ASTImporter] Fix redecl chain of classes and class templatesGabor Marton2018-12-171-0/+11
* [Docs] Expand -fstack-protector and -fstack-protector-allCarey Williams2018-12-171-3/+10
* [analyzer] MoveChecker: Enable by default as cplusplus.Move.Artem Dergachev2018-12-171-3/+3
* [analyzer] Fix some expressions staying live too long. Add a debug checker.Artem Dergachev2018-12-162-2/+9
* [analyzer][NFC] Merge ClangCheckerRegistry to CheckerRegistryKristof Umann2018-12-152-9/+10
* [analyzer][NFC] Move CheckerRegistry from the Core directory to FrontendKristof Umann2018-12-153-22/+37
* [analyzer] Prefer returns values to out-params in CheckerRegistry.cppKristof Umann2018-12-152-2/+8