llvm-project
554e3239 - [compiler-rt][sanitizer_common] Remove internal linkage from RegisterFlag (NFC) (#206308)

Commit
4 days ago
[compiler-rt][sanitizer_common] Remove internal linkage from RegisterFlag (NFC) (#206308) RegisterFlag is a static function template in a header, so every TU that includes it without calling it trips `-Wunused-template`. Dropping static gives it normal external linkage and clears the warning. NFC. Part of #202945.
Author
Parents
Loading