[PATCH] D80554: [DebugInfo] Use SplitTemplateClosers (foo<bar<baz> >) in DWARF too
Adrian McCarthy via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 26 11:58:37 PDT 2020
amccarth added inline comments.
================
Comment at: clang/lib/CodeGen/CGDebugInfo.cpp:242
+ // SplitTemplateClosers yields better interop with GCC and GDB (PR46052).
+ PP.SplitTemplateClosers = true;
}
----------------
So, in other words, we'll always set `PP.SplitTemplateClosers` to true, now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80554/new/
https://reviews.llvm.org/D80554
More information about the cfe-commits
mailing list