Age | Commit message (Expand) | Author |
2010-08-11 | Added locations and type source info for DeclarationName. | Abramo Bagnara |
2010-07-25 | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor |
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-17 | Add printName to DeclarationName which prints the human-readable name on a | Benjamin Kramer |
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-23 | move a few more symbols to .rodata/.data.rel.ro | Nuno Lopes |
2009-12-10 | spread 'const' love to some variables. this considerably reduces the amount o... | Nuno Lopes |
2009-11-29 | Add DeclarationName support for C++0x operator literals. They should now work as | Sean Hunt |
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 |