summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Method Pool in modules: we make sure that if a module contains an entry forManman Ren2016-04-291-0/+13
* Reland r267691 fixing PR27535.Vassil Vassilev2016-04-281-2/+7
* Revert r267691, it caused PR27535.Nico Weber2016-04-271-7/+2
* [modules] Fix Decl's Used invariant.Vassil Vassilev2016-04-271-2/+7
* PR27513: When determining which declaration to put into an exported lookupRichard Smith2016-04-261-2/+11
* [modules] Remove some more unnecessary forwarding functions.Richard Smith2016-04-181-37/+35
* [modules] Store the location of the lexical update record in a decl update asRichard Smith2016-04-141-2/+1
* [modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID ofRichard Smith2016-04-141-71/+15
* [modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an IDRichard Smith2016-04-131-82/+33
* [modules] Add some missing blockinfo records. No functionality change except ...Richard Smith2016-04-131-0/+12
* [modules] Refactor handling of cases where we write an offset to a prior reco...Richard Smith2016-04-131-0/+1
* Remove unused functions from ASTWriter interface.Richard Smith2016-04-081-8/+8
* [modules] Don't try to add lookup results to non-lookup contexts.Vassil Vassilev2016-04-061-0/+3
* Re-commit r265518 ("[modules] Continue factoring encoding of AST records out ofRichard Smith2016-04-061-276/+265
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+13
* Revert "[modules] Continue factoring encoding of AST records out of ASTWriter."Dmitry Polukhin2016-04-061-261/+273
* [modules] Continue factoring encoding of AST records out of ASTWriter.Richard Smith2016-04-061-273/+261
* [modules] Start moving the code for encoding AST records out of ASTWriter intoRichard Smith2016-04-011-178/+177
* [modules] Write out identifiers if the ID is local, too.Vassil Vassilev2016-03-301-1/+4
* [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flagRichard Smith2016-03-271-7/+10
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-271-15/+0
* [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3)Faisal Vali2016-03-211-0/+1
* [modules] Fix adding a templated friend functions to a namespace from another...Vassil Vassilev2016-03-161-2/+10
* Serialize `pragma pointers_to_members` state.Nico Weber2016-03-031-0/+11
OpenPOWER on IntegriCloud