This indicates whether to allow additional "comment strings" to be lexed as a comment. Setting this attribute to true, will ensure that 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.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool AllowAdditionalComments = true;

Created with MrDocs