index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Basic
/
IdentifierTable.h
Age
Commit message (
Expand
)
Author
2008-05-01
Added default ctor to Selector.
Ted Kremenek
2008-04-16
Remove uses of "Selector&" and "const Selector&", since Selector is just an
Ted Kremenek
2008-03-05
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-02-24
Two more Windows-related fixes:
Ted Kremenek
2008-02-23
Change encoding of TokenKind in IdentifierTable to be of type "unsigned"
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-11-30
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-13
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-08
Rewrote serialization of IdentifierInfo and IdentifierTable to use methods Emit
Ted Kremenek
2007-10-24
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-24
Silenced a VC++ warning.
Hartmut Kaiser
2007-10-23
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-10-16
Started work on clang object serialization. Experimental
Ted Kremenek
2007-10-08
add a comment.
Chris Lattner
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner