BEFORE this patch, unused const-qualified variable templates such as template <typename T> const double var_t = 0; were diagnosed as unused variable 'var_t'
This patch fixes this message to unused variable template 'var_t'
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Sema/Sema.cpp | ||
---|---|---|
1385 | Sorry for late review but we should conform to bugprone-argument-comment for these. |
clang/lib/Sema/Sema.cpp | ||
---|---|---|
1385 | Thanks. Fixed in 940c94e1c1b99511630b6f61890ac54161b5829c |
Sorry for late review but we should conform to bugprone-argument-comment for these.