[PATCH] D83513: [AST][ObjC] Fix crash when printing invalid objc categories

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 10 11:04:06 PDT 2020


gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/unittests/AST/DeclPrinterTest.cpp:180
+  return PrintedDeclMatches(Code, Args, NodeMatch, ExpectedPrinted, "input.m",
+                            /*PolicyModifier*/ nullptr, AllowError);
 }
----------------
`/*PolicyModifier=*/` (with equal sign) (also below for AllowError comments)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83513/new/

https://reviews.llvm.org/D83513





More information about the cfe-commits mailing list