llvm-project/clang/include
Richard Smith 98ed0c5475 PR44978: Accept as an extension some cases where destructor name lookup
is ambiguous, but only one of the possible lookup results could possibly
be right.

Clang recently started diagnosing ambiguity in more cases, and this
broke the build of Firefox. GCC, ICC, MSVC, and previous versions of
Clang all accept some forms of ambiguity here (albeit different ones in
each case); this patch mostly accepts anything any of those compilers
accept.
2020-02-26 14:55:31 -08:00
..
clang PR44978: Accept as an extension some cases where destructor name lookup 2020-02-26 14:55:31 -08:00
clang-c Revert "libclang: Add static build support for Windows" and 2020-02-20 15:17:51 -05:00
CMakeLists.txt