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

Unified Diff: tools/clang/plugins/Options.h

Issue 2732973004: clang/plugin: Make auto raw check default in FindBadConstructs plugin. (Closed)
Patch Set: Created 3 years, 9 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 | « tools/clang/plugins/FindBadConstructsConsumer.cpp ('k') | tools/clang/plugins/tests/auto_raw_pointer.flags » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/clang/plugins/Options.h
diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
index cf04601ed1d3ee40e25208c36a4d5a7e908e861e..a012979f0d3d657c3073e0f2724e6b919b30de4f 100644
--- a/tools/clang/plugins/Options.h
+++ b/tools/clang/plugins/Options.h
@@ -15,9 +15,6 @@ struct Options {
// paths. See https://crbug.com/583454 for details.
bool no_realpath = false;
bool check_ipc = false;
- // Enforce that auto doesn't deduce to a raw pointer. See
- // https://crbug.com/554600 for details.
- bool check_auto_raw_pointer = false;
};
} // namespace chrome_checker
« no previous file with comments | « tools/clang/plugins/FindBadConstructsConsumer.cpp ('k') | tools/clang/plugins/tests/auto_raw_pointer.flags » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698