summaryrefslogtreecommitdiffstats
path: root/clang/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-071-12/+30
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-071-1/+1
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-071-1/+1
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-221-16/+22
* [AST][NFC] Pack CXXOperatorCallExprBruno Ricci2018-12-211-2/+2
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-11/+8
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-0/+1
* [Serialization][NFC] Remove pointless "+ 0" in ASTReaderBruno Ricci2018-12-031-9/+9
* [AST][Sema] Remove CallExpr::setNumArgsBruno Ricci2018-12-031-7/+16
* [AST][NFC] Pack CXXDeleteExprBruno Ricci2018-12-031-5/+5
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-5/+6
* [AST][NFC] Pack CXXDefaultInitExprBruno Ricci2018-11-171-1/+1
* [AST][NFC] Pack CXXDefaultArgExprBruno Ricci2018-11-171-1/+1
* [AST][NFC] Pack CXXThrowExprBruno Ricci2018-11-171-3/+3
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-151-16/+32
* Create ConstantExpr classBill Wendling2018-10-311-0/+9
* [AST] Only store data for the NRVO candidate in ReturnStmt if neededBruno Ricci2018-10-301-2/+8
* [AST] Only store the needed data in WhileStmtBruno Ricci2018-10-301-2/+8
* [AST] Only store the needed data in SwitchStmtBruno Ricci2018-10-291-5/+16
* [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-3/+8
* [AST] Only store the needed data in IfStmtBruno Ricci2018-10-271-5/+19
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-5/+10
* [AST] Widen the bit-fields of Stmt to 8 bytes.Bruno Ricci2018-10-271-4/+7
* [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-891/+1
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-5/+13
* Revert "[OPENMP] Fix emission of the loop doacross constructs."Alexey Bataev2018-08-131-9/+3
* [OPENMP] Fix emission of the loop doacross constructs.Alexey Bataev2018-08-131-3/+9
* [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/+6
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-4/+4
* [Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-04-111-45/+132
* [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
* [AST] Inline CompoundStmt contents into the parent allocation.Benjamin Kramer2017-12-241-2/+3
* [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/+4
OpenPOWER on IntegriCloud