summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for the OpenCL vec_step operator, by generalising andPeter Collingbourne2011-03-111-6/+7
* Fixed InnerLocStart.Abramo Bagnara2011-03-091-15/+15
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-2/+4
* Fixed NamespaceDecl source range.Abramo Bagnara2011-03-081-2/+3
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-3/+14
* Completed source ranges fixes for all classes inheriting from TypeDecl.Abramo Bagnara2011-03-061-4/+4
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+4
* Currently we can only remap a file by creating a MemoryBuffer and replacing t...Argyrios Kyrtzidis2011-03-051-2/+2
* Push nested-name-specifier location information into DeclRefExpr andDouglas Gregor2011-02-281-2/+2
* Use NestedNameSpecifierLoc within out-of-line variables, function, andDouglas Gregor2011-02-251-36/+12
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+22
* Import three interesting bits that apply only to C++ methods.John McCall2011-01-271-0/+3
* Change QualType::getTypePtr() to return a const pointer, then change aJohn McCall2011-01-191-59/+66
* Introduce the notion of a "minimal" import of ASTs, to better support LLDB.Douglas Gregor2011-01-181-4/+26
* Introduce a new kind of TemplateName that captures a substitutedDouglas Gregor2011-01-151-0/+18
* Teach template template argument pack expansions to keep track of theDouglas Gregor2011-01-141-1/+1
* Fix a few warnings stemming from my inability to properly fill outDouglas Gregor2011-01-141-0/+15
* Introduce an AttributedType, but don't actually use it anywhere yet.John McCall2011-01-061-0/+11
* Replace the representation of template template argument packDouglas Gregor2011-01-051-2/+16
* Implement support for template template parameter packs, e.g.,Douglas Gregor2011-01-051-0/+1
* Implement pack expansions whose pattern is a base-specifier.Douglas Gregor2011-01-031-1/+6
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
* Add an AST representation for non-type template parameterDouglas Gregor2010-12-231-1/+1
* Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor2010-12-201-1/+8
* Restore r121752 without modification.John McCall2010-12-141-8/+4
* Pull out r121752 in case it's causing the selfhost breakage.John McCall2010-12-141-4/+8
* Factor out most of the extra state in a FunctionProtoType into a separateJohn McCall2010-12-141-8/+4
* Added ParenType type node.Abramo Bagnara2010-12-101-0/+7
* Fix two thinkos and add a test for importing the AST of a categoryDouglas Gregor2010-12-081-2/+3
* Implement AST import for Objective-C property implementationsDouglas Gregor2010-12-071-0/+82
* Implement ASTImporter support for Objective-C category implementations.Douglas Gregor2010-12-071-0/+36
* PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() andJay Foad2010-12-071-4/+4
* Extern the ASTImporter to import @implementation declarations.Douglas Gregor2010-12-071-2/+76
* Added struct/class syntactic info for c++0x scoped enum.Abramo Bagnara2010-12-031-3/+4
* Fix inverted return value in the ASTImporter. No matter how much LLVMDouglas Gregor2010-12-021-2/+2
OpenPOWER on IntegriCloud