apelete added inline comments.
================
Comment at: tools/c-index-test/c-index-test.c:1440
@@ -1440,3 +1439,3 @@
Record = Parent;
Parent = clang_getCursorSemanticParent(Record);
RecordIsAnonymous = clang_Cursor_isAnonymous(Record);
----------------
This line now causes a new "uninitialized argument value" warning because
Parent variable isn't initialized anymore and Record variable is being passed
here without being initialized either consequently.
Will fix in next revision.
http://reviews.llvm.org/D19831
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits