We should check whether a UsingDecl is defined in macros or in class
definition, not TargetDecls of the UsingDecl.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D20666
Fix a wrong check in misc-unused-using-decls ClosedPublic Authored by hokein on May 26 2016, 12:44 AM.
Details Summary We should check whether a UsingDecl is defined in macros or in class
Diff Detail
Event Timelinehokein updated this object. This revision is now accepted and ready to land.May 27 2016, 6:57 AM Closed by commit rL271199: Fix a wrong check in misc-unused-using-decls (authored by hokein). · Explain WhyMay 30 2016, 12:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 58937 clang-tools-extra/trunk/clang-tidy/misc/UnusedUsingDeclsCheck.cpp
clang-tools-extra/trunk/test/clang-tidy/misc-unused-using-decls.cpp
|