[PATCH] D21783: [CodeView] Implement support for bitfields in Clang
Amjad Aboud via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 28 03:10:20 PDT 2016
aaboud added a comment.
Looks good, one minor comments below.
================
Comment at: lib/CodeGen/CGDebugInfo.h:243
@@ +242,3 @@
+ llvm::DIScope *RecordTy,
+ const RecordDecl *RD, SourceLocation Loc);
+
----------------
You have a mismatch between definition and this declaration, definition does not take SourceLocation parameter!
http://reviews.llvm.org/D21783
More information about the cfe-commits
mailing list