google / gwpsan

GWPSan: Sampling-Based Sanitizer Framework
Apache License 2.0
307 stars 9 forks source link

Replace C++ header guards with shorter ones #15

Closed copybara-service[bot] closed 5 months ago

copybara-service[bot] commented 5 months ago

Replace C++ header guards with shorter ones

The internal location of GWPSan is used to derive the header guards - which are quite long. Change them to match the open source version's directory structure.