aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/IdentifierTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-01-02s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith1-3/+3
2013-01-02s/CPlusPlus0x/CPlusPlus11/gRichard Smith1-1/+1
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor1-1/+1
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-11-11Remove unneeded includes from IdentifierTableNico Weber1-1/+0
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko1-0/+1
2012-09-05Allow disabling of wchar_t type.Abramo Bagnara1-0/+2
2012-08-10Add missing cctype includes.Joerg Sonnenberger1-0/+1
2012-07-24Change the way KEYNOMS is defined to be more comprehensible. Francois Pichet1-2/+2
2012-07-22char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...Francois Pichet1-1/+5
2012-06-15Documentation cleanup: escape @ in a Doxygen comment.James Dennett1-2/+2
2012-05-04Synchronize the representations of DeclarationName and Selector soDouglas Gregor1-9/+9
2012-03-11Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky1-1/+1
2012-03-01Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek1-0/+4
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek1-1/+1
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith1-2/+2
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer1-1/+13
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie1-1/+2
2012-01-03Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor1-2/+4
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor1-0/+1
2012-01-03Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor1-4/+3
2011-12-23Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer1-2/+2
2011-12-19objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian1-1/+3
2011-10-27Make the loading of information attached to an IdentifierInfo from anDouglas Gregor1-0/+2
2011-10-17For modules, all macros that aren't include guards are implicitlyDouglas Gregor1-0/+2
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith1-7/+10
2011-09-17Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet1-1/+1
2011-09-01Modules hide macro definitions by default, so that silly things likeDouglas Gregor1-0/+1
2011-08-28Warn on missing [super finalize] calls.Nico Weber1-0/+1
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-13/+13
2011-07-05objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian1-0/+2
2011-06-15Automatic Reference Counting.John McCall1-2/+5
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor1-0/+1
2011-04-18Add SelectorTable::getTotalMemory() to allow clients to query how much memory...Ted Kremenek1-0/+4
2011-04-15C1X: add a language standardPeter Collingbourne1-1/+3
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall1-0/+5
2011-04-09refactor flags for TokenKinds.defDylan Noblesmith1-12/+12
2011-03-02Move some of the logic about classifying Objective-C methods intoJohn McCall1-0/+50
2011-02-18Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor1-0/+5
2011-02-14OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne1-1/+3
2010-10-30Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner1-1/+1
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor1-0/+16
2010-10-13_Bool is not a keyword in C++. Fixes PR7388 and PR8349.Douglas Gregor1-2/+2
2010-09-03Add symantic support for the Pascal calling convention viaDawn Perchik1-1/+3
2010-08-18More PCH -> AST renaming.Sebastian Redl1-1/+1
2010-08-11-Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis1-4/+3
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl1-0/+1
2010-05-21don't make _Bool be a keyword in -fms-extensions mode, patch byChris Lattner1-1/+3
2010-04-17Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth1-3/+3
2010-03-12Reintroduce r98340 and r98341 now without copy/paste errors.Kovarththanan Rajaratnam1-14/+15