summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/IdentifierTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-3/+3
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-1/+1
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-1/+1
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Remove unneeded includes from IdentifierTableNico Weber2012-11-111-1/+0
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-251-0/+1
* Allow disabling of wchar_t type.Abramo Bagnara2012-09-051-0/+2
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Change the way KEYNOMS is defined to be more comprehensible. Francois Pichet2012-07-241-2/+2
* char16_t and char32_t are defined via typedef in MSVC 11 RC. So introduce a w...Francois Pichet2012-07-221-1/+5
* Documentation cleanup: escape @ in a Doxygen comment.James Dennett2012-06-151-2/+2
* Synchronize the representations of DeclarationName and Selector soDouglas Gregor2012-05-041-9/+9
* Fix typo in comment, 'langauge' -> 'language'.Nick Lewycky2012-03-111-1/+1
* Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek2012-03-011-0/+4
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-1/+13
* Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie2012-01-171-1/+2
* Re-uglify #public and #private to #__public_macro and #__private_macro.Douglas Gregor2012-01-031-2/+4
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-0/+1
* Under -fmodules, accept #public <macroname> and #private <macroname>Douglas Gregor2012-01-031-4/+3
* Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" ...Benjamin Kramer2011-12-231-2/+2
* objc-arc: bridge casts in non-objc-arc mode are ignord.Fariborz Jahanian2011-12-191-1/+3
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-0/+2
* For modules, all macros that aren't include guards are implicitlyDouglas Gregor2011-10-171-0/+2
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-111-7/+10
* Rename LangOptions::Microsoft to LangOptions::MicrosoftExt to make it clear t...Francois Pichet2011-09-171-1/+1
* Modules hide macro definitions by default, so that silly things likeDouglas Gregor2011-09-011-0/+1
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-0/+1
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-13/+13
* objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian2011-07-051-0/+2
* Automatic Reference Counting.John McCall2011-06-151-2/+5
* Implement Objective-C Related Result Type semantics.Douglas Gregor2011-06-111-0/+1
* Add SelectorTable::getTotalMemory() to allow clients to query how much memory...Ted Kremenek2011-04-181-0/+4
* C1X: add a language standardPeter Collingbourne2011-04-151-1/+3
* Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall2011-04-091-0/+5
* refactor flags for TokenKinds.defDylan Noblesmith2011-04-091-12/+12
* Move some of the logic about classifying Objective-C methods intoJohn McCall2011-03-021-0/+50
* Selector::getIdentifierInfoForSlot() can return NULL values, a factDouglas Gregor2011-02-181-0/+5
* OpenCL: add support for __kernel, kernel keywords and EXTENSION,Peter Collingbourne2011-02-141-1/+3
* Rename alignof -> alignOf to avoid irritating C++'0x compilers,Chris Lattner2010-10-301-1/+1
* When performing typo correction, look through the set of knownDouglas Gregor2010-10-141-0/+16
* _Bool is not a keyword in C++. Fixes PR7388 and PR8349.Douglas Gregor2010-10-131-2/+2
* Add symantic support for the Pascal calling convention viaDawn Perchik2010-09-031-1/+3
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* -Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis2010-08-111-4/+3
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-0/+1
* don't make _Bool be a keyword in -fms-extensions mode, patch byChris Lattner2010-05-211-1/+3
* Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are notChandler Carruth2010-04-171-3/+3
* Reintroduce r98340 and r98341 now without copy/paste errors.Kovarththanan Rajaratnam2010-03-121-14/+15
OpenPOWER on IntegriCloud