Home
last modified time | relevance | path

Searched refs:SuggestedValue (Results 1 – 1 of 1) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp12315 std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue); in diagnoseXorMisusedAsPow() local
12317 << ExprStr << XorValue.toString(10, true) << SuggestedValue in diagnoseXorMisusedAsPow()
12318 << FixItHint::CreateReplacement(ExprRange, SuggestedValue); in diagnoseXorMisusedAsPow()