diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 03:40:35 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-18 03:40:35 +0000 |
commit | f7202243cde840bf2a327728d387a534cbb278eb (patch) | |
tree | 547c9c750fa7fb9e91118be3466fd149849e83bf /DEPS | |
parent | 0762ac31f1c59d31205642f53131b87e240db1f7 (diff) | |
download | chromium_src-f7202243cde840bf2a327728d387a534cbb278eb.zip chromium_src-f7202243cde840bf2a327728d387a534cbb278eb.tar.gz chromium_src-f7202243cde840bf2a327728d387a534cbb278eb.tar.bz2 |
roll clang 139347:139990
Includes a fix for http://llvm.org/PR10771 which used to report false positives in nss.
BUG=none
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/7932015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ vars = { # tools/clang/scripts/update.sh. The script reads this line here. # Do NOT CHANGE this if you don't know what you're doing -- see # http://code.google.com/p/chromium/wiki/UpdatingClang - "clang_revision": "139473", + "clang_revision": "139990", } deps = { |