index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
ASTReaderInternals.h
Age
Commit message (
Expand
)
Author
2013-04-17
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-03-06
[PCH] For HeaderFileInfoTrait, hash the key using size & time of the file.
Argyrios Kyrtzidis
2013-03-06
[PCH] Remove a couple of fields from serialization::reader::HeaderFileInfoTra...
Argyrios Kyrtzidis
2013-02-05
Remove dead code related to the now defunct PCH stat cache.
Ted Kremenek
2013-01-23
Factor the trait for lookup into the on-based hash table of
Douglas Gregor
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-04-16
Implement the all_lookups_iterator for PCH as a follow-up to r153970. This
Nick Lewycky
2012-04-15
Use forward declarations for ASTDeclContextNameLookupTable and add a missing ...
Benjamin Kramer
2012-01-24
Only mark an IdentifierInfo as having changed since deserialization
Douglas Gregor
2012-01-06
Teach DeclContext deserialization to pay attention to endianness, from
Douglas Gregor
2011-11-30
Promote ModuleMap::Module to a namespace-scope class in the Basic
Douglas Gregor
2011-09-10
remove pedantic ;
Chris Lattner
2011-08-25
Factor the Module and ModuleManager classes out into separate headers
Douglas Gregor