Chromium Code Reviews| Index: tools/clang/plugins/Options.h |
| diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h |
| index 62be64a23e333fc728d0b7a6bdc113671d3f1c77..4a77fed5cfd51678bdace9a5eaef61294c7c8d0f 100644 |
| --- a/tools/clang/plugins/Options.h |
| +++ b/tools/clang/plugins/Options.h |
| @@ -22,6 +22,7 @@ struct Options { |
| bool check_enum_last_value; |
| bool with_ast_visitor; |
| bool check_templates; |
| + bool follow_macro_expansion = false; |
| }; |
| } // namespace chrome_checker |