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

Side by Side 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 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 unified diff | Download patch
« no previous file with comments | « no previous file | syzygy/refinery/analyzers/stack_analysis_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. All Rights Reserved. 1 # Copyright 2015 Google Inc. All Rights Reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 'stack_analyzer.cc', 45 'stack_analyzer.cc',
46 'stack_analyzer.h', 46 'stack_analyzer.h',
47 'stack_frame_analyzer_impl.cc', 47 'stack_frame_analyzer_impl.cc',
48 'stack_frame_analyzer_impl.h', 48 'stack_frame_analyzer_impl.h',
49 'stack_frame_analyzer.cc', 49 'stack_frame_analyzer.cc',
50 'stack_frame_analyzer.h', 50 'stack_frame_analyzer.h',
51 'stack_analyzer_impl.cc', 51 'stack_analyzer_impl.cc',
52 'stack_analyzer_impl.h', 52 'stack_analyzer_impl.h',
53 'thread_analyzer.cc', 53 'thread_analyzer.cc',
54 'thread_analyzer.h', 54 'thread_analyzer.h',
55 'type_propagator_analyzer.cc',
56 'type_propagator_analyzer.h',
55 'unloaded_module_analyzer.cc', 57 'unloaded_module_analyzer.cc',
56 'unloaded_module_analyzer.h', 58 'unloaded_module_analyzer.h',
57 ], 59 ],
58 }, 60 },
59 ], 61 ],
60 } 62 }
OLDNEW
« 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