[PATCH] D54395: [clang-tidy] implement utility-function to add 'const' to variables
Jonas Toth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 28 05:24:18 PST 2019
JonasToth marked an inline comment as done.
JonasToth added inline comments.
================
Comment at: unittests/clang-tidy/AddConstTest.cpp:15
+
+template <QualifierTarget CT = QualifierTarget::Pointee,
+ QualifierPolicy CP = QualifierPolicy::Left>
----------------
alexfh wrote:
> What's the point of default values of template arguments here?
Wups, relict of older version.
Repository:
rCTE Clang Tools Extra
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54395/new/
https://reviews.llvm.org/D54395
More information about the cfe-commits
mailing list