| Commit message (Expand) | Author | Age | Files | Lines |
| * | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -0/+14 |
| * | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith | 2011-06-11 | 1 | -1/+4 |
| * | Implement Objective-C Related Result Type semantics. | Douglas Gregor | 2011-06-11 | 1 | -1/+2 |
| * | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -1/+20 |
| * | Revert r130912 in order to approach defaulted functions from the other | Alexis Hunt | 2011-05-06 | 1 | -2/+1 |
| * | Implement some framework for defaulted constructors. | Alexis Hunt | 2011-05-05 | 1 | -1/+2 |
| * | Nuke stale code for separately importing the qualifer -- it's just part | Chandler Carruth | 2011-05-02 | 1 | -7/+0 |
| * | Add an optional field attached to a DeclRefExpr which points back to the | Chandler Carruth | 2011-05-01 | 1 | -0/+8 |
| * | ASTImporter support for NestedNameSpecifier, from Olaf Krzikalla | Douglas Gregor | 2011-04-27 | 1 | -1/+40 |
| * | Make yet another placeholder type, this one marking that an expression is a b... | John McCall | 2011-04-26 | 1 | -0/+1 |
| * | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -28/+46 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -1/+1 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -0/+1 |
| * | Make helpers static. | Benjamin Kramer | 2011-03-26 | 1 | -1/+1 |
| * | Propagate the new exception information to FunctionProtoType. | Sebastian Redl | 2011-03-12 | 1 | -8/+13 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -6/+7 |
| * | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -15/+15 |
| * | Teach libclang's token-annotation logic about context-sensitive | Douglas Gregor | 2011-03-08 | 1 | -2/+4 |
| * | Fixed NamespaceDecl source range. | Abramo Bagnara | 2011-03-08 | 1 | -2/+3 |
| * | Fixed source range for all DeclaratorDecl's. | Abramo Bagnara | 2011-03-08 | 1 | -3/+14 |
| * | Completed source ranges fixes for all classes inheriting from TypeDecl. | Abramo Bagnara | 2011-03-06 | 1 | -4/+4 |
| * | Fixed TypedefDecl and TemplateTypeParameter source range. | Abramo Bagnara | 2011-03-06 | 1 | -1/+4 |
| * | Currently we can only remap a file by creating a MemoryBuffer and replacing t... | Argyrios Kyrtzidis | 2011-03-05 | 1 | -2/+2 |
| * | Push nested-name-specifier location information into DeclRefExpr and | Douglas Gregor | 2011-02-28 | 1 | -2/+2 |
| * | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor | 2011-02-25 | 1 | -36/+12 |
| * | Implement the C++0x deduced 'auto' feature. | Richard Smith | 2011-02-20 | 1 | -3/+22 |
| * | Import three interesting bits that apply only to C++ methods. | John McCall | 2011-01-27 | 1 | -0/+3 |
| * | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall | 2011-01-19 | 1 | -59/+66 |
| * | Introduce the notion of a "minimal" import of ASTs, to better support LLDB. | Douglas Gregor | 2011-01-18 | 1 | -4/+26 |
| * | Introduce a new kind of TemplateName that captures a substituted | Douglas Gregor | 2011-01-15 | 1 | -0/+18 |
| * | Teach template template argument pack expansions to keep track of the | Douglas Gregor | 2011-01-14 | 1 | -1/+1 |
| * | Fix a few warnings stemming from my inability to properly fill out | Douglas Gregor | 2011-01-14 | 1 | -0/+15 |
| * | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall | 2011-01-06 | 1 | -0/+11 |
| * | Replace the representation of template template argument pack | Douglas Gregor | 2011-01-05 | 1 | -2/+16 |
| * | Implement support for template template parameter packs, e.g., | Douglas Gregor | 2011-01-05 | 1 | -0/+1 |
| * | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 1 | -1/+6 |
| * | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 1 | -1/+2 |
| * | Add an AST representation for non-type template parameter | Douglas Gregor | 2010-12-23 | 1 | -1/+1 |
| * | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor | 2010-12-20 | 1 | -1/+8 |
| * | Restore r121752 without modification. | John McCall | 2010-12-14 | 1 | -8/+4 |
| * | Pull out r121752 in case it's causing the selfhost breakage. | John McCall | 2010-12-14 | 1 | -4/+8 |
| * | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall | 2010-12-14 | 1 | -8/+4 |
| * | Added ParenType type node. | Abramo Bagnara | 2010-12-10 | 1 | -0/+7 |
| * | Fix two thinkos and add a test for importing the AST of a category | Douglas Gregor | 2010-12-08 | 1 | -2/+3 |
| * | Implement AST import for Objective-C property implementations | Douglas Gregor | 2010-12-07 | 1 | -0/+82 |
| * | Implement ASTImporter support for Objective-C category implementations. | Douglas Gregor | 2010-12-07 | 1 | -0/+36 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -4/+4 |
| * | Extern the ASTImporter to import @implementation declarations. | Douglas Gregor | 2010-12-07 | 1 | -2/+76 |
| * | Added struct/class syntactic info for c++0x scoped enum. | Abramo Bagnara | 2010-12-03 | 1 | -3/+4 |
| * | Fix inverted return value in the ASTImporter. No matter how much LLVM | Douglas Gregor | 2010-12-02 | 1 | -2/+2 |