[all-commits] [llvm/llvm-project] 108e41: [clang][NFC] Use c++17 style variable type traits
Nathan James via All-commits
all-commits at lists.llvm.org
Mon Nov 7 10:26:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 108e41d962463ea1cb956d1a929692a5b49c0a80
https://github.com/llvm/llvm-project/commit/108e41d962463ea1cb956d1a929692a5b49c0a80
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2022-11-07 (Mon, 07 Nov 2022)
Changed paths:
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/ASTImporter.cpp
M clang/lib/AST/Comment.cpp
M clang/lib/AST/Decl.cpp
M clang/lib/AST/Interp/Disasm.cpp
M clang/lib/Analysis/CFG.cpp
M clang/lib/Analysis/RetainSummaryManager.cpp
M clang/lib/Basic/SourceLocation.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/lib/Lex/MacroArgs.cpp
M clang/lib/Sema/SemaDeclAttr.cpp
M clang/lib/Sema/SemaTemplateDeduction.cpp
M clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
M clang/lib/Tooling/ASTDiff/ASTDiff.cpp
M clang/unittests/Lex/HeaderMapTest.cpp
M clang/unittests/Tooling/ASTSelectionTest.cpp
M clang/unittests/Tooling/Syntax/TreeTest.cpp
Log Message:
-----------
[clang][NFC] Use c++17 style variable type traits
This was done as a test for D137302 and it makes sense to push these changes
Reviewed By: shafik
Differential Revision: https://reviews.llvm.org/D137491
More information about the All-commits
mailing list