summaryrefslogtreecommitdiffstats
path: root/include/clang/AST
Commit message (Expand)AuthorAgeFilesLines
* Merging r311695:Hans Wennborg2017-08-251-1/+4
* Merging r310983:Hans Wennborg2017-08-211-2/+72
* Merging r310776:Hans Wennborg2017-08-171-2/+1
* Merging r308996:Hans Wennborg2017-08-031-0/+5
* Merging r309058:Hans Wennborg2017-07-261-0/+1
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-183-14/+253
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-151-0/+1
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-141-0/+4
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-131-5/+5
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-131-0/+13
* RecursiveASTVisitor should visit the nested name qualifiers inAlex Lorenz2017-07-111-0/+1
* clang-import-test had some dead code. I did the following to eliminate it:Sean Callanan2017-07-101-4/+0
* [modules ts] Improve merging of module-private declarations.Richard Smith2017-07-051-1/+1
* [modules ts] Declarations from a module interface unit are only visible outsideRichard Smith2017-07-051-1/+1
* [Modules] Implement ODR-like semantics for tag types in C/ObjCBruno Cardoso Lopes2017-07-011-2/+4
* [Sema] Issue diagnostics if a new/delete expression generates a call toAkira Hatanaka2017-06-291-1/+4
* Fix NSAPI constants to reflect the current state ofAlex Lorenz2017-06-291-2/+2
* [ASTReader] Treat multiple defns of ObjC protocols the same as interfaces.Graydon Hoare2017-06-281-0/+54
* [OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.Alexey Bataev2017-06-271-1/+2
* Make sure TraverseInitListExpr visits InitListExpr exactly twiceStephan Bergmann2017-06-271-3/+15
* [CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.Akira Hatanaka2017-06-271-0/+5
* PR33552: Distinguish between declarations that are owned by no module andRichard Smith2017-06-231-58/+97
* Function with unparsed body is a definitionSerge Pavlov2017-06-211-1/+1
* Prevent devirtualization of calls to un-instantiated functions.Sunil Srivastava2017-06-201-0/+11
* Reverted 305379 (Function with unparsed body is a definition)Serge Pavlov2017-06-141-1/+1
* Function with unparsed body is a definitionSerge Pavlov2017-06-141-1/+1
* [DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.Alexey Bataev2017-06-091-4/+39
* Fixed warning: 'virtual void clang::ExternalASTSource::CompleteType(clang::Ob...Galina Kistanova2017-06-071-0/+2
* Fix a couple of class template argument deduction crashes with libc++'s tuple.Richard Smith2017-06-071-4/+12
* Implement isDefined by call to isThisDeclarationADefinition.Serge Pavlov2017-06-041-7/+8
* Fixed warningsPiotr Padlewski2017-06-011-0/+1
* Emit available_externally vtables opportunisticallyPiotr Padlewski2017-06-011-0/+21
* Adding a const overload of DesignatedInitExpr::getDesignator().Aaron Ballman2017-05-261-0/+3
* [coroutines] Build GRO declaration and return GRO statementGor Nishanov2017-05-221-4/+9
* [index] Fix forward declarations interfering with USR generation of external ...Argyrios Kyrtzidis2017-05-201-0/+5
* Do not issue -Wnullability-completeness for dependent types that are not writ...Richard Smith2017-05-191-4/+5
* CodeGen: Cast alloca to expected address spaceYaxun Liu2017-05-182-4/+6
* [index] Avoid one more crash caused by infinite recursion that happens whenAlex Lorenz2017-05-181-1/+5
* [modules] Switch from inferring owning modules based on source location toRichard Smith2017-05-182-9/+12
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-172-10/+14
* [OpenCL] Emit function-scope variable in constant address space as static var...Yaxun Liu2017-05-151-1/+8
* Revert r302965 - [modules] When creating a declaration, cache its owningDaniel Jasper2017-05-152-14/+10
* [ASTImporter] Improve handling of incomplete typesSean Callanan2017-05-131-0/+2
* [modules] When creating a declaration, cache its owning module immediatelyRichard Smith2017-05-122-10/+14
* [AST] RecursiveASTVisitor should not crash on lambdas with type attributesAlex Lorenz2017-05-101-1/+1
* [index] Index simple dependent declaration referencesAlex Lorenz2017-05-102-3/+25
* [AST] Fix copy&paste error in comment. NFC.Malcolm Parsons2017-05-081-1/+1
* [ODRHash] Fix typo, NFCRichard Trieu2017-05-051-1/+1
* [ASTImporter] Move structural equivalence context to its own file. NFCIBruno Cardoso Lopes2017-04-281-0/+101
* [X86] Support of no_caller_saved_registers attributeOren Ben Simhon2017-04-271-13/+25