[clang] [Format] Configure ASSIGN_OR_RETURN macros for Google style (PR #169037)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 24 23:23:39 PST 2025
================
@@ -967,6 +967,7 @@ TEST(ConfigParseTest, ParsesConfiguration) {
std::vector<std::string>({"QUNUSED", "QT_REQUIRE_VERSION"}));
CHECK_PARSE_LIST(JavaImportGroups);
+ Style.Macros.clear();
----------------
mydeveloperday wrote:
why would you need this?
https://github.com/llvm/llvm-project/pull/169037
More information about the cfe-commits
mailing list