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

Unified Diff: syzygy/refinery/analyzers/analyzers.gyp

Issue 1475083002: [Refinery] Introduce TypePropagatorAnalyzer - pointer types. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Final nit Created 5 years, 1 month 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 | « no previous file | syzygy/refinery/analyzers/stack_analysis_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/refinery/analyzers/analyzers.gyp
diff --git a/syzygy/refinery/analyzers/analyzers.gyp b/syzygy/refinery/analyzers/analyzers.gyp
index 7f1cbcd3ca77c11b2c3bdcd690c38d31a5a2d851..88211f9b1970049f20e8dcf0b51d807f7a37a499 100644
--- a/syzygy/refinery/analyzers/analyzers.gyp
+++ b/syzygy/refinery/analyzers/analyzers.gyp
@@ -52,6 +52,8 @@
'stack_analyzer_impl.h',
'thread_analyzer.cc',
'thread_analyzer.h',
+ 'type_propagator_analyzer.cc',
+ 'type_propagator_analyzer.h',
'unloaded_module_analyzer.cc',
'unloaded_module_analyzer.h',
],
« no previous file with comments | « no previous file | syzygy/refinery/analyzers/stack_analysis_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698