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 1b0c8fe commit 2af5337Copy full SHA for 2af5337
clang/lib/Sema/SemaOverload.cpp
@@ -11137,9 +11137,9 @@ void OverloadCandidateSet::CudaExcludeWrongSideCandidates(Sema &S) {
11137
/// function, \p Best points to the candidate function found.
11138
///
11139
/// \returns The result of overload resolution.
11140
-OverloadingResult
11141
-OverloadCandidateSet::BestViableFunction(Sema &S, SourceLocation Loc,
11142
- iterator &Best) {
+OverloadingResult OverloadCandidateSet::BestViableFunction(Sema &S,
+ SourceLocation Loc,
+ iterator &Best) {
11143
11144
assert(shouldDeferTemplateArgumentDeduction(S.getLangOpts()) ||
11145
DeferredCandidates.empty() &&
0 commit comments