summaryrefslogtreecommitdiffstats
path: root/lib/Serialization/ASTCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restore r142914 and r142915, now with missing file and apparentJohn McCall2011-10-251-0/+1
* Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi2011-10-251-1/+0
* Introduce a placeholder type for "pseudo object"John McCall2011-10-251-0/+1
* Add a new placeholder type to represent "unbridged"John McCall2011-10-171-0/+2
* Provide half floating point support as a storage only type.Anton Korobeynikov2011-10-141-0/+1
* Make yet another placeholder type, this one marking that an expression is a b...John McCall2011-04-261-0/+1
* Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall2011-04-071-0/+1
* Implement the C++0x deduced 'auto' feature.Richard Smith2011-02-201-3/+0
* The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner2010-12-251-1/+2
* Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis2010-10-141-0/+4
* Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis2010-08-201-0/+40
* Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis2010-08-201-0/+29