Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 4538 Build 4538: arc lint + arc unit
Event Timeline
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
252 | vale -> value |
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
252 | It might be great to have a test case for: template<typename T> class TemplateClass { public: explicit TemplateClass(int a, T *default_value = 0) {} |
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
254 | Great! Thanks for adding this test. I have the impression we do want to warn and fix this case however. What do you think? |
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
252 | Good catch. Done. |
clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
254 ↗ | (On Diff #90694) | Maybe as a separate patch, but I think it might be worth to warn here. WDYT? (Sorry for the double post, the previous one is disappeared after the commit.) |
clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
254 ↗ | (On Diff #90694) | Seems reasonable, but probably not an extremely frequent case. Deserves a FIXME at least. |
clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
254 ↗ | (On Diff #90694) | +1, patch are welcome. |
vale -> value