After our r164028 in clang we can access all we need; this patch is thus not needed anymore.

git-svn-id: http://root.cern.ch/svn/root/trunk@46001 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Axel Naumann 2012-09-17 13:18:39 +00:00
parent 752b4d52dd
commit 3c634d345e

View File

@ -1,22 +0,0 @@
Index: tools/clang/include/clang/Parse/Parser.h
===================================================================
--- tools/clang/include/clang/Parse/Parser.h (revision 162901)
+++ tools/clang/include/clang/Parse/Parser.h (working copy)
@@ -282,7 +282,7 @@
/// the EOF was encountered.
bool ParseTopLevelDecl(DeclGroupPtrTy &Result);
-private:
+protected:
//===--------------------------------------------------------------------===//
// Low-Level token peeking and consumption methods.
//
@@ -709,7 +709,7 @@
return Diag(Tok, DiagID);
}
-private:
+protected:
void SuggestParentheses(SourceLocation Loc, unsigned DK,
SourceRange ParenRange);
void CheckNestedObjCContexts(SourceLocation AtLoc);