Age | Commit message (Expand) | Author |
2009-10-18 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-17 | Add FIXME. | Daniel Dunbar |
2009-10-17 | Add IdentifierTable::CreateIdentifierInfo(StringRef). | Daniel Dunbar |
2009-10-17 | Add IdentiferInfo::getNameStr() -> StringRef. | Daniel Dunbar |
2009-09-19 | Simplify code with a StringRef. | Benjamin Kramer |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-05-21 | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad |
2009-04-26 | Some fixes for PCH (de-)serialization of Objective-C AST nodes: | Douglas Gregor |
2009-04-25 | Lazily load the controlling macros for all of the headers known in the | Douglas Gregor |
2009-04-25 | Revert my changes that try to avoid creating StringMap entries for | Douglas Gregor |
2009-04-25 | Start implementing the PTH IdentifierInfo-saving trick in PCH, | Douglas Gregor |
2009-04-23 | Add PCH read/write support for Objective-C Selectors. | Steve Naroff |
2009-04-22 | Remove the serialization code that predates precompiled | Douglas Gregor |
2009-04-21 | Lazy deserialization of the declaration chains associated with | Douglas Gregor |
2009-04-20 | Write the identifier table into the PCH file as an on-disk hash table | Douglas Gregor |
2009-04-01 | Parsing, semantic analysis, and template instantiation for typename | Douglas Gregor |
2009-03-14 | Make Selector::getIdentifierInfo() private. I took a first attempt at this last | Ted Kremenek |
2009-03-10 | Simplify SelectorTable::constructSetterName() usage... | Steve Naroff |
2009-03-09 | Reapply r66316, it got accidentally reverted in r66317. | Daniel Dunbar |
2009-03-09 | Implement property '.' notation on Factory/Class objects. Parser changes aren... | Steve Naroff |
2009-03-07 | Revert my last couple patches until I can get them to not make the tests fail. | Ted Kremenek |
2009-03-07 | Cleanup/comment IdentifierInfo::get. | Daniel Dunbar |
2009-03-07 | Teach Diagnostic about Selector. | Ted Kremenek |
2009-03-07 | Selector: (changes made after discussing this more with Steve Naroff) | Ted Kremenek |
2009-03-06 | Remove false assertion. | Ted Kremenek |
2009-03-06 | Add null-check assertion in the constructor of Selector. | Ted Kremenek |
2009-03-04 | allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma... | Chris Lattner |
2009-02-14 | Fix the build on win32. | Cedric Venet |
2009-02-11 | PTH: Replace string identifier to persistent ID lookup with a hashtable. This is | Ted Kremenek |
2009-02-04 | simplify. | Chris Lattner |
2009-02-03 | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor |
2009-01-28 | Update comment. | Ted Kremenek |
2009-01-23 | This is a follow-up to r62675: | Chris Lattner |
2009-01-21 | Add a bit to IdentifierInfo that acts as a simple predicate which | Chris Lattner |
2009-01-20 | Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably... | Ted Kremenek |
2009-01-15 | IdentifierInfo: | Ted Kremenek |
2008-11-24 | Rename Selector::getName() to Selector::getAsString(), and add | Chris Lattner |
2008-11-20 | Rename IdentifierInfo::isName to ::isStr. Use a nifty trick | Chris Lattner |
2008-11-19 | add a new helper method. It is unclear to me why this doesn't work, but GCC | 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 | Introduction the DeclarationName class, as a single, general method of | Douglas Gregor |
2008-11-12 | Don't build identifiers for C++ constructors, destructors, or | Douglas Gregor |
2008-11-07 | Shut off an unsigned/signed comparison warning for GCC. | Argyrios Kyrtzidis |
2008-11-06 | Parsing, ASTs, and semantic analysis for the declaration of overloaded | Douglas Gregor |
2008-11-06 | Reclaim some bits in IdentifierInfo, for later use as overloaded operator names. | Douglas Gregor |
2008-10-02 | Unbreak build: claim an extra bit for BuiltinID. | Daniel Dunbar |
2008-08-09 | fix spello | Nico Weber |
2008-07-21 | minor cleanup to the actions interface to pass around SmallVectorImpl instead | Chris Lattner |
2008-05-01 | Added default ctor to Selector. | Ted Kremenek |