summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
...
* [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar2016-10-102-8/+9
* Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned ...Daniel Jasper2016-10-102-2/+0
* P0035R4: Semantic analysis and code generation for C++17 overalignedRichard Smith2016-10-102-0/+2
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-082-0/+18
* [modules] Be sure to emit local specializations of imported templates, even ifRichard Smith2016-10-061-4/+41
* Allocate after the early exit checks. NFC.Vassil Vassilev2016-10-061-2/+2
* [modules] Allow VarDecls with initializers to use special var abbrev.Vassil Vassilev2016-10-062-11/+9
* Use StringRef for MemoryBuffer identifier API (NFC)Mehdi Amini2016-10-011-4/+3
* P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith2016-09-292-4/+7
* [ASTImporter] Implement some expression-related AST node import (part 2)Aleksei Sidorin2016-09-282-0/+2
* Remove excessive padding from RedeclarableResultAlexander Shaposhnikov2016-09-241-7/+8
* Remove excessive padding from ObjCCategoriesVisitorAlexander Shaposhnikov2016-09-241-8/+8
* Revert "[modules] When merging one definition into another, propagate the lis...Eric Liu2016-09-141-3/+16
* [modules] When merging one definition into another, propagate the list ofRichard Smith2016-09-141-16/+3
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-132-0/+36
* Fix interaction between serialization and c++1z feature.Richard Trieu2016-09-131-1/+1
* [modules] When we merge two definitions of a function, mark the retainedRichard Smith2016-09-122-24/+31
* Modules: for ObjectiveC try to keep the definition invariant.Manman Ren2016-09-091-36/+59
* C++ Modules TS: Add parsing and some semantic analysis support forRichard Smith2016-09-083-0/+18
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-072-36/+213
* Do not validate pch when -fno-validate-pch is setYaxun Liu2016-09-071-5/+25
* Clean up handling of reading module files from stdin. Don't bother trying toRichard Smith2016-09-021-3/+6
* Refactor to avoid holding a reference to a container element that could go awayRichard Smith2016-09-021-40/+36
* PR29166: when merging declarations with typedef names for linkage purposes,Richard Smith2016-08-301-1/+1
* Fix a bug preventing the cause for a module file-not-found from being displayedAdrian Prantl2016-08-291-1/+1
* Fix a bug preventing the cause of a module-out-of-date error from being printedAdrian Prantl2016-08-291-1/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-2/+5
* Refactor to remove the assumption that we know the name of the module we're e...Richard Smith2016-08-251-6/+13
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-252-2/+2
* PR29097: add an update record when we instantiate the default memberRichard Smith2016-08-243-0/+32
* [GraphTraits] Replace all NodeType usage with NodeRefTim Shen2016-08-221-4/+3
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-183-20/+21
* Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma"Diana Picus2016-08-182-19/+0
* [OpenMP] Sema and parsing for 'teams distribute simd’ pragmaKelvin Li2016-08-172-0/+19
* [GraphWriter] Change GraphWriter to use NodeRef in GraphTraitsTim Shen2016-08-171-0/+1
* P0217R3: serialization/deserialization support for c++17 decomposition declar...Richard Smith2016-08-122-2/+39
* [ASTReader] Use real move semantics instead of emulating them in the copy ctor.Benjamin Kramer2016-08-061-3/+3
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-2/+3
* [OpenMP] Sema and parsing for 'teams distribute' pragmaKelvin Li2016-08-052-0/+19
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-302-1/+3
* [OpenMP] Code generation for the is_device_ptr clauseSamuel Antao2016-07-282-5/+57
* [OpenMP] Codegen for use_device_ptr clause.Samuel Antao2016-07-282-4/+67
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-261-6/+12
* P0217R3: Parsing support and framework for AST representation of C++1zRichard Smith2016-07-221-0/+2
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-223-10/+23
* [OpenMP] Sema and parsing for 'target simd' pragmaKelvin Li2016-07-202-0/+17
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-204-10/+44
* Revert r276069: MSVC bots not happyHubert Tong2016-07-202-3/+1
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-202-1/+3
* [NFC] Header cleanupMehdi Amini2016-07-189-17/+10
OpenPOWER on IntegriCloud