llvm::MCAsmInfo::AllowAdditionalComments

Whether additional comment forms are lexed as comments.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool AllowAdditionalComments = true;

Description

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.