[PATCH] D34339: [XRay] fix and clarify comments in the log file decoder

Martin Pelikán via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 00:06:06 PDT 2017


pelikan created this revision.

- reference the compiler-rt implementation even though we're not allowed to share any code
- either get rid of obvious comments or explain them more clearly
- fix typos, correct coding style according to LLVM's standards
- manually CSE long expressions to increase code clarity
- explain our little-endian views more clearly


https://reviews.llvm.org/D34339

Files:
  lib/XRay/Trace.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34339.102990.patch
Type: text/x-patch
Size: 8088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170619/cb7a0949/attachment.bin>


More information about the llvm-commits mailing list