diff options
author | Vedant Kumar <vsk@apple.com> | 2015-10-01 00:22:21 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2015-10-01 00:22:21 +0000 |
commit | 59ba7b8cd19b0f5a863fdd0eea2d090f2e1f1f94 (patch) | |
tree | 5183857b5cca929912341d78eae194a5924d1347 /llvm/lib/ExecutionEngine/SectionMemoryManager.cpp | |
parent | 23a0d1a1d648512e6b81f303cf61c2d96282d48d (diff) | |
download | llvm-59ba7b8cd19b0f5a863fdd0eea2d090f2e1f1f94.zip llvm-59ba7b8cd19b0f5a863fdd0eea2d090f2e1f1f94.tar.gz llvm-59ba7b8cd19b0f5a863fdd0eea2d090f2e1f1f94.tar.bz2 |
[compiler-rt] Apply modernize-use-nullptr fixes in sanitizers
- Trim spaces.
- Use nullptr in place of 0 for pointer variables.
- Use '!p' in place of 'p == 0' for null pointer checks.
- Add blank lines to separate function definitions.
- Add 'extern "C"' or 'namespace foo' comments after the appropriate
closing brackets
This is a continuation of work from 409b7b82. The focus here is on the
various sanitizers (not sanitizer_common, as before).
Patch by Eugene Zelenko!
Differential Revision: http://reviews.llvm.org/D13225
llvm-svn: 248966
Diffstat (limited to 'llvm/lib/ExecutionEngine/SectionMemoryManager.cpp')
0 files changed, 0 insertions, 0 deletions