summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Serialize `pragma ms_struct` state.Nico Weber2016-03-021-1/+11
* Generalize the consumed-parameter array on FunctionProtoTypeJohn McCall2016-03-011-1/+7
* Fix rejects-valid caused by r261297.Nico Weber2016-02-241-0/+1
* Implement the likely resolution of core issue 253.Nico Weber2016-02-191-0/+1
* [modules] Compress files embedded into a .pcm file, to reduce the disk usage ...Richard Smith2016-02-061-16/+38
* [modules] Separately track whether an identifier's preprocessor information andRichard Smith2016-02-051-1/+5
* Fix predefine for __NSConstantString struct typeBen Langmuir2016-02-041-0/+2
* Reapply r259624, it is likely not the commit causing the bot failures.Quentin Colombet2016-02-031-0/+2
* Revert r259624 - Make CF constant string decl visible to name lookup to fix m...Quentin Colombet2016-02-031-2/+0
* Make CF constant string decl visible to name lookup to fix module errorsBen Langmuir2016-02-031-0/+2
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+9
* Only instantiate a default argument once.John McCall2016-01-061-0/+14
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-0/+7
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-7/+0
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-0/+7
* Module file extensions: pass a Sema through to the extension writer.Douglas Gregor2015-12-081-3/+4
* Use range loops and autos in lib/Serialization/ASTWriter.cpp.Eugene Zelenko2015-12-081-127/+103
* [modules] Refactor handling of -fmodules-embed-*. Track this properly ratherRichard Smith2015-11-261-3/+10
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-1/+1
* Moving FileManager::removeDotPaths to llvm::sys::path::remove_dotsMike Aizatsky2015-11-091-1/+1
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+2
* Introduce module file extensions to piggy-back data onto module files.Douglas Gregor2015-11-031-4/+54
* Eliminate "rewritten decls" from the AST writer. NFCDouglas Gregor2015-11-031-14/+5
* Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.Douglas Gregor2015-11-031-15/+0
* [modules] Fix merging of __va_list_tag's implicit special member functions.Richard Smith2015-10-131-6/+31
* Serialization: Let ASTWriter return the signature of the written module.Adrian Prantl2015-09-221-15/+22
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+2
* EmitRecord* API change: accepts ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-101-180/+125
* Revert "EmitRecordWith* API change: takes an ArrayRef instead of a SmallVecto...Mehdi Amini2015-09-091-122/+180
* EmitRecordWith* API change: takes an ArrayRef instead of a SmallVector (NFC)Mehdi Amini2015-09-091-180/+122
* [modules] Write the options records to a separate subblock rather than writingRichard Smith2015-09-081-2/+10
* Re-commit r246497 (and dependent changes r246524 and r246521), reverted inRichard Smith2015-09-011-24/+52
* Reverting r246497 (which requires also reverting r246524 and r246521 to avoid...Aaron Ballman2015-09-011-52/+24
* [modules] When emitting line tables, only emit filenames that are actually re...Richard Smith2015-09-011-5/+15
* Don't use fprintf to emit this diagnostic!Richard Smith2015-09-011-3/+3
* [modules] Add some missing blockinfo records.Richard Smith2015-08-311-2/+31
* [modules] Rework serialized DeclContext lookup table management. Instead ofRichard Smith2015-08-311-24/+52
* [modules] The key to a DeclContext name lookup table is not actually aRichard Smith2015-08-261-44/+17
* Make FileManager::getFileSystemOptions consistent with CompilerInstance::getF...Yaron Keren2015-08-261-2/+2
* [modules] Remove unnecessary deserialization of fully-external HeaderFileInfo...Richard Smith2015-08-241-3/+3
* [modules] Stop updating all identifiers when writing a module. This isRichard Smith2015-08-241-16/+18
* [modules] Further simplification and speedup of redeclaration chain loading.Richard Smith2015-08-221-73/+1
* [modules] Rearrange how redeclaration chains are loaded, to remove a walk overRichard Smith2015-08-221-57/+17
* [modules] Fix HeaderFileInfo serialization to store all the known owning modu...Richard Smith2015-08-181-34/+40
* Range-based-for-convert some loops in ASTWriter. No functionality change inte...Richard Smith2015-08-181-35/+25
* [modules] When explicitly building a module file, don't include timestamps inRichard Smith2015-08-171-18/+20
* [modules] When writing a module file built with -fmodule-map-file-home-is-cwd,Richard Smith2015-08-131-9/+18
* [modules] Remove now-dead code for lazy loading of files specified by -fmodul...Richard Smith2015-08-091-10/+0
* [modules] Stop walking all modules when looking for lexical decls for aRichard Smith2015-08-061-9/+14
* [modules] Defer setting up the lookup table for a DeclContext until we canRichard Smith2015-08-061-0/+4
OpenPOWER on IntegriCloud