aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/IdentifierTable.h
AgeCommit message (Expand)Author
2013-04-17[Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis
2013-03-27Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis
2012-12-11Use @import rather than @__experimental_modules_import, since theDouglas Gregor
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-11-11Remove unneeded includes from IdentifierTableNico Weber
2012-10-09If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor
2012-09-25Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko
2012-09-18Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-07-02Documentation cleanup:James Dennett
2012-07-02Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett
2012-06-15Ongoing documentation cleanup:James Dennett
2012-05-05Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis
2012-05-04Synchronize the representations of DeclarationName and Selector soDouglas Gregor
2012-03-01Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek
2012-03-01Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-01-03Eliminate the uglified keyword __import_module__ for importingDouglas Gregor
2012-01-03Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor
2011-10-27Make the loading of information attached to an IdentifierInfo from anDouglas Gregor
2011-10-11Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-07Optimize the preprocessor's handling of the __import_module__Douglas Gregor
2011-08-28Warn on missing [super finalize] calls.Nico Weber
2011-08-27Take an entirely different approach to handling the "parsing" ofDouglas Gregor
2011-08-27Silence a GCC warningDouglas Gregor
2011-08-26Introduce support for a simple module import declaration, whichDouglas Gregor
2011-08-10objective-c: Using existing infrastructure for finding Fariborz Jahanian
2011-08-08objective-c: diagnose protocol inconsistencies in following Fariborz Jahanian
2011-08-05Revert 136984 and 136927.Ted Kremenek
2011-08-04objective-c: diagnose protocol inconsistencies in following Fariborz Jahanian
2011-07-27Silence gcc warningPeter Collingbourne
2011-07-27Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-07-05objc-arc: enforce performSelector rules in rejecting retaining selectorsFariborz Jahanian
2011-06-21Make more use of llvm::StringRef in various APIs. In particular, don'tJay Foad
2011-06-11Implement Objective-C Related Result Type semantics.Douglas Gregor
2011-04-28Parsing/AST support for Structured Exception HandlingJohn Wiegley
2011-04-18Add SelectorTable::getTotalMemory() to allow clients to query how much memory...Ted Kremenek
2011-04-15fix a bunch of comment typos found by codespell. Patch byChris Lattner
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-17Bump up IdentifierInfo::ObjCOrBuiltinID to use 11 bits instead of 10. Fixes ...Ted Kremenek
2010-12-19Add missing standard includes. Patch by Joerg Sonnenberger!Nick Lewycky
2010-10-30Make the deserialization of macro definitions lazy, so that we canDouglas Gregor
2010-10-14When performing typo correction, look through the set of knownDouglas Gregor
2010-09-16Don't add two code-completion results for the same selector; itDouglas Gregor
2010-08-18More PCH -> AST renaming.Sebastian Redl
2010-08-12Add a comment.Argyrios Kyrtzidis
2010-08-11-Make TokenID of IdentifierInfo read-only, remove setTokenID().Argyrios Kyrtzidis