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

Unified Diff: tools/gn/target.cc

Issue 798333005: tools/gn: Pass clang-modernize -use-nullptr over it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Brett's review - revert some clang-format changes Created 6 years 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 | « tools/gn/substitution_writer_unittest.cc ('k') | tools/gn/template.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/target.cc
diff --git a/tools/gn/target.cc b/tools/gn/target.cc
index def117f2783f44890d2701b09d6a702b434c700a..b0963123b890312e1ac2f74e9a1538e4167a3839 100644
--- a/tools/gn/target.cc
+++ b/tools/gn/target.cc
@@ -70,7 +70,7 @@ Target::Target(const Settings* settings, const Label& label)
complete_static_lib_(false),
testonly_(false),
hard_dep_(false),
- toolchain_(NULL) {
+ toolchain_(nullptr) {
}
Target::~Target() {
« no previous file with comments | « tools/gn/substitution_writer_unittest.cc ('k') | tools/gn/template.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698