]> granicus.if.org Git - llvm/commit
Fix -Wimplicit-fallthrough warnings in regcomp.c
authorNathan Huckleberry <nhuck@google.com>
Wed, 21 Aug 2019 17:07:43 +0000 (17:07 +0000)
committerNathan Huckleberry <nhuck@google.com>
Wed, 21 Aug 2019 17:07:43 +0000 (17:07 +0000)
commite2845276029e30453fb2943ee5552abf763a5804
tree26ab904e67c36bc67f0989c324dfdc60740b01ad
parentf9146197d4b743e05cc9a2a3cd8e83e45a9b2596
Fix -Wimplicit-fallthrough warnings in regcomp.c

Summary:
Since clang does not support comment style fallthrough annotations
these should be switched.

Reviewers: aaron.ballman, nickdesaulniers, xbolva00

Reviewed By: aaron.ballman, nickdesaulniers, xbolva00

Subscribers: xbolva00, nickdesaulniers, hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369549 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/Compiler.h
lib/Support/regcomp.c