summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] If we reach a definition of a class for which we already have aRichard Smith2015-03-261-0/+13
* [Modules] A second attempt at writing out on-disk hash tables for theChandler Carruth2015-03-261-56/+157
* Revert "[Modules] When writing out the on-disk hash table for the decl contex...Rafael Espindola2015-03-251-90/+15
* [Modules] When writing out the on-disk hash table for the decl contextChandler Carruth2015-03-251-15/+90
* [Modules] Start making explicit modules produce deterministic output.Chandler Carruth2015-03-241-13/+16
* Silence unused warning in non-assert builds.Daniel Jasper2015-03-241-0/+1
* [modules] Deserialize CXXCtorInitializer list for a constructor lazily.Richard Smith2015-03-241-8/+69
* [modules] Remove redundant import of lexical decls when building a lookup tableRichard Smith2015-03-231-24/+24
* Reverting 232853 and 232870 because they depend on 232793,Vince Harron2015-03-221-21/+23
* [modules] When either redecl chain merging or an update record causes us toRichard Smith2015-03-211-23/+21
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-6/+6
* Make module files passed to a module build via -fmodule-file= available toRichard Smith2015-03-181-9/+20
* Lambdaify some helper functions. No functionality change.Richard Smith2015-03-161-33/+27
* Deduplicate #undef directives imported from multiple modules.Richard Smith2015-03-131-1/+2
* [modules] Fix iterator invalidation issue with names being added to a moduleRichard Smith2015-03-111-6/+9
* [modules] Don't clobber a destructor's operator delete when adding another one;Richard Smith2015-03-101-2/+20
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-20/+6
* Removing code that is unused after r231424; NFC.Aaron Ballman2015-03-061-8/+0
* [modules] Rework merging of redeclaration chains on module import.Richard Smith2015-03-051-32/+17
* Rework our handling of key functions. We used to track a complete list of allRichard Smith2015-02-281-8/+0
* [modules] Don't write out name lookup table entries merely because the moduleRichard Smith2015-02-271-10/+13
* Remove slow and apparently pointless updating of all identifiers at the startRichard Smith2015-02-251-17/+0
* Cleanup: remove artificial division between lookup results and const lookupRichard Smith2015-02-211-1/+1
* Revert r167816 and replace it with a proper fix for the issue: do notRichard Smith2015-02-211-4/+2
* Revert "Mangle the IsSystem bit into the .pcm file name"Ben Langmuir2015-02-191-1/+0
* [PCH/Modules] Check that the specific module cache path the PCH was built wit...Argyrios Kyrtzidis2015-02-191-0/+2
* Prefer SmallVector::append/insert over push_back loops. Clang edition.Benjamin Kramer2015-02-171-2/+1
* [modules] Improve llvm-bcanalyzer output on AST files a little. No functional...Richard Smith2015-02-131-2/+3
* Mangle the IsSystem bit into the .pcm file nameBen Langmuir2015-02-121-0/+1
* [modules] Treat friend declarations that are lexically within a dependentRichard Smith2015-02-071-7/+4
* ASTUnit: Use range-based for loops.Benjamin Kramer2015-02-061-1/+2
* [modules] Refactor: unify the code that picks which declaration goes into aRichard Smith2015-02-051-55/+46
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-271-5/+12
* Address review feedback on r221933.Nico Weber2014-12-271-14/+14
* [modules] When constructing paths relative to a module, strip out /./ directoryRichard Smith2014-12-111-15/+19
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-73/+113
* Temporarily reverting r223443 due to bot breakage.Aaron Ballman2014-12-051-113/+73
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-051-73/+113
* [modules] Track how 'header' directives were written in module map files,Richard Smith2014-12-021-12/+19
* Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...David Blaikie2014-11-191-1/+1
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+12
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-2/+3
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-34/+24
* Add a "signature" to AST files to verify that they haven't changedBen Langmuir2014-10-231-0/+16
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-1/+13
* Don't add ID mappings for offsets with no entities in a moduleBen Langmuir2014-10-201-12/+23
* Rename TemplateArgument::getTypeForDecl to getParamTypeForDecl for clarityDavid Blaikie2014-10-171-1/+1
* PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,...David Blaikie2014-10-161-1/+1
* PR20399: Do not assert when adding an implicit member coming from a module atRichard Smith2014-09-301-6/+5
* -ms-extensions: Implement __super scope specifier (PR13236).Nikola Smiljanic2014-09-261-0/+9
OpenPOWER on IntegriCloud