summaryrefslogtreecommitdiff
path: root/lib/Serialization
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Fix OMPClauseReader::readClause() uninitialized variable warning. NFCI.Simon Pilgrim2019-09-151-1/+3
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-32/+5
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-132-5/+30
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-09-072-0/+12
* ASTReader: Bypass overridden files when reading PCHsDuncan P. N. Exon Smith2019-08-301-13/+8
* FileManager: Remove ShouldCloseOpenFile argument from getBufferForFile, NFCDuncan P. N. Exon Smith2019-08-301-3/+1
* [Modules] Make ReadModuleMapFileBlock errors reliableBruno Cardoso Lopes2019-08-291-7/+9
* [Modules] Fix rebuilding an updated module for each of its consumers.Volodymyr Sapsai2019-08-281-6/+1
* ContentCache: Drop getBuffer's dependency on SourceManagerDuncan P. N. Exon Smith2019-08-261-5/+5
* [OPENMP5.0]Add support for device_type clause in declare targetAlexey Bataev2019-08-231-4/+7
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-222-0/+2
* Retire llvm::less_ptr. llvm::deref is much more flexible.Benjamin Kramer2019-08-221-3/+3
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-5/+5
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-142-0/+18
* [clang] Refactor doc comments to Decls attributionJan Korous2019-08-132-12/+21
* Add SVE opaque built-in typesRichard Sandiford2019-08-092-0/+10
* [OPENMP]Add support for analysis of linear variables and step.Alexey Bataev2019-08-082-0/+6
* 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-013-36/+50
* Revert "[Sema] Diagnose default-initialization, destruction, and copying of"Akira Hatanaka2019-07-262-12/+0
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-165-11/+11
* [Sema] Diagnose default-initialization, destruction, and copying ofAkira Hatanaka2019-07-132-0/+12
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-104-0/+19
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-0310-11/+12
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-032-7/+5
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-022-0/+12
* BitStream reader: propagate errorsJF Bastien2019-06-264-241/+741
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-154-2/+140
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-142-2/+2
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-112-0/+2
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-113-4/+7
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-062-76/+76
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-052-72/+76
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-042-76/+72
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-032-0/+11
* Revert "clang support gnu asm goto."Erich Keane2019-05-302-11/+0
* clang support gnu asm goto.Jennifer Yu2019-05-302-0/+11
* Permit static local structured bindings to be named from arbitrary scopes ins...Richard Smith2019-05-251-1/+3
* Fix crash deserializing a CUDAKernelCallExpr with a +Asserts binary.Richard Smith2019-05-241-1/+1
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-213-5/+11
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-162-0/+26
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-132-0/+2
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-093-15/+19
* [c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whoseRichard Smith2019-05-092-0/+11
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-072-0/+25
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-063-19/+15
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-043-15/+19
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-032-25/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-022-0/+25
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-022-7/+32