Age | Commit message (Expand) | Author |
2013-03-15 | Silence anonymous type in anonymous union warnings. | Eric Christopher |
2012-12-29 | Removed duplicate logic. | Erik Verbruggen |
2012-12-01 | Don't include Type.h in DeclarationName.h. | Benjamin Kramer |
2012-09-18 | Mark unimplemented copy constructors and copy assignment operators with LLVM_... | Craig Topper |
2012-05-19 | Simplify some users of DeclarationName::getNameKind. Fold getFETokenInfoAsVoi... | Benjamin Kramer |
2012-05-04 | Synchronize the representations of DeclarationName and Selector so | Douglas Gregor |
2012-05-03 | Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedu... | Douglas Gregor |
2012-05-03 | Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and | Douglas Gregor |
2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
2012-03-09 | [AST] Add DeclaratioName::getLoc{Start,End} for consistency. | Daniel Dunbar |
2012-02-08 | [libclang] For CXXOperatorCallExprs, give a valid source location to the Decl... | Argyrios Kyrtzidis |
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-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
2011-07-01 | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor |
2011-01-12 | PR3558: mark "logically const" accessor methods in ASTContext as const, | Jay Foad |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
2010-11-12 | Fix use of an uninitialized SourceLocation because DeclarationNameLoc failed ... | Ted Kremenek |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-05-10 | Allocate most of DeclarationNamesTable using ASTContext's allcocator. The on... | Ted Kremenek |
2010-05-10 | Start converting pieces of DeclarationNameTable to be allocated using ASTCont... | Ted Kremenek |
2010-04-23 | Strip cv-qualifiers when building C++ constructor and destructor | Douglas Gregor |
2010-04-17 | Add printName to DeclarationName which prints the human-readable name on a | Benjamin Kramer |
2010-04-02 | Resolve a layering violation by making AddTaggedVal public for | Chandler Carruth |
2010-02-13 | Switch the standard DeclarationName comparator to be a tri-valued comparator. | John McCall |
2010-01-13 | Implement semantic checking for C++ literal operators. | Sean Hunt |
2010-01-11 | Implement name lookup for conversion function template specializations | Douglas Gregor |
2009-12-15 | update to match LLVM API change: | Chris Lattner |
2009-11-29 | Add DeclarationName support for C++0x operator literals. They should now work as | Sean Hunt |
2009-11-24 | DeclarationName::getIdentifier should take a const IdentifierInfo, since the | John McCall |
2009-11-15 | Add DeclarationName::dump(). | Anders Carlsson |
2009-10-06 | Refactor the code that walks a C++ inheritance hierarchy, searching | Douglas Gregor |
2009-09-25 | WIP implementation of explicit instantiation of function templates, | Douglas Gregor |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-09 | Propagate the ASTContext to various AST traversal and lookup functions. | Douglas Gregor |
2009-03-27 | Initial implementation of parsing, semantic analysis, and template | Douglas Gregor |
2009-03-21 | continue dancing around the obvious algorithm issues in PR3810: | Chris Lattner |
2009-03-21 | add an assertion for unreachable code. | Chris Lattner |
2009-03-14 | Remove dead DeclarationName constructors that involving knowing about the | Ted Kremenek |
2009-02-03 | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-11-23 | add support for inserting a DeclarationName into a diagnostic directly | Chris Lattner |
2008-11-18 | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor |
2008-11-17 | Eliminate all of the placeholder identifiers used for constructors, | Douglas Gregor |
2008-11-17 | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor |
2008-11-17 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |