We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067da69 commit 8908caeCopy full SHA for 8908cae
clang/docs/ReleaseNotes.rst
@@ -288,7 +288,7 @@ Non-comprehensive list of changes in this release
288
stack traces of Clang from debuggers, crashes, and profilers may look
289
different than before.
290
- Fixed a crash when a VLA with an invalid size expression was used within a
291
- ``sizeof`` or ``typeof`` expression. #GH138444
+ ``sizeof`` or ``typeof`` expression. (#GH138444)
292
293
New Compiler Flags
294
------------------
clang/test/SemaCXX/vla.cpp
@@ -54,4 +54,4 @@ void test() {
54
// Previously, this call to sizeof would cause a crash.
55
sizeof(int[vec1.size()]);
56
}
57
-}
+}
0 commit comments