commit | 3ce1a991150c1f1954f542d0d998f6f75e89fbc6 | [log] [tgz] |
---|---|---|
author | Jan Voung <jvoung@chromium.org> | Tue Feb 03 08:27:44 2015 -0800 |
committer | Jan Voung <jvoung@chromium.org> | Tue Feb 03 08:27:44 2015 -0800 |
tree | 020641cf00138080b81ca4f53e0c2b72f8182c25 | |
parent | 8e92838b8179d0b4a3022889c3446100b7ef831e [diff] |
Subzero: Fix some -Winconsistent-missing-override that clang 3.6 warns about. I'd like to bump the *trusted* clang compiler also, since the really old trusted clang compiler seems to crash if we pair old clang with new libcxx. (So the merge will probably have to bump the trusted clang compiler to a newer rev). BUG= https://code.google.com/p/nativeclient/issues/detail?id=4026 R=stichnot@chromium.org Review URL: https://codereview.chromium.org/898693002