Don't filter by extensions.
commitd2db601496fc7ccbf0f689bbcafa3796e7c15141
authorakuegel <akuegel@chromium.org>
Mon, 24 Nov 2014 18:10:17 +0000 (24 10:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 24 Nov 2014 18:10:39 +0000 (24 18:10 +0000)
treed575f6d1d5fcdeeae553300600c7aec85b408c18
parent5f6a162270d0ca56437ea78353e32ab40b060122
Don't filter by extensions.

When using the -all option in run_tool.py, don't filter the files
in the compilation database by extension. Otherwise, files ending
in ".S", ".cxx" and ".cpp" are filtered out.

BUG=429684

Review URL: https://codereview.chromium.org/743133002

Cr-Commit-Position: refs/heads/master@{#305445}
tools/clang/scripts/run_tool.py