summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith2014-09-031-3/+7
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-0/+8
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-6/+6
* Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith2013-10-231-1/+1
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+3
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+1
* Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor2013-01-221-6/+7
* When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor2013-01-211-0/+63
* Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor2013-01-211-0/+58
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+1
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+6
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-86/+80
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-80/+86
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Change the representation of builtin functions in the ASTEli Friedman2012-08-311-0/+3
* 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
OpenPOWER on IntegriCloud