aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Serialization/ASTCommon.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith1-0/+1
2017-02-16[OpenCL] Correct ndrange_t implementationAnastasia Stulova1-3/+0
2016-12-20[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith1-0/+1
2016-12-19Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper1-1/+0
2016-12-19[c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith1-0/+1
2016-09-08C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith1-0/+2
2016-07-22P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith1-0/+2
2016-06-28P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith1-0/+1
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic1-0/+3
2016-04-15Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic1-3/+0
2016-04-13Enable support for __float128 in ClangNemanja Ivanovic1-0/+3
2016-04-13[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader1-1/+1
2016-04-08[OpenCL] Complete image types support.Alexey Bader1-35/+4
2016-03-03[OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev1-0/+1
2016-03-02Serialize `#pragma detect_mismatch`.Nico Weber1-0/+1
2016-03-02Serialize `#pragma comment`.Nico Weber1-0/+1
2016-02-11[OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev1-1/+1
2016-02-08[OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev1-0/+1
2015-11-04[Sema] Implement __make_integer_seqDavid Majnemer1-0/+1
2015-10-20Roll-back r250822.Angel Garcia Gomez1-1/+1
2015-10-20Apply modernize-use-default to clang.Angel Garcia Gomez1-1/+1
2015-09-15Run clang-format to unify the switch statement style as suggest here: http://...Alexey Bader1-44/+127
2015-09-15[OpenCL] Add new types for OpenCL 2.0.Alexey Bader1-0/+30
2015-08-25[OPENMP 4.0] Initial support for array sections.Alexey Bataev1-0/+1
2015-07-07Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor1-0/+1
2015-03-07Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith1-1/+6
2015-02-07[modules] Treat friend declarations that are lexically within a dependentRichard Smith1-0/+18
2014-09-03[modules] Make NamespaceAliasDecl redeclarable, as it should be. This fixesRichard Smith1-3/+7
2014-08-28[modules] Number anonymous declarations that are lexically within mergeableRichard Smith1-0/+8
2014-05-22[C++11] Use 'nullptr'. Serialization edition.Craig Topper1-6/+6
2013-10-23Make UsingShadowDecls redeclarable. This fixes some visibility problems withRichard Smith1-1/+1
2013-08-06Started implementing variable templates. Top level declarations should be ful...Larisse Voufo1-0/+3
2013-04-16Sema for Captured StatementsTareq A. Siraj1-0/+2
2013-04-16Basic support for Microsoft property declarations andJohn McCall1-0/+1
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev1-0/+1
2013-02-22[Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han1-0/+1
2013-02-07Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei1-0/+1
2013-01-22Make getDefinitiveDeclContext() actually return a DeclContext, as oneDouglas Gregor1-6/+7
2013-01-21When deserializing a declaration, don't look for redeclarations if itsDouglas Gregor1-0/+63
2013-01-21Introduce a fast path for the ASTReader's name lookup within aDouglas Gregor1-0/+58
2013-01-20Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei1-0/+1
2012-12-18Re-commit r170428 changes with Linux style file endings.Guy Benyei1-0/+6
2012-12-18Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei1-86/+80
2012-12-18Add OpenCL images as clang builtin types.Guy Benyei1-80/+86
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-1/+1
2012-08-31Change the representation of builtin functions in the ASTEli Friedman1-0/+3
2011-10-25Restore r142914 and r142915, now with missing file and apparentJohn McCall1-0/+1
2011-10-25Revert r142914 and r142915, due to possibly missing file.NAKAMURA Takumi1-1/+0
2011-10-25Introduce a placeholder type for "pseudo object"John McCall1-0/+1
2011-10-17Add a new placeholder type to represent "unbridged"John McCall1-0/+2