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
/
ASTCommon.cpp
Age
Commit message (
Expand
)
Author
2011-10-25
Restore r142914 and r142915, now with missing file and apparent
John McCall
2011-10-25
Revert r142914 and r142915, due to possibly missing file.
NAKAMURA Takumi
2011-10-25
Introduce a placeholder type for "pseudo object"
John McCall
2011-10-17
Add a new placeholder type to represent "unbridged"
John McCall
2011-10-14
Provide half floating point support as a storage only type.
Anton Korobeynikov
2011-04-26
Make yet another placeholder type, this one marking that an expression is a b...
John McCall
2011-04-07
Basic, untested implementation for an "unknown any" type requested by LLDB.
John McCall
2011-02-20
Implement the C++0x deduced 'auto' feature.
Richard Smith
2010-12-25
The -fshort-wchar option causes wchar_t to become unsigned, in addition to being
Chris Lattner
2010-10-14
Give a default implementation for ASTDeserializationListener's methods, no fu...
Argyrios Kyrtzidis
2010-08-20
Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...
Argyrios Kyrtzidis
2010-08-20
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...
Argyrios Kyrtzidis