Merge "Add Wno-ambiguous-reversed-operator to get around the operator== lookup issue in clang" into main

This commit is contained in:
Aditya Kumar
2024-02-08 12:17:05 +00:00
committed by Gerrit Code Review

View File

@@ -369,6 +369,8 @@ var (
"-Wno-fortify-source",
"-Wno-tautological-negation-compare",
"-Wno-tautological-undefined-compare",
// http://324323434
"-Wno-ambiguous-reversed-operator",
}
llvmNextExtraCommonGlobalCflags = []string{