hanchenye-llvm-project/compiler-rt
Mike Aizatsky 6e9b970805 .clang-tidy for sanitizer package to override root llvm style
Summary:
sanitizer-common follows Google code style, override
clang-tidy config.

Differential Revision: http://reviews.llvm.org/D16373

llvm-svn: 258449
2016-01-21 23:21:31 +00:00
..
cmake Fix the cross compilation of unit tests. NFC (second attempt) 2016-01-14 18:18:49 +00:00
include [libFuzzer] extend the weak memcmp/strcmp/strncmp interceptors to receive the result of the computations. With that, don't do any mutations if memcmp/etc returned 0 2016-01-12 00:43:42 +00:00
lib .clang-tidy for sanitizer package to override root llvm style 2016-01-21 23:21:31 +00:00
make [PGO] Split value profiling runtime into its own file 2015-12-10 20:24:09 +00:00
test Resubmit test case with more restriction 2016-01-21 21:59:19 +00:00
unittests
www
.arcconfig
.gitignore
CMakeLists.txt [CMake] Support externalizing debug info on Darwin 2015-12-03 20:08:22 +00:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
Makefile
README.txt

README.txt

Compiler-RT
================================

This directory and its subdirectories contain source code for the compiler
support routines.

Compiler-RT is open source software. You may freely distribute it under the
terms of the license agreement found in LICENSE.txt.

================================