[PATCH] D35937: [clang-tidy] Add new readability non-idiomatic static access
Barancsuk Lilla via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 10 23:53:34 PDT 2017
barancsuk marked 3 inline comments as done.
barancsuk added inline comments.
================
Comment at: test/clang-tidy/readability-static-accessed-through-instance.cpp:55
+ // CHECK-MESSAGES: :[[@LINE-1]]:3: warning: static member accessed through
+ // instance [readability-static-accessed-through-instance]
+ // CHECK-FIXES: {{^}} C::x;{{$}}
----------------
alexfh wrote:
> Line wrapping gone bad. I guess you can just remove the second line. Same below.
I think the line wrapping and the typo have already been corrected in a later version.
Repository:
rL LLVM
https://reviews.llvm.org/D35937
More information about the cfe-commits
mailing list