| Index: tools/clang/plugins/Options.h
|
| diff --git a/tools/clang/plugins/Options.h b/tools/clang/plugins/Options.h
|
| index 58c66f4bd23e9b634b2fe4e8f467052fdde2c1bc..16dca7fdf52d9dcefc3a78a77bd7c53920eaa50d 100644
|
| --- a/tools/clang/plugins/Options.h
|
| +++ b/tools/clang/plugins/Options.h
|
| @@ -17,6 +17,7 @@ struct Options {
|
| // This is needed during the migration from ASTConsumer approach to the
|
| // RecursiveASTVisitor approach. See https://crbug.com/436357 for details.
|
| bool check_implicit_copy_ctors = false;
|
| + bool check_ipc = false;
|
| };
|
|
|
| } // namespace chrome_checker
|
|
|