]> granicus.if.org Git - clang/commit
Revert "[Tooling] Parse compilation database command lines on Windows."
authorZachary Turner <zturner@google.com>
Wed, 17 Aug 2016 20:55:35 +0000 (20:55 +0000)
committerZachary Turner <zturner@google.com>
Wed, 17 Aug 2016 20:55:35 +0000 (20:55 +0000)
commitf8d27f82a031afc0bbb99c9a109d0ab559b7f075
tree3d8c041d008910d8207def1c1834cbcc749888ed
parent85e37071ce5344f965546c97c4885564293f8098
Revert "[Tooling] Parse compilation database command lines on Windows."

This reverts commit 27a874790fc79f6391ad3703d7c790f51ac6ae1f.

After the introduction of windows command line parsing, some unit tests
began failing that expect to test gnu style command line quirks.  The
fix is mechanical but time consuming, so revert this for now.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@278976 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Tooling/JSONCompilationDatabase.cpp