diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-19 22:11:10 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-11-19 22:11:10 +0000 |
| commit | 145e4d64713eee6b62698369b584b33e83a87970 (patch) | |
| tree | b680bebf40911d934ec107f073332eaf938ccebf /compiler-rt/lib/interception | |
| parent | ebee6129cdaeeaa3931bbd6d078a984c84d261f1 (diff) | |
| download | bcm5719-llvm-145e4d64713eee6b62698369b584b33e83a87970.tar.gz bcm5719-llvm-145e4d64713eee6b62698369b584b33e83a87970.zip | |
Tell clang-format that (most) sanitizers are written using Google style guide.
llvm-svn: 253608
Diffstat (limited to 'compiler-rt/lib/interception')
| -rw-r--r-- | compiler-rt/lib/interception/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/lib/interception/.clang-format b/compiler-rt/lib/interception/.clang-format new file mode 100644 index 00000000000..f6cb8ad931f --- /dev/null +++ b/compiler-rt/lib/interception/.clang-format @@ -0,0 +1 @@ +BasedOnStyle: Google |

