Skip to content

Commit 8908cae

Browse files
committed
Fixing based on review feedback
1 parent 067da69 commit 8908cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ Non-comprehensive list of changes in this release
288288
stack traces of Clang from debuggers, crashes, and profilers may look
289289
different than before.
290290
- Fixed a crash when a VLA with an invalid size expression was used within a
291-
``sizeof`` or ``typeof`` expression. #GH138444
291+
``sizeof`` or ``typeof`` expression. (#GH138444)
292292

293293
New Compiler Flags
294294
------------------

clang/test/SemaCXX/vla.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ void test() {
5454
// Previously, this call to sizeof would cause a crash.
5555
sizeof(int[vec1.size()]);
5656
}
57-
}
57+
}

0 commit comments

Comments
 (0)