[llvm] r285167 - [XRay] Remove extra `;` to make -wpedantic happy

Dean Michael Berris via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 25 21:21:18 PDT 2016


Author: dberris
Date: Tue Oct 25 23:21:17 2016
New Revision: 285167

URL: http://llvm.org/viewvc/llvm-project?rev=285167&view=rev
Log:
[XRay] Remove extra `;` to make -wpedantic happy

Modified:
    llvm/trunk/tools/llvm-xray/xray-extract.cc

Modified: llvm/trunk/tools/llvm-xray/xray-extract.cc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-xray/xray-extract.cc?rev=285167&r1=285166&r2=285167&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-xray/xray-extract.cc (original)
+++ llvm/trunk/tools/llvm-xray/xray-extract.cc Tue Oct 25 23:21:17 2016
@@ -78,7 +78,7 @@ template <> struct MappingTraits<YAMLXRa
   static constexpr bool flow = true;
 };
 
-LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLXRaySledEntry);
+LLVM_YAML_IS_SEQUENCE_VECTOR(YAMLXRaySledEntry)
 
 namespace {
 




More information about the llvm-commits mailing list