Zachary Johnson
5d6304f017
[NFC][asan] Change asan_init and asan_init_is_running; add setters/getters
...
For #71833
2023-11-09 13:57:46 -08:00
Alvin Wong
571b94f3d7
[compiler-rt][asan] Add report on intercept fail to more places
...
Use `ASAN_INTERCEPT_FUNC` instead of `INTERCEPT_FUNCTION` so it checks
the return value and reports a message if verbosity >= 1.
Differential Revision: https://reviews.llvm.org/D148989
2023-04-25 19:21:48 +08:00
Alexandre Ganea
efad56b2be
Remove unused variables, as suggested by @mcgov.
...
Fixes warning: unused variable 'XXX' [-Wunused-const-variable]
2019-11-04 14:55:51 -05:00
Vitaly Buka
d2af368aee
[compiler-rt] Remove some cpplint filters
...
llvm-svn: 371704
2019-09-12 02:20:36 +00:00
Vitaly Buka
c0fa632236
Remove NOLINTs from compiler-rt
...
llvm-svn: 371687
2019-09-11 23:19:48 +00:00
Nico Weber
217222abea
compiler-rt: Rename .cc file in lib/asan to .cpp
...
Like r367463, but for asan.
llvm-svn: 367558
2019-08-01 13:43:28 +00:00