s/BCPLComment/LineComment/

llvm-svn: 167690
This commit is contained in:
Nico Weber
2012-11-11 07:02:14 +00:00
parent d4825780ed
commit 158a31abe2
7 changed files with 58 additions and 58 deletions

View File

@@ -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();