This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dd9bfb2c1a2ad53fa3f8dfe3d8a6aa94de694297
clang-p2996
/
clang
/
utils
History
Kostya Serebryany
317e2c499d
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>
...
llvm-svn: 199303
2014-01-15 07:59:37 +00:00
..
ABITest
Fix constructor-related typos.
2013-09-09 14:48:42 +00:00
analyzer
Correct hyphenations in comments and assert messages
2013-12-05 04:47:09 +00:00
CIndex
…
TableGen
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_off, but this time hide it under __has_feature(address_sanitizer); also include <sanitizer/lsan_interface.h>
2014-01-15 07:59:37 +00:00
TestUtils
…
valgrind
…
VtableTest
…
builtin-defines.c
…
CaptureCmd
…
clang-completion-mode.el
…
ClangDataFormat.py
…
clangVisualizers.txt
…
CmpDriver
fix a bunch of comment typos found by codespell. Patch by
2011-04-15 05:22:18 +00:00
find-unused-diagnostics.sh
Increase the portability of this script a bit: use /usr/bin/env to find bash,
2013-05-24 23:54:21 +00:00
FindSpecRefs
Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.
2009-07-10 20:15:12 +00:00
FuzzTest
[utils/FuzzTest] Add '--stop-on-fail' to stop the script on the first failure
2012-03-08 20:29:39 +00:00
token-delta.py
…