Transforms will now make changes to headers if header modifications have been enabled. FIXME: Only UseNullptr contains a cursory header modification test. Other transforms should have them too. llvm-svn: 184197
4 lines
85 B
C
4 lines
85 B
C
int *global_p = 0;
|
|
// CHECK: int *global_p = 0;
|
|
// HEADERS: int *global_p = nullptr;
|