aboutsummaryrefslogtreecommitdiffstats
path: root/docs/linux
diff options
context:
space:
mode:
authorFlorent Revest <revest@chromium.org>2026-01-20 18:41:41 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-20 19:22:54 +0000
commit4aba25c79aa71d1a21427a5be778198d9d0b698f (patch)
tree45e76f3c412b87fd4971d56bfaeaca5b4272d1c9 /docs/linux
parent31d0cb6a61684e72e5a49a7522c7595eb42c81ea (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/linux')
0 files changed, 0 insertions, 0 deletions