Age | Commit message (Expand) | Author |
2013-01-23 | Add constness for NestedNameSpecifier::Create parameter | Dmitri Gribenko |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-06-18 | Documentation cleanup: | James Dennett |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-09 | [AST] NestedNameSpecifier's ctor/dtor are trivial and should be inlined. | Daniel Dunbar |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-04 | Move various diagnostic operator<< overloads out of line and remove includes ... | Benjamin Kramer |
2011-12-04 | Support decltype in nested-name-specifiers. | David Blaikie |
2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-06 | Fixed enum types can be complete without actually being valid to use | John McCall |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-02-28 | Refactor the construction of nested-name-specifiers with | Douglas Gregor |
2011-02-25 | Push nested-name-specifier source location information into | Douglas Gregor |
2011-02-25 | Use NestedNameSpecifierLoc within out-of-line variables, function, and | Douglas Gregor |
2011-02-25 | Update UsingDecl, UnresolvedUsingTypenameDecl, and | Douglas Gregor |
2011-02-24 | Retain complete source-location information for C++ | Douglas Gregor |
2011-02-24 | Teach NestedNameSpecifier to keep track of namespace aliases the same | Douglas Gregor |
2011-01-19 | Change QualType::getTypePtr() to return a const pointer, then change a | John McCall |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2010-12-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
2010-07-25 | Kill off the last Destroy method in the AST library | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-02 | Add a wicked little test-case that illustrates what we have to deal | Douglas Gregor |
2009-08-26 | Improve diagnostics and recovery when the nested-name-specifier of a | Douglas Gregor |
2009-07-12 | Match declaration to definition. | Daniel Dunbar |
2009-06-30 | Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. | Chris Lattner |
2009-05-29 | Create a new PrintingPolicy class, which we pass down through the AST | Douglas Gregor |
2009-04-01 | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor |
2009-03-31 | Some cleanup and renaming. No functionality change | Douglas Gregor |
2009-03-30 | Remove a trivial FIXME | Douglas Gregor |
2009-03-27 | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor |
2009-03-26 | Revamp our representation of C++ nested-name-specifiers. We now have a | Douglas Gregor |
2009-03-19 | Generalize printing of nested-name-specifier sequences for use in both | Douglas Gregor |
2009-03-19 | Introduce a representation for types that we referred to via a | Douglas Gregor |