[PATCH] D29625: [XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions

Dean Michael Berris via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 7 02:24:56 PST 2017


dberris created this revision.

As pointed out in casual reading of the XRay codebase, that we had
some interesting named functions that didn't quite follow the LLVM coding
conventions.


https://reviews.llvm.org/D29625

Files:
  lib/xray/tests/unit/fdr_logging_test.cc
  lib/xray/xray_arm.cc
  lib/xray/xray_fdr_logging.cc
  lib/xray/xray_fdr_logging.h
  lib/xray/xray_flags.cc
  lib/xray/xray_flags.h
  lib/xray/xray_init.cc
  lib/xray/xray_interface.cc
  lib/xray/xray_utils.cc
  lib/xray/xray_utils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29625.87381.patch
Type: text/x-patch
Size: 12795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170207/9d802f99/attachment.bin>


More information about the llvm-commits mailing list