The previous, clearly broken output:
/tmp/test.cpp:13:15: warning: integer literal has suffix 'le', which is not uppercase [hicpp-uppercase-literal-suffix] for (auto i : table) { ^ ~~ LE
I'm so so sad that i'm only now discovering this brokenness.
Differential D53723
[clang-tidy] UppercaseLiteralSuffixCheck: bugfix: ignore implicit code lebedev.ri on Oct 25 2018, 11:53 AM. Authored by
Details The previous, clearly broken output: /tmp/test.cpp:13:15: warning: integer literal has suffix 'le', which is not uppercase [hicpp-uppercase-literal-suffix] for (auto i : table) { ^ ~~ LE I'm so so sad that i'm only now discovering this brokenness.
Diff Detail
Event TimelineComment Actions Did you discover these in a real project? May I ask which one and add it to my BB? :) |