| commit | 9c89ff1945784b9dd121c155a4510d9e9e63577a | [log] [tgz] |
|---|---|---|
| author | Diego Novillo <dnovillo@google.com> | Thu May 29 16:19:27 2014 +0000 |
| committer | Diego Novillo <dnovillo@google.com> | Thu May 29 16:19:27 2014 +0000 |
| tree | ff8f9b735bb3328a18035eb8416a0e06317da499 | |
| parent | 4d16e1192254da457d419b948a3444c56b52b7ed [diff] |
Fix spurious remarks when -Weverything is used. With -Weverything, the backend remarks are enabled. This was causing spurious diagnostics for remarks that we don't yet handle (cf http://reviews.llvm.org/D3683). This will stop being a problem once http://reviews.llvm.org/D3683 is committed. llvm-svn: 209823