Displaying 1 result from an estimated 1 matches for "external_tag".
2017 Jun 08
2
Non-standard C++ usage
...piler-rt/lib/tsan/rtl/tsan_report.cc:
In function ‘void __tsan::PrintMop(const __tsan::ReportMop*, bool)’:
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:174:50:
warning: ISO C++ does not allow ?: with omitted middle operand
[-Wpedantic]
GetObjectTypeFromTag(mop->external_tag) ?: "external object";
^
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:174:52:
warning: ISO C++ forbids omitting the middle term of a ?: expression
[-Wpedantic]
GetObjectTypeFromTag(mop->external_tag) ?...