r173860 - [Frontend] Remove actual ImplicitExternC member variable.
Daniel Dunbar
daniel at zuster.org
Tue Jan 29 16:20:44 PST 2013
Author: ddunbar
Date: Tue Jan 29 18:20:43 2013
New Revision: 173860
URL: http://llvm.org/viewvc/llvm-project?rev=173860&view=rev
Log:
[Frontend] Remove actual ImplicitExternC member variable.
Modified:
cfe/trunk/include/clang/Lex/HeaderSearchOptions.h
Modified: cfe/trunk/include/clang/Lex/HeaderSearchOptions.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/HeaderSearchOptions.h?rev=173860&r1=173859&r2=173860&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/HeaderSearchOptions.h (original)
+++ cfe/trunk/include/clang/Lex/HeaderSearchOptions.h Tue Jan 29 18:20:43 2013
@@ -59,9 +59,6 @@ public:
/// system.
unsigned IsInternal : 1;
- /// \brief True if this entry's headers should be wrapped in extern "C".
- unsigned ImplicitExternC : 1;
-
Entry(StringRef path, frontend::IncludeDirGroup group,
bool isFramework, bool ignoreSysRoot, bool isInternal)
: Path(path), Group(group), IsFramework(isFramework),
More information about the cfe-commits
mailing list