diff options
author | Nico Weber <nicolasweber@gmx.de> | 2012-11-11 07:02:14 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2012-11-11 07:02:14 +0000 |
commit | 158a31abe2c25f35cdc13ce0b6d090235b7697c8 (patch) | |
tree | a2718f02249c9edf9894ce2962ede09caa090409 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | d4825780edd5e495abce7446a21a4579e0f8b358 (diff) | |
download | bcm5719-llvm-158a31abe2c25f35cdc13ce0b6d090235b7697c8.tar.gz bcm5719-llvm-158a31abe2c25f35cdc13ce0b6d090235b7697c8.zip |
s/BCPLComment/LineComment/
llvm-svn: 167690
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index d0ff7d2345c..8baad798351 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -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(); |