summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTCommon.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r314955: "Remove PendingBody mechanism for function and ObjC method de...Daniel Jasper2017-10-111-2/+2
* PR33924: Merge block-scope anonymous declarations if there are multiple defin...Richard Smith2017-10-051-2/+2
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+3
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-3/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+3
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-171-0/+1
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-3/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-201-0/+1
* Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."Daniel Jasper2016-12-191-1/+0
* [c++1z] P0195R2: Support pack-expansion of using-declarations.Richard Smith2016-12-191-0/+1
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-081-0/+2
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+1
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+3
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-35/+4
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+1
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+1
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+1
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+1
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+1
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Run clang-format to unify the switch statement style as suggest here: http://...Alexey Bader2015-09-151-44/+127
* [OpenCL] Add new types for OpenCL 2.0.Alexey Bader2015-09-151-0/+30
* [OPENMP 4.0] Initial support for array sections.Alexey Bataev2015-08-251-0/+1
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+1
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-1/+6
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-071-0/+18
* [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