summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTWriterStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-1/+8
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-2/+2
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-12/+12
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-271-1/+1
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+1
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+7
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-3/+3
* Clean carriage returns from lib/ and include/. NFC.Malcolm Parsons2018-04-161-7/+7
* [CodeGen] Ignore OpaqueValueExprs that are unique references to theirAkira Hatanaka2018-03-201-0/+1
* Track in the AST whether the operand to a UnaryOperator can overflow and then...Aaron Ballman2018-01-091-6/+7
* [OPENMP] Add support for cancel constructs in `target teams distributeAlexey Bataev2017-11-221-0/+1
* [OPENMP] Add support for cancel constructs in [teams] distributeAlexey Bataev2017-11-221-0/+2
* [OPENMP] Capture argument of `device` clause for target-basedAlexey Bataev2017-10-021-0/+1
* [OPENMP] Codegen for 'in_reduction' clause.Alexey Bataev2017-07-271-0/+2
* [coroutines] Add serialization/deserialization of coroutinesGor Nishanov2017-07-251-15/+34
* [OPENMP] Codegen for 'task_reduction' clause.Alexey Bataev2017-07-251-0/+1
* [OPENMP] Initial support for 'in_reduction' clause.Alexey Bataev2017-07-211-0/+19
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-181-0/+20
* [OpenMP] Prepare sema to support combined constructs with omp distribute and ...Carlo Bertolli2017-04-201-0/+7
OpenPOWER on IntegriCloud