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 | ||
|---|---|---|
| 31 | Two excessive newlines. | |
| clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst | ||
|---|---|---|
| 8–10 | 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? | |
| 16–17 | ||
| 19–20 | What does
mean? | |
| 26 | Is that the warning message the check prints? | |
| 35 | ||
Comment Actions
LGTM aside from a small nit.
| clang-tools-extra/docs/clang-tidy/checks/bugprone-unhandled-exception-at-new.rst | ||
|---|---|---|
| 16–17 | ||
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?