summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate condition (PR30648). NFCI.Simon Pilgrim2016-11-161-2/+1
* Bitcode: Decouple block info block state from reader.Peter Collingbourne2016-11-081-14/+9
* Bitcode: Change reader interface to take memory buffers.Peter Collingbourne2016-11-021-1/+2
* Module: correctly set the module file kind when emitting file_modified.Manman Ren2016-10-211-1/+8
* Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin...Benjamin Kramer2016-10-171-3/+16
* Reinstate r281429, reverted in r281452, with a fix for its mishandling ofRichard Smith2016-10-131-16/+3
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-2/+1
* [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar2016-10-101-3/+4
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-081-0/+9
* P0035R4: add std::align_val_t overloads of operator new/delete in C++17 mode.Richard Smith2016-09-291-3/+5
* 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-131-0/+19
* [modules] When we merge two definitions of a function, mark the retainedRichard Smith2016-09-121-1/+29
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-071-28/+123
* Do not validate pch when -fno-validate-pch is setYaxun Liu2016-09-071-5/+25
* 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
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-16/+18
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-1/+2
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-261-6/+12
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-221-0/+2
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-0/+7
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-2/+1
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-1/+2
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-151-90/+0
* [modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith2016-07-141-0/+90
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-131-0/+5
* [PCH] Fix timestamp check on windows hosts.Pierre Gousseau2016-07-131-9/+0
* [AST] Use ArrayRef in more interfacesDavid Majnemer2016-07-071-5/+3
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-0/+3
* Update identifiers as needed when loading macros from serialized ASTs.Sean Callanan2016-05-141-2/+5
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+3
* [modules] Attempt to improve performance for declaration merging without a SemaRichard Smith2016-05-061-0/+5
* Fix CodeCompletion & TypoCorrection when combining a PCH with ModulesBen Langmuir2016-05-041-12/+49
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-291-0/+9
* Module debugging: Fix the DWO filename for PCH in a relative path.Adrian Prantl2016-04-271-2/+3
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-3/+0
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-141-23/+0
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-131-23/+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
* [modules] Allow differences in flags that only affect preprocessor predefinesRichard Smith2016-04-071-0/+5
* [modules] If both a module file and a module map for the same module areRichard Smith2016-03-281-2/+13
* [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flagRichard Smith2016-03-271-9/+9
* Encapsulate a couple of on-disk structures a little more.Richard Smith2016-03-271-6/+6
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-271-11/+0
* Store list of undefined-but-used objects in a deterministic order to fixRichard Smith2016-03-251-1/+1
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-031-0/+16
OpenPOWER on IntegriCloud