We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8246e commit 44d3b94Copy full SHA for 44d3b94
clang/lib/Sema/SemaOverload.cpp
@@ -11145,9 +11145,9 @@ void OverloadCandidateSet::CudaExcludeWrongSideCandidates(Sema &S) {
11145
/// function, \p Best points to the candidate function found.
11146
///
11147
/// \returns The result of overload resolution.
11148
-OverloadingResult
11149
-OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
11150
- iterator &Best) {
+OverloadingResult OverloadCandidateSet::BestViableFunction(Sema &S,
+ SourceLocation Loc,
+ iterator &Best) {
11151
11152
assert(shouldDeferTemplateArgumentDeduction(S.getLangOpts()) ||
11153
DeferredCandidates.empty() &&
0 commit comments