secure-software-engineering / phasar

A LLVM-based static analysis framework.
Other
930 stars 140 forks source link

Fixes gcc redeclaration confusion #509

Closed vulder closed 2 years ago

vulder commented 2 years ago

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.