[all-commits] [llvm/llvm-project] abf0c6: Use CTAD on llvm::SaveAndRestore
Jan Svoboda via All-commits
all-commits at lists.llvm.org
Fri Dec 2 15:36:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: abf0c6c0c0b7a3493c59858d175a9731eeae0ff5
https://github.com/llvm/llvm-project/commit/abf0c6c0c0b7a3493c59858d175a9731eeae0ff5
Author: Jan Svoboda <jan_svoboda at apple.com>
Date: 2022-12-02 (Fri, 02 Dec 2022)
Changed paths:
M clang-tools-extra/clang-tidy/readability/SimplifyBooleanExprCheck.cpp
M clang/lib/ARCMigrate/TransGCAttrs.cpp
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/TypePrinter.cpp
M clang/lib/Analysis/AnalysisDeclContext.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/CodeGen/CGCleanup.cpp
M clang/lib/CodeGen/CGException.cpp
M clang/lib/CodeGen/CGObjCRuntime.cpp
M clang/lib/CodeGen/CGStmt.cpp
M clang/lib/Lex/MacroArgs.cpp
M clang/lib/Lex/PPDirectives.cpp
M clang/lib/Lex/PPExpressions.cpp
M clang/lib/Sema/SemaChecking.cpp
M clang/lib/Sema/SemaExpr.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTReaderDecl.cpp
M clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
M clang/lib/Tooling/Refactoring/ASTSelection.cpp
M clang/tools/libclang/CIndex.cpp
M lld/ELF/ScriptParser.cpp
M llvm/include/llvm/Support/SaveAndRestore.h
M llvm/lib/Analysis/BasicAliasAnalysis.cpp
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/AsmParser/LLParser.cpp
M llvm/lib/CodeGen/CallingConvLower.cpp
M llvm/lib/CodeGen/TargetPassConfig.cpp
M llvm/lib/IR/AsmWriter.cpp
M llvm/lib/MC/MCParser/AsmLexer.cpp
M llvm/lib/Support/Unix/Signals.inc
M mlir/lib/IR/AsmPrinter.cpp
M mlir/lib/Target/SPIRV/Deserialization/Deserializer.cpp
M mlir/lib/Tools/PDLL/AST/NodePrinter.cpp
M mlir/lib/Tools/PDLL/Parser/Parser.cpp
M mlir/lib/Transforms/Utils/DialectConversion.cpp
M mlir/tools/mlir-tblgen/AttrOrTypeFormatGen.cpp
Log Message:
-----------
Use CTAD on llvm::SaveAndRestore
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D139229
More information about the All-commits
mailing list