summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-171-1/+0
* Add better ODR checking for modules.Richard Trieu2017-02-171-0/+1
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-161-1/+0
* Add better ODR checking for modules.Richard Trieu2017-02-161-0/+1
* [PCH] Fix a regression when PCH is used with -fmodulesBruno Cardoso Lopes2017-02-071-1/+2
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+7
* Fix modules codegen to be compatible with modules-tsDavid Blaikie2017-01-311-2/+2
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-311-1/+0
* Add better ODR checking for modules.Richard Trieu2017-01-311-0/+1
* Prototype of modules codegenDavid Blaikie2017-01-301-5/+17
* Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFCDuncan P. N. Exon Smith2017-01-281-19/+19
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+14
* Remove and replace DiagStatePoint tracking and lookup data structure.Richard Smith2017-01-261-20/+25
* [Clang] - Update code to match upcoming llvm::zlib API.George Rimar2017-01-171-14/+27
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-0/+1
* PCH: fix a regression that reports a module is defined in both pch and pcm.Manman Ren2017-01-091-11/+0
* Simplify ASTReader ctor by using in-class initializers for many member variablesDavid Blaikie2017-01-051-19/+1
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-051-7/+6
* Fix for LLVM Bitcode API change (to use std::shared_ptr)David Blaikie2017-01-041-87/+87
* Attempt to fix build failure and regressions due to r290056Yaxun Liu2016-12-181-2/+2
* Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...Yaxun Liu2016-12-181-2/+41
* Revert r289979 due to regressionsYaxun Liu2016-12-161-41/+2
* [OpenCL] Allow disabling types and declarations associated with extensionsYaxun Liu2016-12-161-2/+41
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-6/+1
* [OpenCL] Refactor read_only/write_only pipes.Joey Gouly2016-12-011-4/+2
* [OpenCL] Introduce ReadPipeType and WritePipeType.Joey Gouly2016-11-181-1/+4
* Bitcode: Simplify BitstreamWriter::EnterBlockInfoBlock() interface.Peter Collingbourne2016-11-011-1/+1
* Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)Mehdi Amini2016-10-101-6/+6
* [Sema] Use unique_ptr instead of raw pointers in the late-parsed templates map.Justin Lebar2016-10-101-5/+5
* [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas.Justin Lebar2016-10-081-0/+9
* [modules] Be sure to emit local specializations of imported templates, even ifRichard Smith2016-10-061-4/+41
* 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-291-1/+2
* ObjectiveC generics: Add ObjCTypeParamType in the type system.Manman Ren2016-09-131-0/+17
* Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...Eugene Zelenko2016-09-071-8/+90
* Lazily load the ContextDecl for a lambda's DefinitionData, to fix aRichard Smith2016-08-251-1/+1
* PR29097: add an update record when we instantiate the default memberRichard Smith2016-08-241-0/+14
* Reapply r276069 with workaround for MSVC 2013Hubert Tong2016-07-301-0/+1
* [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.Vassil Vassilev2016-07-221-1/+17
* [modules] Don't emit initializers for VarDecls within a module eagerly wheneverRichard Smith2016-07-201-1/+22
* Revert r276069: MSVC bots not happyHubert Tong2016-07-201-1/+0
* Concepts: Create space for requires-clause in TemplateParameterList; NFCHubert Tong2016-07-201-0/+1
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis2016-07-151-1/+1
* [Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...Eric Fiselier2016-07-011-0/+2
* P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991:Richard Smith2016-06-281-0/+1
* [modules] Allow emission of update records for predefined __va_list_tag.Vassil Vassilev2016-06-201-4/+0
* PCH + module: make sure we write out macros associated with builtin identifiers.Manman Ren2016-05-311-24/+23
* Add support for derived class special members hiding functions brought in fromRichard Smith2016-05-131-0/+2
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-2/+4
OpenPOWER on IntegriCloud