summaryrefslogtreecommitdiffstats
path: root/include/clang/Serialization
Commit message (Expand)AuthorAgeFilesLines
* Objective-C: Serialize "more than one decl" state of ObjCMethodList.Nico Weber2014-12-271-1/+1
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-054-13/+34
* Temporarily reverting r223443 due to bot breakage.Aaron Ballman2014-12-054-34/+13
* [modules] Instead of storing absolute paths in a .pcm file, store the path toRichard Smith2014-12-054-13/+34
* [ASTReader] Add a convenience function to retrieve all the input files of a m...Argyrios Kyrtzidis2014-11-181-0/+4
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+1
* [c++1z] N4295: fold-expressions.Richard Smith2014-11-081-1/+2
* [modules] When a .pcm file is explicitly built separately from the translationRichard Smith2014-10-311-5/+8
* [modules] Load .pcm files specified by -fmodule-file lazily.Richard Smith2014-10-271-0/+7
* [modules] Support combining 'textual' with 'private'.Richard Smith2014-10-241-0/+3
* Add a "signature" to AST files to verify that they haven't changedBen Langmuir2014-10-234-1/+20
* [modules] Add support for 'textual header' directives.Richard Smith2014-10-221-1/+4
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-222-5/+38
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-091-0/+1
* Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and se...Renato Golin2014-10-081-1/+0
* [OPENMP] 'omp teams' directive basic support.Alexey Bataev2014-10-071-0/+1
* [OPENMP] Parsing/Sema of directive omp parallel for simdAlexander Musman2014-09-231-0/+1
* Fix a typo in comment in ASTBitCodes.hAlexander Musman2014-09-231-1/+1
* [OPENMP] Initial parsing/sema analysis of 'target' directive.Alexey Bataev2014-09-191-0/+1
* Parsing/Sema of directive omp for simdAlexander Musman2014-09-181-0/+1
* Avoid a couple of assertions when preprocessing with modulesBen Langmuir2014-09-101-2/+2
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-062-1/+12
* [modules] Number anonymous declarations that are lexically within mergeableRichard Smith2014-08-282-0/+10
* [modules] When merging a tag declaration that has a typedef name for linkageRichard Smith2014-08-231-0/+5
* Store std::unique_ptr in InMemoryBuffers. NFC.Rafael Espindola2014-08-182-5/+8
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-1/+1
* When loading a module with no local entities, still bump the size of theBen Langmuir2014-08-161-0/+8
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-138-16/+16
* Verify all the module map files for a pcm are the same on loadBen Langmuir2014-08-121-0/+3
* unique_ptr-ify the MemoryBuffer parameter of GlobalModuleIndexDavid Blaikie2014-08-111-1/+1
* unique_ptr-ify ASTReaderListener in the ASTReaderDavid Blaikie2014-08-101-7/+9
* Factor out exception specification information fromRichard Smith2014-07-311-1/+1
* [modules] Factor out ODR checking, to avoid unnecessary repeated work inRichard Smith2014-07-291-0/+1
* [modules] Add abbreviation for ImplicitCastExpr. This is the most commonRichard Smith2014-07-271-6/+10
* [modules] Improve abbreviations for C++:Richard Smith2014-07-262-4/+15
* [modules] Substantially improve handling of #undef:Richard Smith2014-07-251-3/+4
* [OPENMP] Initial parsing and sema analysis for 'atomic' directive.Alexey Bataev2014-07-221-0/+1
* [OPENMP] Initial parsing and sema analysis for 'ordered' directive.Alexey Bataev2014-07-221-0/+1
* [OPENMP] Initial parsing and sema analysis for 'flush' directive.Alexey Bataev2014-07-211-0/+1
* [OPENMP] Parsing/Sema of the OpenMP directive 'critical'.Alexander Musman2014-07-211-0/+1
* Reinstate r213348, reverted in r213395, with an additional bug fix and moreRichard Smith2014-07-181-2/+3
* Revert "[modules] Fix macro hiding bug exposed if:"Ben Langmuir2014-07-181-3/+2
* [OPENMP] Initial parsing and sema analysis for 'taskwait' directive.Alexey Bataev2014-07-181-0/+1
* [OPENMP] Initial parsing and sema analysis for 'barrier' directive.Alexey Bataev2014-07-181-0/+1
* [OPENMP] Initial parsing and sema analysis of 'taskyield' directive.Alexey Bataev2014-07-181-0/+1
* [modules] Fix macro hiding bug exposed if:Richard Smith2014-07-181-2/+3
* [OPENMP] Parsing/Sema analysis of directive 'master'Alexander Musman2014-07-171-0/+1
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-111-0/+1
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-081-0/+1
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-071-0/+1