mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-01 02:33:44 +00:00
Diabolical hack to make a test compatible with clang. (Thanks to Dale!) Radar 8246180.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110081 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c182cb5784
commit
8eab2c2f54
@ -18,6 +18,9 @@ public:
|
|||||||
TWindowHistoryEntry* entry;
|
TWindowHistoryEntry* entry;
|
||||||
TFENodeVector newPath;
|
TFENodeVector newPath;
|
||||||
// CHECK: setting a C++ non-POD object value is not implemented
|
// CHECK: setting a C++ non-POD object value is not implemented
|
||||||
|
#ifdef __clang__
|
||||||
|
#error setting a C++ non-POD object value is not implemented
|
||||||
|
#endif
|
||||||
entry.targetPath = newPath;
|
entry.targetPath = newPath;
|
||||||
[entry setTargetPath:newPath];
|
[entry setTargetPath:newPath];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user