The patch has to be relative to llvm/src.

git-svn-id: http://root.cern.ch/svn/root/trunk@47368 27541ba8-7e3a-0410-8455-c3a389f83636
This commit is contained in:
Vassil Vassilev 2012-11-16 16:24:09 +00:00
parent 3c768be374
commit 4761e31353

View File

@ -121,10 +121,10 @@ Index: tools/clang/include/clang/Lex/Preprocessor.h
/// RemoveTopOfLexerStack - Pop the current lexer/macro exp off the top of the
/// lexer stack. This should only be used in situations where the current
/// state of the top-of-stack lexer is known.
Index: interpreter/llvm/src/tools/clang/include/clang/Parse/Parser.h
Index: tools/clang/include/clang/Parse/Parser.h
===================================================================
--- interpreter/llvm/src/tools/clang/include/clang/Parse/Parser.h (revision 47327)
+++ interpreter/llvm/src/tools/clang/include/clang/Parse/Parser.h (working copy)
--- tools/clang/include/clang/Parse/Parser.h (revision 47327)
+++ tools/clang/include/clang/Parse/Parser.h (working copy)
@@ -236,6 +236,34 @@
AttributeFactory &getAttrFactory() { return AttrFactory; }