summaryrefslogtreecommitdiffstats
path: root/clang/Basic/IdentifierTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug in the serialization of SelectorTable where we did not register theTed Kremenek2007-12-011-0/+9
* Implemented serialization of SelectorTable and Selectors.Ted Kremenek2007-11-301-2/+77
* Break out bool/true/false support into a LangOptionNate Begeman2007-11-151-4/+15
* Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek2007-11-131-1/+1
* Changed the serialization of IdentifierTable to only serialize out entriesTed Kremenek2007-11-101-2/+2
* Changed method call to reflect updated serialization API.Ted Kremenek2007-11-091-1/+1
* Rewrote serialization of IdentifierInfo and IdentifierTable to use methods EmitTed Kremenek2007-11-081-45/+63
* Added registration to deserialization engine of IdentifierInfo* asTed Kremenek2007-11-051-0/+2
* Modified current clients of Bitcode-Object serialization to use theTed Kremenek2007-10-241-28/+31
* Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek2007-10-231-1/+65
* avoid accessing off the end of identifiers.Chris Lattner2007-10-101-0/+1
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-0/+374
OpenPOWER on IntegriCloud