New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 734710 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

Index is incomplete

Project Member Reported by thakis@chromium.org, Jun 19 2017

Issue description

https://cs.chromium.org/search/?q=using_sanitizer+file.gn+package:%5Echromium$&type=cs currently only lists the file src/build/config/BUILD.gn

However, at least build/config/sanitizers/BUILD.gn and build/config/sanitizers/sanitizers.gni also contain using_sanitizer
 

Comment 1 by thakis@chromium.org, Jun 19 2017

Full list:

$ git grep -l using_sanitizer '*.gn*'
base/BUILD.gn
build/config/BUILD.gn
build/config/compiler/BUILD.gn
build/config/compiler/compiler.gni
build/config/gcc/BUILD.gn
build/config/mac/symbols.gni
build/config/sanitizers/BUILD.gn
build/config/sanitizers/sanitizers.gni
chrome/BUILD.gn
chromecast/BUILD.gn
sandbox/linux/BUILD.gn
third_party/sqlite/BUILD.gn
tools/ipc_fuzzer/ipc_fuzzer.gni

Comment 2 by emso@chromium.org, Jun 20 2017

Status: WontFix (was: Untriaged)
If you replace 'file.gn' with 'file:gn" you get more results: https://cs.chromium.org/search/?q=using_sanitizer+file:gn+package:%5Echromium$&type=cs

Sorry for the poor documentation of the query language.


Sign in to add a comment