mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 04:13:48 +00:00
14 lines
537 B
Diff
14 lines
537 B
Diff
Index: source/Symbol/ClangASTContext.cpp
|
|
===================================================================
|
|
--- source/Symbol/ClangASTContext.cpp (revision 167750)
|
|
+++ source/Symbol/ClangASTContext.cpp (revision 167751)
|
|
@@ -257,7 +257,7 @@
|
|
}
|
|
|
|
const LangStandard &Std = LangStandard::getLangStandardForKind(LangStd);
|
|
- Opts.BCPLComment = Std.hasBCPLComments();
|
|
+ Opts.LineComment = Std.hasLineComments();
|
|
Opts.C99 = Std.isC99();
|
|
Opts.CPlusPlus = Std.isCPlusPlus();
|
|
Opts.CPlusPlus0x = Std.isCPlusPlus0x();
|