summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
...
* [ODRHash] Finish FieldDecl support by handling mutable and initializers.Richard Trieu2017-02-241-1/+48
* [ODRHash] Add handling of bitfieldsRichard Trieu2017-02-241-0/+26
* [ODRHash] Add handling of TypedefType and DeclarationNameRichard Trieu2017-02-241-0/+47
* Represent pass_object_size attrs in ExtParameterInfoGeorge Burgess IV2017-02-241-3/+4
* [ODRHash] Add IdentiferInfo and FieldDecl support.Richard Trieu2017-02-231-0/+22
* [ODRHash] static_cast and Stmt hashing.Richard Trieu2017-02-221-0/+101
* Fix 'control reaches end of non-void function' warningSimon Pilgrim2017-02-221-1/+2
* [ODRHash] Avoid dereferencing end() of a SmallVector.Benjamin Kramer2017-02-221-1/+2
* Add more ODR checking.Richard Trieu2017-02-221-12/+132
* Part of adding an improved ODR checker.Richard Trieu2017-02-182-0/+3
* [modules] Load the ModuleOffsetMap from the module header lazily.Richard Smith2017-02-182-85/+113
* [OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...Carlo Bertolli2017-02-172-0/+4
* Add an explicit derived class of FunctionDecl to model deduction guides ratherRichard Smith2017-02-173-0/+15
* Revert r295421, new ODR checker for modules, to fix build bot.Richard Trieu2017-02-173-631/+10
* Add better ODR checking for modules.Richard Trieu2017-02-173-10/+631
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-162-6/+0
* Revert r295284: Add better ODR checking for modules.Richard Trieu2017-02-163-633/+10
* Loosen a Type check ODR checking to try to fix the build bot.Richard Trieu2017-02-161-2/+4
* Add better ODR checking for modules.Richard Trieu2017-02-163-10/+631
* [Modules] Consider enable_if attrs in isSameEntity.George Burgess IV2017-02-151-2/+42
* Delete useless / in comment. NFC.George Burgess IV2017-02-141-1/+1
* ASTReader: Refactor common code for writing function definitions, to match th...David Blaikie2017-02-121-17/+15
* [Concepts] Class template associated constraintsHubert Tong2017-02-101-0/+1
* Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDeclRichard Smith2017-02-102-6/+3
* [ASTReader] Improve ReadASTBlock error message when module not availableBruno Cardoso Lopes2017-02-071-1/+4
* [PCH] Fix a regression when PCH is used with -fmodulesBruno Cardoso Lopes2017-02-071-1/+2
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-072-4/+19
* Fix modules codegen to be compatible with modules-tsDavid Blaikie2017-01-311-2/+2
* Revert r293585 "Add better ODR checking for modules."Sam McCall2017-01-313-631/+10
* Add better ODR checking for modules.Richard Trieu2017-01-313-10/+631
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-0/+16
* Prototype of modules codegenDavid Blaikie2017-01-303-11/+50
* Modules: Fix a minor performance bug from r293393Duncan P. N. Exon Smith2017-01-291-3/+4
* Modules: Simplify the ModuleFile constructor; likely NFCDuncan P. N. Exon Smith2017-01-291-22/+0
* Modules: Return early in ModuleManager::addModule; NFCDuncan P. N. Exon Smith2017-01-281-71/+72
* Modules: Clean up ModuleFile::Imports in ModuleManager::removeModulesDuncan P. N. Exon Smith2017-01-281-3/+3
* Modules: Enforce that ModuleManager::removeModules deletes the tailDuncan P. N. Exon Smith2017-01-282-15/+16
* Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFCDuncan P. N. Exon Smith2017-01-281-34/+25
* Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFCDuncan P. N. Exon Smith2017-01-283-51/+49
* Modules: Separate out a checkSignature helper, almost NFCDuncan P. N. Exon Smith2017-01-281-13/+16
* [modules] When reading / writing a typedef that is a name for linkage forRichard Smith2017-01-262-0/+6
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-262-0/+27
* Remove and replace DiagStatePoint tracking and lookup data structure.Richard Smith2017-01-262-52/+93
* [OpenMP] Support for thread_limit-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-252-0/+2
* [OpenMP] Support for num_teams-clause on the 'target teams' directive.Arpith Chacko Jacob2017-01-252-0/+2
* [OpenMP] Support for the num_threads-clause on 'target parallel'.Arpith Chacko Jacob2017-01-252-0/+2
* Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.David L. Jones2017-01-241-6/+5
* [OpenMP] Support for the if-clause on the combined directive 'target parallel'.Arpith Chacko Jacob2017-01-182-1/+5
* [ASTReader] Add a DeserializationListener callback for IMPORTED_MODULESGraydon Hoare2017-01-181-1/+4
* [Clang] - Update code to match upcoming llvm::zlib API.George Rimar2017-01-172-17/+36
OpenPOWER on IntegriCloud