summaryrefslogtreecommitdiff
path: root/lib/Serialization/ASTReaderStmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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