[PATCH] D73852: [clang] detect switch fallthrough marked by a comment (PR43465)

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 12 05:36:36 PST 2020


thakis added a comment.

I think giving comments a semantic meaning is a bad idea. Do we really have to do this?

In addition to this making comments have semantic meaning, the meaning is different from gcc.
I don't think we should support this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73852





More information about the cfe-commits mailing list