aboutsummaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTCommon.cpp
AgeCommit message (Expand)Author
2013-04-16Sema for Captured StatementsTareq A. Siraj
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei
2013-01-22Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor
2013-01-21When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor
2013-01-21Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-08-31Change the representation of builtin functions in the ASTEli Friedman
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi
2011-10-25Introduce a placeholder type for "pseudo object"John McCall
2011-10-17Add a new placeholder type to represent "unbridged"John McCall
2011-10-14Provide half floating point support as a storage only type.Anton Korobeynikov
2011-04-26Make yet another placeholder type, this one marking that an expression is a b...John McCall
2011-04-07Basic, untested implementation for an "unknown any" type requested by LLDB.John McCall
2011-02-20Implement the C++0x deduced 'auto' feature.Richard Smith
2010-12-25The -fshort-wchar option causes wchar_t to become unsigned, in addition to beingChris Lattner
2010-10-14Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis
2010-08-20Refactoring; move the functionality of ASTWriter::GetOrCreateTypeID to the mo...Argyrios Kyrtzidis
2010-08-20Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis