aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/IdentifierTable.cpp
AgeCommit message (Expand)Author
2011-12-19objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian
2011-10-27Make the loading of information attached to an IdentifierInfo from anDouglas Gregor
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet
2011-09-01Modules hide macro definitions by default, so that silly things likeDouglas Gregor
2011-08-28Warn on missing [super finalize] calls.Nico Weber
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-05objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian
2011-06-15Automatic Reference Counting.John McCall
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-04-18Add SelectorTable::getTotalMemory() to allow clients to query how much memory...Ted Kremenek
2011-04-15C1X: add a language standardPeter Collingbourne
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall
2011-04-09refactor flags for TokenKinds.defDylan Noblesmith
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall
2011-02-18Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne
2010-10-30Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-10-13_Bool is not a keyword in C++. Fixes PR7388 and PR8349.Douglas Gregor
2010-09-03Add symantic support for the Pascal calling convention viaDawn Perchik
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-11-Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-05-21don't make _Bool be a keyword in -fms-extensions mode, patch byChris Lattner
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth
2010-03-12Reintroduce r98340 and r98341 now without copy/paste errors.Kovarththanan Rajaratnam
2010-03-12Back out r98340 abd r98341Kovarththanan Rajaratnam
2010-03-12Switch parameter order for consistency (no functionality change)Kovarththanan Rajaratnam
2010-03-12Add keywords using StringRefKovarththanan Rajaratnam
2010-02-05First stage of adding AltiVec supportJohn Thompson
2009-11-04Implement support for parsing dependent template-ids that refer toDouglas Gregor
2009-10-18PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar
2009-10-17Avoid std::string thrashing in MultiKeywordSelector::getName(), and simplify.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-06-25OpenCL 1.0 Support: support "bool, true, false" tokens when compiling for OpenCLNate Begeman
2009-04-28Simplify the scheme used for keywords, and change the classification Eli Friedman
2009-04-26Some fixes for PCH (de-)serialization of Objective-C AST nodes:Douglas Gregor
2009-04-25Lazily load the controlling macros for all of the headers known in theDouglas Gregor
2009-04-22Remove the serialization code that predates precompiledDouglas Gregor
2009-04-08Add initial support for -imacros. Right now it has the same semantics asChris Lattner
2009-04-03Fix a little typo that was killing de-serializationDouglas Gregor
2009-03-07Selector: (changes made after discussing this more with Steve Naroff)Ted Kremenek
2009-03-06Handle null IdentifierInfo* in Selector::getAsString().Ted Kremenek
2009-03-04allocate MultiKeywordSelector's out of a bump pointer allocator instead of ma...Chris Lattner
2009-03-02improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)Chris Lattner
2009-01-21Add a bit to IdentifierInfo that acts as a simple predicate whichChris Lattner
2009-01-20Fix: <rdar://problem/6510344> [pth] PTH slows down regular lexer considerably...Ted Kremenek