commit | 17d50a95b43852f7031533c353373d4986cb6744 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jul 26 03:47:43 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jul 26 03:47:43 2008 +0000 |
tree | c07dc7b1c930c6abb52a71cbb3446e6299efba42 | |
parent | fc513a61e8c3cfbdb892f0fdc279b417b2b8eee2 [diff] [blame] |
simplify some code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54091 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/Sema.h b/lib/Sema/Sema.h index 25120ac..3d4552d 100644 --- a/lib/Sema/Sema.h +++ b/lib/Sema/Sema.h
@@ -655,6 +655,7 @@ unsigned NumElts); virtual void FindProtocolDeclaration(SourceLocation TypeLoc, + bool WarnOnDeclarations, const IdentifierLocPair *ProtocolId, unsigned NumProtocols, llvm::SmallVectorImpl<DeclTy *> &Protocols);