[PATCH] Insert poisoned paddings between fields in C++ classes.

David Majnemer david.majnemer at gmail.com
Wed Oct 8 18:52:18 PDT 2014


================
Comment at: lib/AST/RecordLayoutBuilder.cpp:1374-1375
@@ +1373,4 @@
+  // CogeGen), or we should have another flag?
+  auto SCL = llvm::SpecialCaseList::createOrDie(
+      "/tmp/blacklist.txt");
+  StringRef Filename =
----------------
This doesn't look windows friendly.

http://reviews.llvm.org/D5687






More information about the cfe-commits mailing list