Home
last modified time | relevance | path

Searched refs:ALL_DIAGS (Results 1 – 1 of 1) sorted by relevance

/external/clang/utils/
Dfind-unused-diagnostics.sh8 ALL_DIAGS=$(grep -E --only-matching --no-filename '(err_|warn_|ext_|note_)[a-z_]+' ./include/clang/…
15 comm -23 <(sort -u <<< "$ALL_DIAGS") <(sort -u <<< "$DIAGS_IN_SOURCES")