This allows reporting an error when user tries to use SafeStack with
incompatible sanitizers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
| clang/lib/Driver/SanitizerArgs.cpp | ||
|---|---|---|
| 384 | I guess we check only one direction. So either this line or changes above are not needed. | |
I guess we check only one direction.
E.g. we have std::make_pair(Address, Thread but no std::make_pair(Thread, Address
So either this line or changes above are not needed.