llvm-project
7cb7f074 - [compiler-rt][sanitizer_common] Fix -Wunused-template in test helpers… (#207706)

Commit
6 days ago
[compiler-rt][sanitizer_common] Fix -Wunused-template in test helpers… (#207706) `Ident` is a static function template in a test header, so any test TU that never calls it trips `-Wunused-template`. Drop static. `check_locked` in `sanitizer_mutex_test.cpp` has no callers. Part of #202945.
Author
Parents
Loading