Commit 693e412
committed
Fixes gcc redeclaration confusion
Older gcc versions confuse the type with the member name if both are the
same and see the second as a redeclaration. This is fixed by explicitly
declaring the types namespace.1 parent b15adfb commit 693e412
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- include/phasar/PhasarLLVM/DataFlowSolver
- IfdsIde/IFDSFieldSensTaintAnalysis/FlowFunctions
- WPDS
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments