diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2025-01-30 15:24:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-30 15:24:43 -0500 |
commit | 72efe15c2bf262607420f81ab3b3b52f82698b4b (patch) | |
tree | f07fa059e2d71ac7bf4955687febc6e297be6806 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
parent | 0d46657cb6bf04430ff8222e1974e49441767d47 (diff) | |
download | llvm-72efe15c2bf262607420f81ab3b3b52f82698b4b.zip llvm-72efe15c2bf262607420f81ab3b3b52f82698b4b.tar.gz llvm-72efe15c2bf262607420f81ab3b3b52f82698b4b.tar.bz2 |
Reapply 44c0719e77b37374c89b7fc1320664ebb404323d with fix; NFC (#125100)
Silence MSVC warnings; NFC
After the changes to DynamicRecursiveASTVisitor, we started getting
several warnings from MSVC like:
warning C4661: 'bool
clang::DynamicRecursiveASTVisitorBase<false>::WalkUpFromNamedDecl(clang::NamedDecl
*)': no suitable definition provided for explicit template instantiation
request
These changes silence the warnings by providing a definition for those
functions.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions