aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorJie Fu <jiefu@tencent.com>2023-10-07 15:33:22 +0800
committerJie Fu <jiefu@tencent.com>2023-10-07 15:33:22 +0800
commit3a158cc875a383e2d5b8da487633e53d061942f1 (patch)
tree64a4218e5457064beb9e3122d9173995b38766a6 /clang/lib/Frontend/CompilerInvocation.cpp
parent3a3b84b180278207731451dfac24f47d02b50e84 (diff)
downloadllvm-3a158cc875a383e2d5b8da487633e53d061942f1.zip
llvm-3a158cc875a383e2d5b8da487633e53d061942f1.tar.gz
llvm-3a158cc875a383e2d5b8da487633e53d061942f1.tar.bz2
[clang] Fix -Wreorder-ctor of DependentFunctionTemplateSpecializationInfo (NFC)
/llvm-project/clang/lib/AST/Decl.cpp:4182:7: error: field 'TemplateArgumentsAsWritten' will be initialized after field 'NumCandidates' [-Werror,-Wreorder-ctor] : TemplateArgumentsAsWritten(TemplateArgsWritten), ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ NumCandidates(Candidates.size()) 1 error generated.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions