[LLVMbugs] [Bug 20554] Requesting new warning: missing const-qualifier
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 5 15:07:50 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20554
David Blaikie <dblaikie at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |dblaikie at gmail.com
Resolution|--- |INVALID
--- Comment #1 from David Blaikie <dblaikie at gmail.com> ---
Generally Clang warnings aren't implemented for stylistic constraints like
this. (the litmus test is usually "if this can't be enabled by default then
it's probably not appropriate as a compiler warning")
But such a feature could possibly go into a tool like clang-tidy.
http://clang.llvm.org/extra/clang-tidy.html (not sure if we have a Bugzilla
feature for that at the moment)
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140805/b1d4f5d1/attachment.html>
More information about the llvm-bugs
mailing list