Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: tools/clang/scripts/update.py

Issue 1669683002: styleguide: Fix/clarify the cbegin/cend rules are for container methods (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cbegin: . Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « styleguide/c++/c++11.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/scripts/update.py
diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
index 2d66de30ce7a0d8f2bc681f6b5a1e63c290ba342..bdd924b0f8350546654414f6485e5e4607e2e5ae 100755
--- a/tools/clang/scripts/update.py
+++ b/tools/clang/scripts/update.py
@@ -538,6 +538,8 @@ def UpdateClang(args):
cflags += ['-DLLVM_FORCE_HEAD_REVISION']
cxxflags += ['-DLLVM_FORCE_HEAD_REVISION']
+ cflags += ['-g -O0 -fno-strict-aliasing']
jbroman 2016/02/04 16:50:48 This doesn't seem related to this change?
danakj 2016/02/04 19:50:11 Ooops :3 Upload fail.
+
CreateChromeToolsShim()
deployment_env = None
« no previous file with comments | « styleguide/c++/c++11.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698