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 dc59ceb commit 3fd24e0Copy full SHA for 3fd24e0
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