Dmitri, I've been trying to figure out the right incantation to forward the new command-line parameter -fcomment-block-commands to cc1, but I haven't had any luck.
I tried this (among other things): http://llvm-reviews.chandlerc.com/differential/diff/709/ but running c-index-test with the parameter just throws an error: % ./bin/c-index-test -test-load-source all /tmp/test.cpp -fcomment-block-commands=foo Unable to load translation unit! If I leave off the parameter, it doesn't fail. I'm not sure what I'm doing wrong, so any tips would be appreciated! http://llvm-reviews.chandlerc.com/D272 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
