summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PCHs that import more than one moduleBen Langmuir2014-09-081-1/+4
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-0/+10
* Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and...Craig Topper2014-08-301-2/+2
* [C++11] Support for capturing of variable length arrays in lambda expression.Alexey Bataev2014-08-281-0/+1
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-281-0/+24
* When loading a module with no local entities, still bump the size of theBen Langmuir2014-08-161-0/+3
* [modules] When we merge together multiple class template specializationRichard Smith2014-08-141-3/+16
* [modules] When performing a lookup into a namespace, ensure that any laterRichard Smith2014-08-131-2/+14
* Verify all the module map files for a pcm are the same on loadBen Langmuir2014-08-121-11/+21
* Add some FIXMEs.Richard Smith2014-08-111-0/+2
* Refactor the module map file used for uniquing a module name out ofBen Langmuir2014-08-091-2/+3
* [modules] When emitting an update record containing the body of a destructor,Richard Smith2014-08-071-12/+11
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-0/+3
* [modules] Add some missing record names. We really should be generating this ...Richard Smith2014-07-271-2/+8
* [modules] Add abbreviation for ImplicitCastExpr. This is the most commonRichard Smith2014-07-271-3/+4
* [modules] Improve abbreviations for C++:Richard Smith2014-07-261-34/+91
* [modules] Substantially improve handling of #undef:Richard Smith2014-07-251-107/+140
* [modules] Fix some of the confusion when computing the override set for a macroRichard Smith2014-07-211-13/+12
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-181-1/+17
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-181-11/+1
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-181-1/+11
* Added the pack_elements range accessor. Refactoring some for loops to use ran...Aaron Ballman2014-07-151-3/+2
* Remove llvm:: from uses of ArrayRef.Craig Topper2014-06-281-1/+1
* Complete the switch from mappings to declarative diagnostic severitiesAlp Toker2014-06-121-1/+1
* Improve diagnostic mapping terminologyAlp Toker2014-06-101-1/+1
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-231-0/+11
* If a class template specialization from one module has its definitionRichard Smith2014-05-221-0/+13
* [C++11] Use 'nullptr'. Serialization edition.Craig Topper2014-05-221-25/+26
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-161-3/+2
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-1/+2
* [PCH/Modules] Don't tie TargetOptions::LinkerVersion to a module/PCH, it's a ...Argyrios Kyrtzidis2014-04-291-1/+0
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-191-38/+107
* Teach users of OnDiskHashTable to define hash_value and offset typesJustin Bogner2014-04-181-5/+18
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-181-6/+7
* Add missing serialization code for one of the CXXRecordDecl definition flags.Richard Smith2014-04-171-0/+1
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-141-1/+28
* [Preprocessor/CodeComplete] Don't add include guard macros to code-completion...Argyrios Kyrtzidis2014-04-091-0/+1
* Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-61/+93
* Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"Justin Bogner2014-03-281-93/+61
* OnDiskHashTable: Use EndianStream.h to write little endian ostreamsJustin Bogner2014-03-281-61/+93
* Fix PR18307: Properly (de)serialize inherited constructors and their using de...Stephan Tolksdorf2014-03-271-7/+25
* Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith2014-03-251-64/+76
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-221-0/+27
* Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...Aaron Ballman2014-03-211-15/+23
* Serialize and deserialize mangling numbers.Richard Smith2014-03-211-3/+18
* PR19215: When writing/reading a PCH that imported a module, store the locationRichard Smith2014-03-211-11/+24
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-201-9/+30
* Refactor and simplify DeclUpdates serialization.Richard Smith2014-03-201-69/+38
* Refactor to move decl update emission into the decl emission loop.Richard Smith2014-03-201-15/+19
* Rearrange serialization block order to put decl update emission into the sameRichard Smith2014-03-201-37/+42
OpenPOWER on IntegriCloud