?? fix-and-continue-2.mm
字號:
/* Static variables, even if local, require indirect access through a stub if -mfix-and-continue is enabled. *//* Author: Ziemowit Laski <zlaski@apple.com> */ /* { dg-do assemble { target *-*-darwin* } } *//* { dg-options "-mfix-and-continue" } */#include <objc/Object.h>@interface Foo: Object+ (Object *)indexableFileTypes;@end@implementation Foo+ (Object *)indexableFileTypes{ static Object *fileTypes = 0; if(!fileTypes) { fileTypes = [Object new]; } return fileTypes;}@end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -