Commit c86a355
committed
Satisfy g++ and adhere to a C++03 syntax quirk
Apparently, until C++11 you could not use global namespace qualifier for
a class name:
https://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#355
Only g++ ever complained about it, and it seems to still do, so let's
just use a less precise qualification1 parent 2275b19 commit c86a355
File tree
1 file changed
+1
-1
lines changed- clang/include/clang/StaticAnalyzer/Core/PathSensitive
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
0 commit comments