summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement AST import support for class template specializations.Douglas Gregor2010-12-011-35/+363
* Implement basic AST importing and merging support for class templateDouglas Gregor2010-11-301-5/+359
* Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was mi...Douglas Gregor2010-11-291-0/+7
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-7/+3
* Major anonymous union/struct redesign.Francois Pichet2010-11-211-0/+37
* Refactoring of Diagnostic class.Argyrios Kyrtzidis2010-11-181-20/+10
* Calculate the value kind of an expression when it's created andJohn McCall2010-11-181-5/+10
* Add a variant of GCC-style vector types for ARM NEON.Bob Wilson2010-11-101-2/+2
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+6
* Pass TInfo to CXXDestructorDecl::Create(), just like we do for otherCraig Silverstein2010-10-211-1/+1
OpenPOWER on IntegriCloud