summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed RefersToEnclosingLocal bitfield to RefersToCapturedVariable.Alexey Bataev2014-12-161-1/+1
* Fixed an 80-column violation.Sean Callanan2014-12-101-6/+7
* Fixed the AST importer ot use redeclaration contexts properly.Sean Callanan2014-12-101-16/+16
* Made the ASTImporter resilient if it can't importSean Callanan2014-12-101-1/+6
* Updated the AST importer to support importingSean Callanan2014-12-101-0/+30
* Correct importing of the type of a TemplateArgumentDavid Blaikie2014-10-221-4/+5
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* Adding attributes to the IndirectFieldDecl that we generate for anonymous str...Aaron Ballman2014-10-151-3/+6
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+7
* unique_ptrify SourceManager::createFileIDDavid Blaikie2014-08-291-1/+1
* Update for LLVM api change.Rafael Espindola2014-08-271-2/+3
* Factor out exception specification information fromRichard Smith2014-07-311-11/+11
* Convert some function arguments to use ArrayRef.Craig Topper2014-06-261-3/+2
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-161-2/+1
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-121-232/+232
* Fix up indentation and fix an 80 column violation.Craig Topper2014-05-071-19/+20
* [C++11] Replacing ObjCObjectType iterators qual_begin() and qual_end() with i...Aaron Ballman2014-03-171-4/+2
* [C++11] Replacing FunctionProtoType iterators exception_begin() and exception...Aaron Ballman2014-03-171-4/+2
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-171-4/+2
* [C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...Aaron Ballman2014-03-131-6/+2
* [C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...Aaron Ballman2014-03-131-14/+10
* [C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...Aaron Ballman2014-03-071-13/+6
* Renaming the chains() ranged iterator to chain() per suggestion by Richard Sm...Aaron Ballman2014-03-071-1/+1
* [C++11] Replacing IndirectFieldDecl iterators chain_begin() and chain_end() w...Aaron Ballman2014-03-071-3/+2
* [C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...Aaron Ballman2014-03-071-5/+2
* [C++11] Replacing FunctionDecl iterators param_begin() and param_end() with i...Aaron Ballman2014-03-071-3/+2
* When deciding whether or not to resolve twoSean Callanan2014-03-041-0/+15
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-26/+17
* Update FunctionTypeLoc and related names to match r199686Alp Toker2014-01-211-1/+1
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-8/+7
* Clean up variable template handling a bit, and correct the behavior of nameRichard Smith2014-01-161-2/+1
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-031-2/+1
* Implement DR1460: fix handling of default initializers in unions; don't allowRichard Smith2013-12-101-0/+1
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-2/+3
* Implement final resolution of DR1402: implicitly-declared move operators thatRichard Smith2013-11-041-3/+0
* ObjectiveC: under -Wunused-property-ivar warn if property'sFariborz Jahanian2013-10-251-1/+2
* This patch addresses a problem encountered by theSean Callanan2013-10-091-1/+10
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-09-261-1/+2
* Revert "Implement a rudimentary form of generic lambdas."Manuel Klimek2013-08-221-3/+1
* Implement a rudimentary form of generic lambdas.Faisal Vali2013-08-221-1/+3
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-7/+240
* Use SmallVectorImpl instead of SmallVector for iterators and references to av...Craig Topper2013-07-041-1/+1
* [AST] Introduce a new DecayedType sugar nodeReid Kleckner2013-06-241-0/+7
* Use FPT::getArgTypes() instead of manually building ArrayRefsReid Kleckner2013-06-101-4/+1
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-4/+4
* Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis...Argyrios Kyrtzidis2013-05-031-1/+1
* Keep track of an @implementation's super class name location, if one was prov...Argyrios Kyrtzidis2013-05-031-0/+1
* In the ASTImporter, when checking whether twoSean Callanan2013-04-261-0/+6
OpenPOWER on IntegriCloud