summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-0/+1
* [Concepts] Add FoundDecl to ConceptSpecializationExpr serializationSaar Raz2020-03-101-0/+1
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-19/+143
* [Concepts] Type ConstraintsSaar Raz2020-01-151-5/+3
* Move ASTRecordReader into its own header; NFC.John McCall2019-12-141-5/+2
* Standardize the reader methods in ASTReader; NFC.John McCall2019-12-141-307/+298
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-061-2/+22
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+13
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-13/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+13
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-4/+5
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-5/+4
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-4/+5
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+13
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-281-22/+2
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-251-2/+22
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+11
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+13
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+24
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-24/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+24
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+13
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+13
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-0/+12
* 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
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+6
* BitStream reader: propagate errorsJF Bastien2019-06-261-2/+13
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-2/+19
* For DR712: store on a MemberExpr whether it constitutes an odr-use.Richard Smith2019-06-111-0/+1
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-1/+2
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-061-51/+45
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-051-41/+51
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-041-51/+41
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-0/+7
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-7/+0
* clang support gnu asm goto.Jennifer Yu2019-05-301-0/+7
* 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-211-2/+2
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+15
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-131-0/+1
* [clang][OpeMP] Model OpenMP structured-block in AST (PR40563)Roman Lebedev2019-03-201-1/+2
* [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev2019-03-121-3/+3
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-261-15/+18
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-261-6/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-091-19/+39
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-081-1/+1
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-081-2/+2
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-081-14/+30
OpenPOWER on IntegriCloud