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 cfedf88 commit fa0a379Copy full SHA for fa0a379
clang/docs/analyzer/checkers/storetoimmutable_example.cpp
@@ -1,7 +1,5 @@
1
-// Global const variable
2
const int global_const = 42;
3
4
-// Const struct member
5
struct TestStruct {
6
const int x;
7
int y;
0 commit comments