Age | Commit message (Expand) | Author |
2009-11-15 | Fix a missing include from r88876. | Chandler Carruth |
2009-11-15 | Add DeclarationName::dump(). | Anders Carlsson |
2009-11-04 | Give DeclarationName's operator< a more predictable, useful ordering | Douglas Gregor |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | Move misc clients to IdentifierInfo StringRef API. | Daniel Dunbar |
2009-10-17 | Write the preprocessor block after we write out types + declarations, | Douglas Gregor |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
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-07-29 | Change uses of: | Ted Kremenek |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-05-15 | Make sure that we use the canonical type for the names of instantiated | Douglas Gregor |
2009-04-23 | PCH support for all of the predefined Objective-C types, such as id, | Douglas Gregor |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
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-16 | fix long lines. | Chris Lattner |
2009-02-03 | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor |
2009-01-13 | Make sure we don't name a constructor or destructor with a qualified | Douglas Gregor |
2008-12-14 | dont call iterator::end() on every cycle and dont read already-deleted memory | Nuno Lopes |
2008-12-14 | minor WS fix for the previous commit | Nuno Lopes |
2008-12-14 | fix leakage of CXXSpecialName objects in DeclarationNameTable | Nuno Lopes |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-11-24 | Migrate some stuff from NamedDecl::getName() to | Chris Lattner |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | 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 |