diff options
| author | Dean Michael Berris <dberris@google.com> | 2017-02-07 23:35:34 +0000 |
|---|---|---|
| committer | Dean Michael Berris <dberris@google.com> | 2017-02-07 23:35:34 +0000 |
| commit | ea9042cf8fab1fff5364793ec11affba42d8f08f (patch) | |
| tree | 1e79eb850aee998cbe2f94377537ac708644883b /compiler-rt/lib/xray/xray_utils.h | |
| parent | bc9d0cd92528860f4772fdfa3648943ced04fb34 (diff) | |
| download | bcm5719-llvm-ea9042cf8fab1fff5364793ec11affba42d8f08f.tar.gz bcm5719-llvm-ea9042cf8fab1fff5364793ec11affba42d8f08f.zip | |
[XRay][compiler-rt][NFC] Turn ProudCase functions to humbleCase functions
Summary:
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.
Reviewers: chandlerc, dblaikie
Subscribers: llvm-commits
Differential Revision: https://reviews.llvm.org/D29625
llvm-svn: 294373
Diffstat (limited to 'compiler-rt/lib/xray/xray_utils.h')
| -rw-r--r-- | compiler-rt/lib/xray/xray_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/xray/xray_utils.h b/compiler-rt/lib/xray/xray_utils.h index d165e84ff13..a78e12a4c73 100644 --- a/compiler-rt/lib/xray/xray_utils.h +++ b/compiler-rt/lib/xray/xray_utils.h @@ -21,7 +21,7 @@ namespace __xray { // Default implementation of the reporting interface for sanitizer errors. -void PrintToStdErr(const char *Buffer); +void printToStdErr(const char *Buffer); // EINTR-safe write routine, provided a file descriptor and a character range. void retryingWriteAll(int Fd, char *Begin, char *End); |

