summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/IdentifierTable.h
Commit message (Expand)AuthorAgeFilesLines
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-111-0/+3
* Reverted r223114, it caused failure on on clang-native-arm-cortex-a9.Serge Pavlov2014-12-021-3/+0
* Emit warning if define or undef reserved identifier or keyword.Serge Pavlov2014-12-021-0/+3
* clang-format a recent commit I madeDavid Blaikie2014-11-191-1/+1
* Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.David Blaikie2014-11-191-27/+20
* Objective-C. Under a special flag, -Wcstring-format-directive,Fariborz Jahanian2014-09-091-1/+13
* Objective-C. Warn if user has made explicit callFariborz Jahanian2014-08-221-0/+1
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-3/+2
* [C++11] Use 'nullptr'Craig Topper2014-05-061-2/+2
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-031-1/+3
* ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian2013-10-101-1/+2
* ObjectiveC migrator: For consistency, also inferFariborz Jahanian2013-09-181-1/+2
* Documentation cleanup: Fixing \brief comments, migrating away from old styleJames Dennett2013-09-131-26/+26
* ObjectiveC migrator: remove dead code.Fariborz Jahanian2013-08-291-1/+0
* ObjectiveC migrator: Add another family of factory Fariborz Jahanian2013-08-021-1/+2
* ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian2013-08-021-4/+1
* revert patch I added in r187655. It still breaks publicFariborz Jahanian2013-08-021-1/+4
* ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian2013-08-021-4/+1
* Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola2013-08-021-1/+4
* ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian2013-08-011-4/+1
* ObjC migrator: more knobs toward doingFariborz Jahanian2013-07-231-2/+2
* ObjC migrator: Define family of methodsFariborz Jahanian2013-07-231-0/+16
* cleanup (address some more review comments for r183474):Adrian Prantl2013-06-101-1/+1
* address some comments on r183474:Adrian Prantl2013-06-071-4/+11
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-171-1/+1
* Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis2013-03-271-3/+0
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-111-2/+2
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-1/+1
* Remove unneeded includes from IdentifierTableNico Weber2012-11-111-1/+0
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-091-0/+3
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-251-4/+13
* Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper2012-09-181-2/+2
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-151-4/+4
* Documentation cleanup:James Dennett2012-07-021-25/+31
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-021-4/+5
* Ongoing documentation cleanup:James Dennett2012-06-151-13/+14
* Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis2012-05-051-0/+1
* Synchronize the representations of DeclarationName and Selector soDouglas Gregor2012-05-041-2/+8
* Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek2012-03-011-5/+0
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-011-11/+14
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-10/+1
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-031-3/+24
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-031-1/+2
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-271-9/+37
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-111-1/+16
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Optimize the preprocessor's handling of the __import_module__Douglas Gregor2011-09-071-1/+1
* Warn on missing [super finalize] calls.Nico Weber2011-08-281-0/+1
* Take an entirely different approach to handling the "parsing" ofDouglas Gregor2011-08-271-1/+1
* Silence a GCC warningDouglas Gregor2011-08-271-1/+1