Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Basic/Targets/OSTargets.h | ||
---|---|---|
182 | Maybe I'm missing something but do you actually need to state this-> explicitly? |
clang/lib/Basic/Targets/OSTargets.h | ||
---|---|---|
182 | Seems like it is necessary, yes. Other targets (Haiku, Linux, OpenBSD, Solaris) use the same if (this->HasFloat128) check, and build fails if I remove the this-> part. |
Maybe I'm missing something but do you actually need to state this-> explicitly?