summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse lo...Gheorghe-Teodor Bercea2019-01-092-0/+5
* Removing an include that was not necessary; NFC.Aaron Ballman2019-01-091-19/+19
* [AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci2019-01-094-74/+20
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-092-138/+217
* Fix typo in commentNico Weber2019-01-091-1/+1
* Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.Anastasia Stulova2019-01-091-30/+47
* [ASTDump] NFC: Move dumpDeclRef to NodeDumperStephen Kelly2019-01-081-3/+5
* Implement the TreeStructure interface through the TextNodeDumperStephen Kelly2019-01-082-85/+86
* [Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2019-01-081-2/+2
* __has_feature(pragma_clang_attribute_namespaces) should be __has_extensionErik Pilkington2019-01-081-1/+7
* Revert "Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtor"Erik Pilkington2019-01-082-3/+1
* Fix use-after-free bug in Tooling.Alexander Kornienko2019-01-081-4/+4
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-082-7/+20
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-082-27/+49
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-082-51/+91
* Split -Wdelete-non-virtual-dtor into -Wdelete-abstract-non-virtual-dtorErik Pilkington2019-01-082-1/+3
* NFC: Replace asserts with if() in SourceLocation accessorsStephen Kelly2019-01-072-10/+16
* Add a __has_feature check for namespaces on #pragma clang attribute.Erik Pilkington2019-01-071-0/+1
* 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