Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst | ||
---|---|---|
65 | Two excessive newlines. |
clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst | ||
---|---|---|
55 | What does
mean? | |
55 | by the code is either superfluous or misleading. Did you mean that the exception should be caught and handled in the same scope where the allocation took place? | |
60 | Is that the warning message the check prints? | |
60–61 | ||
69 |
Comment Actions
LGTM aside from a small nit.
clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst | ||
---|---|---|
16–17 |