summaryrefslogtreecommitdiff
path: root/include/clang/Basic/IdentifierTable.h
Commit message (Expand)AuthorAge
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-03
* ObjectiveC migrator: For 'default' and 'shared' family ofFariborz Jahanian2013-10-10
* ObjectiveC migrator: For consistency, also inferFariborz Jahanian2013-09-18
* Documentation cleanup: Fixing \brief comments, migrating away from old styleJames Dennett2013-09-13
* ObjectiveC migrator: remove dead code.Fariborz Jahanian2013-08-29
* ObjectiveC migrator: Add another family of factory Fariborz Jahanian2013-08-02
* ObjectiveC migrator: Fixes public buildbot failures,Fariborz Jahanian2013-08-02
* revert patch I added in r187655. It still breaks publicFariborz Jahanian2013-08-02
* ObjectiveC migration. Check-in patch reverted in r187634.Fariborz Jahanian2013-08-02
* Revert "ObjectiveC migrator. Migrate to instancetype return type for mehods w...Rafael Espindola2013-08-02
* ObjectiveC migrator. Migrate to instancetype return typeFariborz Jahanian2013-08-01
* ObjC migrator: more knobs toward doingFariborz Jahanian2013-07-23
* ObjC migrator: Define family of methodsFariborz Jahanian2013-07-23
* cleanup (address some more review comments for r183474):Adrian Prantl2013-06-10
* address some comments on r183474:Adrian Prantl2013-06-07
* [Modules] Use global index to improve typo correction performanceArgyrios Kyrtzidis2013-04-17
* Remove IdentifierInfo::setHadMacroDefinition()Argyrios Kyrtzidis2013-03-27
* Use @import rather than @__experimental_modules_import, since theDouglas Gregor2012-12-11
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* Remove unneeded includes from IdentifierTableNico Weber2012-11-11
* If a macro has been #undef'd in a precompiled header, we still need toDouglas Gregor2012-10-09
* Macro history (de-)serialization. Deserialization currently reads only the la...Alexander Kornienko2012-09-25
* Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper2012-09-18
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko2012-09-15
* Documentation cleanup:James Dennett2012-07-02
* Documentation cleanup: reformatting/fixing up file comments so that they haveJames Dennett2012-07-02
* Ongoing documentation cleanup:James Dennett2012-06-15
* Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings.Argyrios Kyrtzidis2012-05-05
* Synchronize the representations of DeclarationName and Selector soDouglas Gregor2012-05-04
* Moving tagging of '__experimental_modules_import' IdentifierInfo out ofTed Kremenek2012-03-01
* Change @import to @__experimental_modules_import. We are not ready to commit...Ted Kremenek2012-03-01
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-04
* Eliminate the uglified keyword __import_module__ for importingDouglas Gregor2012-01-03
* Introduce a non-uglified syntax for module imports in Objective-C:Douglas Gregor2012-01-03
* Make the loading of information attached to an IdentifierInfo from anDouglas Gregor2011-10-27
* Add a -Wc++0x-compat warning for C++11 keywords used as identifiers when inRichard Smith2011-10-11
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-26
* Optimize the preprocessor's handling of the __import_module__Douglas Gregor2011-09-07
* Warn on missing [super finalize] calls.Nico Weber2011-08-28
* Take an entirely different approach to handling the "parsing" ofDouglas Gregor2011-08-27
* Silence a GCC warningDouglas Gregor2011-08-27
* Introduce support for a simple module import declaration, whichDouglas Gregor2011-08-26
* objective-c: Using existing infrastructure for finding Fariborz Jahanian2011-08-10
* objective-c: diagnose protocol inconsistencies in following Fariborz Jahanian2011-08-08
* Revert 136984 and 136927.Ted Kremenek2011-08-05
* objective-c: diagnose protocol inconsistencies in following Fariborz Jahanian2011-08-04
* Silence gcc warningPeter Collingbourne2011-07-27
* Add support for C++0x unicode string and character literals, from Craig Topper!Douglas Gregor2011-07-27