aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Basic/IdentifierTable.h
AgeCommit message (Expand)Author
2008-05-01Added default ctor to Selector.Ted Kremenek
2008-04-16Remove uses of "Selector&" and "const Selector&", since Selector is just anTed Kremenek
2008-03-05Remove the first layer of support for "portability" warnings. This is Chris Lattner
2008-02-24Two more Windows-related fixes:Ted Kremenek
2008-02-23Change encoding of TokenKind in IdentifierTable to be of type "unsigned"Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-30Implemented serialization of SelectorTable and Selectors.Ted Kremenek
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