Skip to content

Commit dac6845

Browse files
vbvictorlocalspook
andauthored
Apply suggestions from code review
Co-authored-by: Victor Chernyakin <[email protected]>
1 parent c42cc18 commit dac6845

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

clang-tools-extra/clang-tidy/bugprone/ExceptionTypeNotNothrowCopyConstructibleCheck.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//===----------------------------------------------------------------------===//
2-
//===----------------------------------------------------------------------===//
32
//
43
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
54
// See https://llvm.org/LICENSE.txt for license information.

clang-tools-extra/docs/clang-tidy/checks/bugprone/exception-type-not-nothrow-copy-constructible.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. title:: clang-tidy - bugprone-exception-type-not-nothrow-copy-constructible
22

33
bugprone-exception-type-not-nothrow-copy-constructible
4-
=======================================================
4+
======================================================
55

66
Checks whether a thrown object is nothrow copy constructible.
77

0 commit comments

Comments
 (0)