| Index: tools/clang/blink_gc_plugin/Config.h
|
| diff --git a/tools/clang/blink_gc_plugin/Config.h b/tools/clang/blink_gc_plugin/Config.h
|
| index 197e294f76a48dc0c2aa2fd3c8e19b4f0ae8efcb..c62de053306072539003ef93baead1c3dd3a13db 100644
|
| --- a/tools/clang/blink_gc_plugin/Config.h
|
| +++ b/tools/clang/blink_gc_plugin/Config.h
|
| @@ -264,6 +264,9 @@ class Config {
|
| return false;
|
| return str.compare(str.size() - suffix.size(), suffix.size(), suffix) == 0;
|
| }
|
| +
|
| + // Test if a template specialization is an instantiation.
|
| + static bool IsTemplateInstantiation(clang::CXXRecordDecl* record);
|
| };
|
|
|
| #endif // TOOLS_BLINK_GC_PLUGIN_CONFIG_H_
|
|
|