Whether additional comment forms are lexed as comments.
Declared in <llvm/MC/MCAsmInfo.h>
bool AllowAdditionalComments = true;
When true, C-style line comments (// ..), C-style block comments (/* .. */), and # are all treated as comments in addition to the string specified by the CommentString attribute. Default is true.