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

Side by Side Diff: class-dump/src/UnitTests/shud15-out.txt

Issue 7793008: Add the 3.3.3 sources for class-dump. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/
Patch Set: Created 9 years, 3 months 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 | Annotate | Revision Log
« no previous file with comments | « class-dump/src/UnitTests/shud15-in.txt ('k') | class-dump/src/UnitTests/shud16-in.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 struct my_struct1 {
2 NSObject *field1;
3 };
4
5 struct my_struct2 {
6 NSObject *field1;
7 id field2;
8 };
9
10 struct my_struct3 {
11 id field1;
12 id field2;
13 };
14
15 struct my_struct4 {
16 NSObject *;
17 };
18
19 struct my_struct5 {
20 NSObject *;
21 NSObject *;
22 };
23
24 struct my_struct1 var;
25 struct my_struct2 var;
26 struct my_struct3 var;
27 struct my_struct4 var;
28 struct my_struct5 var;
OLDNEW
« no previous file with comments | « class-dump/src/UnitTests/shud15-in.txt ('k') | class-dump/src/UnitTests/shud16-in.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698