diff options
author | Chris Lattner <sabre@nondot.org> | 2009-02-24 22:48:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-02-24 22:48:58 +0000 |
commit | 8b419b9b5f21cf948cf6fe788f67bf1efd97524c (patch) | |
tree | b0c56280f15b61d340efee05f3a8e5b82625a28f /lib/Sema/Sema.h | |
parent | 95e8d658fbea5b53c5e77c48f883fe6c9f7f620f (diff) |
move InitListChecker to be private to SemaInit.cpp
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/Sema.h')
-rw-r--r-- | lib/Sema/Sema.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 09cf6813ca..7ee6e22bca 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h @@ -1884,7 +1884,6 @@ public: IdentifierInfo &Comp, SourceLocation CmpLoc); /// type checking declaration initializers (C99 6.7.8) - friend class InitListChecker; bool CheckInitializerTypes(Expr *&simpleInit_or_initList, QualType &declType, SourceLocation InitLoc,DeclarationName InitEntity, bool DirectInit); |