Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
252 ↗ | (On Diff #90670) | vale -> value |
test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
252 ↗ | (On Diff #90677) | 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 ↗ | (On Diff #90691) | 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 ↗ | (On Diff #90677) | Good catch. Done. |
clang-tools-extra/trunk/test/clang-tidy/modernize-use-nullptr.cpp | ||
---|---|---|
254 | 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 | 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 | +1, patch are welcome. |
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.)