summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a clause to the ASTImporter allowing it toSean Callanan2011-11-171-0/+10
* [PCH] When completing an objc forward reference, do not serialize the chain o...Argyrios Kyrtzidis2011-11-121-3/+5
* When importing an ObjCInterfaceDecl, ensure thatSean Callanan2011-11-111-0/+11
* Teach the ASTImporter to import DefinitionData bits.Douglas Gregor2011-11-031-3/+43
* Fix various minor issues find via unreachable code warnings, fromDouglas Gregor2011-11-021-1/+1
* I added a new function to DeclContext calledSean Callanan2011-10-211-23/+23
* Macro metaprogramming for builtin types.John McCall2011-10-181-52/+11
* Keep track when a ObjC interface/protocol was initially created as a forward ...Argyrios Kyrtzidis2011-10-171-1/+2
* Add a new placeholder type to represent "unbridged"John McCall2011-10-171-0/+2
* Teach the ASTImporter to perform DeclContext lookups in a way thatDouglas Gregor2011-10-151-77/+77
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+1
* Teach the ASTImporter not to import redundant fields.Douglas Gregor2011-10-141-50/+101
* Constant expression evaluation refactoring:Richard Smith2011-10-101-19/+9
* Rename TagDecl::isDefinition -> isCompleteDefinitionJohn McCall2011-10-071-6/+7
* Support for C1x _Atomic specifier (see testcase). This is primarily being co...Eli Friedman2011-10-061-1/+9
* Added a flag to identify resolved overloaded function references.Abramo Bagnara2011-10-051-8/+11
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-10/+12
* Allow getting all source locations of selector identifiers in a ObjCMethodDecl.Argyrios Kyrtzidis2011-10-031-3/+3
* Pass from the parser the locations of selector identifiers when creatingArgyrios Kyrtzidis2011-10-031-0/+1
* Don't keep NumSelectorArgs in the ObjCMethodDecl, the number can be derived f...Argyrios Kyrtzidis2011-10-031-2/+1
* Switch assert(0/false) llvm_unreachable.David Blaikie2011-09-231-1/+1
* Fix the ASTImporter's lookup for anonymous structs/unions that get aDouglas Gregor2011-09-221-2/+2
* ArrayRef-ifying Function/BlockDecl's setParamsDavid Blaikie2011-09-211-1/+1
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-1/+1
* Remove a few mutating ObjCCategoryDecl methods.Argyrios Kyrtzidis2011-08-301-5/+2
* objective-c: Treat top-level objective-c declarationsFariborz Jahanian2011-08-271-18/+7
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-0/+1
* Track in the AST whether a function is constexpr.Richard Smith2011-08-151-2/+6
* Extended the AST importer to support ParenTypes.Sean Callanan2011-08-111-0/+9
* Teach the ASTImporter to cope with cases where we have alreadyDouglas Gregor2011-07-291-26/+84
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-271-2/+2
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-32/+32
* This patch (thanks to Doug Gregor) fixes aSean Callanan2011-07-221-4/+1
* This fix (thanks to Doug Gregor) corrects a bugSean Callanan2011-07-191-3/+12
* Switch comments and assert text in AST from 'instantiation' toChandler Carruth2011-07-151-3/+3
* Preserve that a TemplateName was arrived at by substitutingJohn McCall2011-06-301-0/+14
* Implement support for C++11 in-class initialization of non-static data members.Richard Smith2011-06-111-1/+4
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-1/+2
* Implement a new type node, UnaryTransformType, designed to represent aAlexis Hunt2011-05-241-1/+20
* Revert r130912 in order to approach defaulted functions from the otherAlexis Hunt2011-05-061-2/+1
* Implement some framework for defaulted constructors.Alexis Hunt2011-05-051-1/+2
* Nuke stale code for separately importing the qualifer -- it's just partChandler Carruth2011-05-021-7/+0
* Add an optional field attached to a DeclRefExpr which points back to theChandler Carruth2011-05-011-0/+8
* ASTImporter support for NestedNameSpecifier, from Olaf KrzikallaDouglas Gregor2011-04-271-1/+40
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+1
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-28/+46
* fix a bunch of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Make helpers static.Benjamin Kramer2011-03-261-1/+1
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-8/+13
OpenPOWER on IntegriCloud