Allow Compiler.h to be included in C files and fix fallthrough warnings
authorNathan Huckleberry <nhuck@google.com>
Fri, 23 Aug 2019 17:25:21 +0000 (17:25 +0000)
committerNathan Huckleberry <nhuck@google.com>
Fri, 23 Aug 2019 17:25:21 +0000 (17:25 +0000)
commit5808077bc68b26be32d620e71776e2e9bfbe9caf
tree7c8d23b394be0d9c0dbb7701c44c6fe2c4e9fed7
parent5dca5efc0b14c1512cbd8a2902322e1b5b6617cb
Allow Compiler.h to be included in C files and fix fallthrough warnings

Summary:
Since clang does not support comment style fallthrough annotations
these should be switched to macros defined in Compiler.h. This
requires some fixing to Compiler.h.

Original patch: https://reviews.llvm.org/D66487

Reviewers: nickdesaulniers, aaron.ballman, xbolva00, rsmith

Reviewed By: nickdesaulniers, aaron.ballman, rsmith

Subscribers: rsmith, sfertile, ormris, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D66609

llvm-svn: 369782
llvm/include/llvm/Support/Compiler.h
llvm/lib/Support/regcomp.c