summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "make -fmodules-codegen and -fmodules-debuginfo work also with PCHs"Hans Wennborg2020-02-271-2/+1
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-0/+11
* [ODRHash] Fix wrong error message with bitfields and mutable.Weverything2020-01-141-8/+16
* make -fmodules-codegen and -fmodules-debuginfo work also with PCHsLuboš Luňák2020-01-151-1/+2
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-2/+1
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-0/+4
* [OPENMP50]Codegen for nontemporal clause.Alexey Bataev2019-12-231-0/+5
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+13
* Move ASTRecordReader into its own header; NFC.John McCall2019-12-141-1/+27
* Abstract serialization: TableGen the (de)serialization code for Types.John McCall2019-12-141-759/+20
* Standardize the reader methods in ASTReader; NFC.John McCall2019-12-141-522/+445
* clang/Modules: Move Serialization/Module.{h,cpp} to ModuleFile, NFCDuncan P. N. Exon Smith2019-11-211-1/+1
* clang/Modules: Sink ASTReadResult in ReadControlBlock, NFCDuncan P. N. Exon Smith2019-11-191-5/+5
* clang/Modules: Error if ReadASTBlock does not find the main moduleDuncan P. N. Exon Smith2019-11-121-0/+7
* clang/Modules: Clean up modules on error in ReadASTDuncan P. N. Exon Smith2019-11-111-14/+18
* clang/Modules: Add missing diagnostics for malformed AST filesDuncan P. N. Exon Smith2019-11-111-2/+6
* clang/Modules: Split loop in ReadAST between failable and notDuncan P. N. Exon Smith2019-11-111-1/+7
* clang/Modules: Use range-based for in ASTReader::ReadAST, NFCDuncan P. N. Exon Smith2019-11-111-11/+7
* clang/Modules: Delay err_module_file_conflict if a diagnostic is in flightDuncan P. N. Exon Smith2019-11-111-10/+7
* clang/Modules: Remove unused parameter from ModuleManager::removeModulesDuncan P. N. Exon Smith2019-11-101-5/+1
* [OPENMP]Allow priority clause in combined task-based directives.Alexey Bataev2019-10-161-0/+1
* [OPENMP]Allow final clause in combined task-based directives.Alexey Bataev2019-10-151-0/+1
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-2/+4
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-11/+75
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-75/+11
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-11/+75
* [OPNEMP]Allow num_tasks clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* [OPNEMP]Allow grainsize clause in combined task-based directives.Alexey Bataev2019-10-141-0/+1
* [AST] ASTReader::ReadSLocEntry(): move computation of FirstDecl into the bran...Roman Lebedev2019-10-101-1/+1
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-1/+2
* [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.Simon Pilgrim2019-09-151-1/+3
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-301-13/+8
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-291-7/+9
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-0/+1
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-131-4/+11
* Add SVE opaque built-in typesRichard Sandiford2019-08-091-0/+5
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-081-0/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-22/+30
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-031-1/+1
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-6/+4
* BitStream reader: propagate errorsJF Bastien2019-06-261-168/+587
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+56
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-2/+7
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-091-0/+5
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+14
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-14/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+14
OpenPOWER on IntegriCloud