Age | Commit message (Expand) | Author |
2010-10-14 | When performing typo correction, look through the set of known | Douglas Gregor |
2010-09-16 | Don't add two code-completion results for the same selector; it | Douglas Gregor |
2010-08-18 | More PCH -> AST renaming. | Sebastian Redl |
2010-08-12 | Add a comment. | Argyrios Kyrtzidis |
2010-08-11 | -Make TokenID of IdentifierInfo read-only, remove setTokenID(). | Argyrios Kyrtzidis |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-06-17 | use typedef to make hack more transparent and also appease gcc3.4 constness w... | Gabor Greif |
2010-03-12 | Make IdentifierTable::get(StringRef) "primary" (no functionality change) | Kovarththanan Rajaratnam |
2010-03-12 | Add IdentifierTable::get() overload and start using it | Kovarththanan Rajaratnam |
2010-03-12 | Cleanup using StringRef | Kovarththanan Rajaratnam |
2010-03-12 | Switch over IdentifierInfoLookup to StringRef | Kovarththanan Rajaratnam |
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-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 |