Details
Details
Diff Detail
Diff Detail
Event Timeline
clang-tidy/readability/ImplicitBoolCastCheck.h | ||
---|---|---|
25 | BTW, could you move the constructor body to the .cpp file? It's more convenient, when both reading and storing options are placed together. |
Paths
| Differential D23544
[clang-tidy] readability-implicit-bool-cast forgets to store its options. ClosedPublic Authored by hokein on Aug 16 2016, 3:01 AM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.Aug 16 2016, 3:09 AM
Closed by commit rL278791: [clang-tidy] readability-implicit-bool-cast forgets to store its options. (authored by hokein). · Explain WhyAug 16 2016, 4:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 68150 clang-tidy/readability/ImplicitBoolCastCheck.h
clang-tidy/readability/ImplicitBoolCastCheck.cpp
|
BTW, could you move the constructor body to the .cpp file? It's more convenient, when both reading and storing options are placed together.