jbcoe added inline comments.
================
Comment at: tools/c-index-test/c-index-test.c:93
+ enum CXPrintingPolicyProperty property;
+ } mappings[] = {
+ {"CINDEXTEST_PRINTINGPOLICY_INDENTATION", CXPrintingPolicy_Indentation},
----------------
I'm not sure that joining the struct definition and variable definition like
this gains much and does not aid readability.
Repository:
rC Clang
https://reviews.llvm.org/D39903
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits