Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13153 std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue); in diagnoseXorMisusedAsPow() local
13155 << ExprStr << toString(XorValue, 10, true) << SuggestedValue in diagnoseXorMisusedAsPow()
13156 << FixItHint::CreateReplacement(ExprRange, SuggestedValue); in diagnoseXorMisusedAsPow()