Commit cc73fb3f authored by thakis@chromium.org's avatar thakis@chromium.org

roll clang 136602:137532

Includes parser support for C++0x lamba expressions and improved array
length checking warnings. scan-build has C++ enabled by default.

BUG=none
TEST=none
TBR=hans

Review URL: http://codereview.chromium.org/7645011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96687 0039d316-1c4b-4281-b951-d872f2087c98
parent 814a7bf0
...@@ -28,7 +28,7 @@ vars = { ...@@ -28,7 +28,7 @@ vars = {
# Note: On most bots, clang is not checked out via DEPS but by # Note: On most bots, clang is not checked out via DEPS but by
# tools/clang/scripts/update.sh. The script reads this line here. # tools/clang/scripts/update.sh. The script reads this line here.
"clang_revision": "136602", "clang_revision": "137532",
} }
deps = { deps = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment