[PATCH] D87291: [clang-format][regression][PR47461] ifdef causes catch to be seen as a function

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 8 09:55:23 PDT 2020


MyDeveloperDay added a comment.

Note to self, other things could cause the same issue

  try // comment
  {



  try /* comment */
  {


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87291



More information about the cfe-commits mailing list