[cfe-commits] [PATCH] Add CommentOptions, allow specifying custom comment block commands
Ben Gertzfield
bgertzfield at gmail.com
Wed Jan 16 10:41:20 PST 2013
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
More information about the cfe-commits
mailing list