aboutsummaryrefslogtreecommitdiff
path: root/Basic/IdentifierTable.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-03-05Remove the first layer of support for "portability" warnings. This is Chris Lattner
2008-02-19fix the second half of PR2041: __restrict is ok in c90 mode, even ifChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-01Fixed bug in the serialization of SelectorTable where we did not register theTed Kremenek
2007-11-30Implemented serialization of SelectorTable and Selectors.Ted Kremenek
2007-11-15Break out bool/true/false support into a LangOptionNate Begeman
2007-11-13Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek
2007-11-10Changed the serialization of IdentifierTable to only serialize out entriesTed Kremenek
2007-11-09Changed method call to reflect updated serialization API.Ted Kremenek
2007-11-08Rewrote serialization of IdentifierInfo and IdentifierTable to use methods EmitTed Kremenek
2007-11-05Added registration to deserialization engine of IdentifierInfo* asTed Kremenek
2007-10-24Modified current clients of Bitcode-Object serialization to use theTed Kremenek
2007-10-23Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek
2007-10-10avoid accessing off the end of identifiers.Chris Lattner
2007-10-07move IdentifierTable.h from liblex to libbasic.Chris Lattner