Commit edbc965
committed
[clang][deps] Fix build after llvm#129751
Some compilers don't like having a member variable name that shadows the type name.
(cherry picked from commit 1872774)1 parent d88a3fd commit edbc965
File tree
1 file changed
+2
-2
lines changed- clang/include/clang/Tooling/DependencyScanning
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
| |||
0 commit comments