[LLVMbugs] [Bug 22638] New: clang-tidy misc-use-override doesn't check for C++11 or newer
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Feb 19 16:14:40 PST 2015
http://llvm.org/bugs/show_bug.cgi?id=22638
Bug ID: 22638
Summary: clang-tidy misc-use-override doesn't check for C++11
or newer
Product: new-bugs
Version: 3.6
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: eugene.zelenko at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
clang-tidy misc-use-override doesn't check code compilation mode for C++11 or
newer.
I run clang-tidy with all checkers enabled for code compiled with -std=c++98
and misc-use-override issued its warnings.
--
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/20150220/eb53bd11/attachment.html>
More information about the llvm-bugs
mailing list