| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Implement AST import support for class template specializations. | Douglas Gregor | 2010-12-01 | 1 | -35/+363 |
| * | Implement basic AST importing and merging support for class template | Douglas Gregor | 2010-11-30 | 1 | -5/+359 |
| * | Teach the ASTImporter how to create CXXMethodDecls. Somehow, this case was mi... | Douglas Gregor | 2010-11-29 | 1 | -0/+7 |
| * | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -7/+3 |
| * | Major anonymous union/struct redesign. | Francois Pichet | 2010-11-21 | 1 | -0/+37 |
| * | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -20/+10 |
| * | Calculate the value kind of an expression when it's created and | John McCall | 2010-11-18 | 1 | -5/+10 |
| * | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson | 2010-11-10 | 1 | -2/+2 |
| * | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -2/+6 |
| * | Pass TInfo to CXXDestructorDecl::Create(), just like we do for other | Craig Silverstein | 2010-10-21 | 1 | -1/+1 |