Displaying 1 result from an estimated 1 matches for "getreportheaderfromtag".
2017 Jun 08
2
Non-standard C++ usage
...s/compiler-rt/lib/tsan/rtl/tsan_report.cc:
In function ‘const char* __tsan::ReportTypeString(__tsan::ReportType,
__sanitizer::uptr)’:
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:95:41:
warning: ISO C++ does not allow ?: with omitted middle operand
[-Wpedantic]
return GetReportHeaderFromTag(tag) ?: "race on external object";
^
~/workspace/LLVM/llvm/projects/compiler-rt/lib/tsan/rtl/tsan_report.cc:95:43:
warning: ISO C++ forbids omitting the middle term of a ?: expression
[-Wpedantic]
return GetReportHeaderFromTag(tag) ?: "ra...