s/BCPLComment/LineComment/
llvm-svn: 167690
This commit is contained in:
@@ -941,7 +941,7 @@ void CompilerInvocation::setLangDefaults(LangOptions &Opts, InputKind IK,
|
||||
}
|
||||
|
||||
const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd);
|
||||
Opts.BCPLComment = Std.hasBCPLComments();
|
||||
Opts.LineComment = Std.hasLineComments();
|
||||
Opts.C99 = Std.isC99();
|
||||
Opts.C11 = Std.isC11();
|
||||
Opts.CPlusPlus = Std.isCPlusPlus();
|
||||
|
||||
Reference in New Issue
Block a user