[PATCH] D33032: [XRay][lib] Support and temporarily skip over CustomEvent records

Tim Shen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 18:01:01 PDT 2017


timshen accepted this revision.
timshen added inline comments.
This revision is now accepted and ready to land.


================
Comment at: lib/XRay/Trace.cpp:278
+      return E;
   default:
     // Widen the record type to uint16_t to prevent conversion to char.
----------------
Missing break?


https://reviews.llvm.org/D33032





More information about the llvm-commits mailing list