Commit 8f434bb
authored
[clang] Fix a dangling reference in clang/utils/TableGen/ClangDiagnosticsEmitter.cpp (llvm#119197)
`DiagsInGroup` is a `map<llvm::StringRef, ...>`, we store a dangling
string_view in the key.1 parent 30ad53b commit 8f434bb
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1907 | 1907 | | |
1908 | 1908 | | |
1909 | 1909 | | |
1910 | | - | |
1911 | | - | |
| 1910 | + | |
1912 | 1911 | | |
1913 | 1912 | | |
1914 | 1913 | | |
| |||
0 commit comments