aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclarationName.h
AgeCommit message (Expand)Author
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-09Propagate the ASTContext to various AST traversal and lookup functions.Douglas Gregor
2009-03-27Initial implementation of parsing, semantic analysis, and templateDouglas Gregor
2009-03-21continue dancing around the obvious algorithm issues in PR3810:Chris Lattner
2009-03-21add an assertion for unreachable code.Chris Lattner
2009-03-14Remove dead DeclarationName constructors that involving knowing about theTed Kremenek
2009-02-03Semantic analysis, ASTs, and unqualified name lookup support for C++Douglas Gregor
2008-12-11Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor
2008-11-23add support for inserting a DeclarationName into a diagnostic directlyChris Lattner
2008-11-18Extend DeclarationName to support C++ overloaded operators, e.g.,Douglas Gregor
2008-11-17Eliminate all of the placeholder identifiers used for constructors,Douglas Gregor
2008-11-17Updated IdentifierResolver to deal with DeclarationNames. The names ofDouglas Gregor
2008-11-17Introduction the DeclarationName class, as a single, general method ofDouglas Gregor