aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/IdentifierTable.h
AgeCommit message (Expand)Author
2007-11-13Renamed all serialization "Materialize" methods to "Create" to conform withTed Kremenek
2007-11-08Rewrote serialization of IdentifierInfo and IdentifierTable to use methods EmitTed Kremenek
2007-10-24Modified current clients of Bitcode-Object serialization to use theTed Kremenek
2007-10-24Silenced a VC++ warning.Hartmut Kaiser
2007-10-23Implemented serialization for IdentifierInfo and IdentifierTable.Ted Kremenek
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-10-16Started work on clang object serialization. ExperimentalTed Kremenek
2007-10-08add a comment.Chris Lattner
2007-10-07move IdentifierTable.h from liblex to libbasic.Chris Lattner