summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+8
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+6
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+18
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-18/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+18
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+6
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+6
* [OPENMP]Support for non-rectangular loops.Alexey Bataev2019-08-141-0/+6
* [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
* [clang] Add storage for APValue in ConstantExprGauthier Harnisch2019-06-151-0/+10
* 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/+3
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-061-25/+31
* Revert "Factor out duplicated code building a MemberExpr and marking it" and ...Benjamin Kramer2019-06-051-31/+25
* Convert MemberExpr creation and serialization to work the same way asRichard Smith2019-06-041-25/+31
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-0/+4
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-4/+0
* clang support gnu asm goto.Jennifer Yu2019-05-301-0/+4
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-0/+11
* 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-0/+1
* [NFC][clang][PCH][ObjC] Add some missing `VisitStmt(S);`Roman Lebedev2019-03-121-0/+6
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-261-7/+13
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-261-1/+1
* 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-9/+7
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-081-12/+17
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-071-6/+13
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-071-2/+2
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-221-4/+7
* [AST][NFC] Pack CXXOperatorCallExprBruno Ricci2018-12-211-1/+1
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+1
* [AST][NFC] Pack CXXDeleteExprBruno Ricci2018-12-031-1/+1
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-5/+5
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-151-6/+12
* [AST] Pack MemberExprBruno Ricci2018-11-151-2/+2
* Create ConstantExpr classBill Wendling2018-10-311-0/+6
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-1/+7
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-1/+7
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-3/+13
* [OpenMP][NVPTX] Use single loops when generating code for distribute parallel...Gheorghe-Teodor Bercea2018-10-291-0/+2
* [AST] Don't store data for GNU range case statement if not neededBruno Ricci2018-10-281-2/+5
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-4/+19
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-2/+6
* [AST] Widen the bit-fields of Stmt to 8 bytes.Bruno Ricci2018-10-271-1/+1
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-0/+1
* [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Writer (NFC)Kelvin Li2018-09-151-479/+0
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-1/+8
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-8/+1