diff options
| author | Florent Revest <revest@chromium.org> | 2026-01-20 18:41:41 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-20 19:22:54 +0000 |
| commit | 4aba25c79aa71d1a21427a5be778198d9d0b698f (patch) | |
| tree | 45e76f3c412b87fd4971d56bfaeaca5b4272d1c9 /docs/prometheus.md | |
| parent | 31d0cb6a61684e72e5a49a7522c7595eb42c81ea (diff) | |
tools/clang/codesearch: support building with -Wchanges-meaning
When compiling with the changes-meaning flag, syz-codesearch gets a
bunch of errors such as this one:
codesearch.cpp:30:15: error: declaration of ‘clang::SourceRange MacroDef::SourceRange’
changes meaning of ‘SourceRange’ [-Wchanges-meaning]
30 | SourceRange SourceRange; // soruce range of the value
| ^~~~~~~~~~~
codesearch.cpp:30:3: note: used here to mean ‘class clang::SourceRange’
30 | SourceRange SourceRange; // soruce range of the value
| ^~~~~~~~~~~
Let's iron them out early before the code base grows too reliant on
this pattern.
Diffstat (limited to 'docs/prometheus.md')
0 files changed, 0 insertions, 0 deletions
