[llvm] r303377 - Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 13:18:24 PDT 2017
Author: ruiu
Date: Thu May 18 15:18:24 2017
New Revision: 303377
URL: http://llvm.org/viewvc/llvm-project?rev=303377&view=rev
Log:
Revert r303375 "LLVM_FALLTHROUGH instead of fall-through comment."
This reverts commit r303375 since it didn't compile.
Modified:
llvm/trunk/lib/Demangle/ItaniumDemangle.cpp
Modified: llvm/trunk/lib/Demangle/ItaniumDemangle.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Demangle/ItaniumDemangle.cpp?rev=303377&r1=303376&r2=303377&view=diff
==============================================================================
--- llvm/trunk/lib/Demangle/ItaniumDemangle.cpp (original)
+++ llvm/trunk/lib/Demangle/ItaniumDemangle.cpp Thu May 18 15:18:24 2017
@@ -1947,7 +1947,7 @@ static const char *parse_type(const char
break;
}
}
- LLVM_FALLTHROUGH;
+ // falls through
default:
// must check for builtin-types before class-enum-types to avoid
// ambiguities with operator-names
More information about the llvm-commits
mailing list