enum OverloadsShown

Description

Specifies which overload candidates to display when overload resolution fails.

Declared at: clang/include/clang/Basic/DiagnosticOptions.h:29

Enumerators

NameValueComment
Ovl_All0Show all overloads.
Ovl_Best1Show just the "best" overload candidates.