Consider ? identifier = and ? identifier; to be nullable within function bodies.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good with 1 suggestion.
clang/lib/Format/TokenAnnotator.cpp | ||
---|---|---|
1018 | The check for tok::semi here is redundant: in an example like Type? name;, Line.MustBeDeclaration is true and this is not reached. |
The check for tok::semi here is redundant: in an example like Type? name;, Line.MustBeDeclaration is true and this is not reached.