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.cpp12797 std::string SuggestedValue = "1e" + std::to_string(RightSideIntValue); in diagnoseXorMisusedAsPow() local
12799 << ExprStr << toString(XorValue, 10, true) << SuggestedValue in diagnoseXorMisusedAsPow()
12800 << FixItHint::CreateReplacement(ExprRange, SuggestedValue); in diagnoseXorMisusedAsPow()