summaryrefslogtreecommitdiff
path: root/include/clang/Serialization
Commit message (Expand)AuthorAge
* [OPENMP] Initial support for 'sections' directive.Alexey Bataev2014-06-25
* Avoid invalidating successfully loaded module filesBen Langmuir2014-06-20
* [OPENMP] Initial support for '#pragma omp for' (fixed incompatibility with MS...Alexey Bataev2014-06-18
* Revert "[OPENMP] Initial support for '#pragma omp for'."Rafael Espindola2014-06-17
* [OPENMP] Initial support for '#pragma omp for'.Alexey Bataev2014-06-17
* Implemented support for "pragma clang optimize on/off", based on attribute 'o...Dario Domizioli2014-05-23
* If two sibling modules declare the same entity, and we indirectly pull aRichard Smith2014-05-19
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Merge a couple of copy-and-pasted functionsAlp Toker2014-05-16
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* Let ASTReader optionally delete its ASTDeserializationListener.Nico Weber2014-05-08
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Replace one-element SmallVectors inside DenseMaps with TinyPtrVector.Benjamin Kramer2014-05-03
* Reapply r207477 and r207479 without cyclic dependencyBen Langmuir2014-04-29
* Revert r207477 (and r207479), "Check -Werror options during module validation"NAKAMURA Takumi2014-04-29
* Check -Werror options during module validationBen Langmuir2014-04-29
* Prune \param introduced in r206977, possibly committed ahead. [-Wdocumentation]NAKAMURA Takumi2014-04-23
* Initial implementation of -modules-earch-all option, for searching for symbol...John Thompson2014-04-23
* When a module completes the definition of a class template specialization imp...Richard Smith2014-04-19
* Remove OnDiskHashTable.h, since it's been moved to llvmJustin Bogner2014-04-18
* Added dump method for global module index.John Thompson2014-04-16
* Add module name and module map file to -module-file-infoBen Langmuir2014-04-14
* Allow multiple modules with the same name to coexist in the module cacheBen Langmuir2014-04-14
* OnDiskHashTable: Make the iterable version separate.Justin Bogner2014-04-14
* When module umbrellas change, rebuild themBen Langmuir2014-04-10
* Save out a correct lookup table if a lookup table entry is stale (it containsRichard Smith2014-03-25
* Emit an update record if we instantiate the definition of a function templateRichard Smith2014-03-22
* Fixing code that doesn't compile in MSVC 2012 (but does in MSVC 2013) from r2...Aaron Ballman2014-03-21
* Serialize and deserialize mangling numbers.Richard Smith2014-03-21
* PR19215: When writing/reading a PCH that imported a module, store the locationRichard Smith2014-03-21
* When the exception specification for a function in an imported PCH or module isRichard Smith2014-03-20
* Refactor and simplify DeclUpdates serialization.Richard Smith2014-03-20
* Rearrange serialization block order to put decl update emission into the sameRichard Smith2014-03-20
* [Modules] Emit the module file paths as dependencies of the PCH when we are b...Argyrios Kyrtzidis2014-03-14
* [Modules] Make sure that the synthesized file "__inferred_module.map" doesn't...Argyrios Kyrtzidis2014-03-14
* Refactor ASTReader::readInputFileInfo to return a struct containing the relat...Argyrios Kyrtzidis2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-13
* Revert C++11ification in r203534 and r203536. Apparently our toolchains aren'tRichard Smith2014-03-11
* Speculative workaround for apparent libstdc++ bug exposed by r203534.Richard Smith2014-03-11
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-11
* [C++11] Replace OwningPtr include with <memory>.Ahmed Charles2014-03-09
* [C++11] Remove the remaining uses of OwningPtr.Ahmed Charles2014-03-09
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-07
* Replace OwningPtr::isValid() with conversion to bool.Ahmed Charles2014-03-07
* Change OwningPtr::take() to OwningPtr::release().Ahmed Charles2014-03-07
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-07
* Add dependencies from imported modules with -MDBen Langmuir2014-03-07
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]NAKAMURA Takumi2014-03-01
* If a module A exports a macro M, and a module B imports that macro and #undef'sRichard Smith2014-03-01