[PATCH] D29877: Warn about unused static file scope function template declarations.

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat May 27 02:30:37 PDT 2017


v.g.vassilev added inline comments.


================
Comment at: include/clang/Basic/DiagnosticGroups.td:631
                         // UnusedParameter, (matches GCC's behavior)
+                        // UnusedTemplate, (clean-up libc++ before enabling)
                         // UnusedMemberFunction, (clean-up llvm before enabling)
----------------
EricWF wrote:
> Is libc++ not clean for this? I just ran the libc++ tests with -Wunused-template and didn't see any errors.
I think we were waiting also for the chromium guys. Perhaps they moved, too.


https://reviews.llvm.org/D29877





More information about the cfe-commits mailing list