diff options
author | Chris Lattner <sabre@nondot.org> | 2009-04-26 01:32:48 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-04-26 01:32:48 +0000 |
commit | 16f0049415ec596504891259e2a83e19871c0d52 (patch) | |
tree | 90c8a48822f81766ab9e1fb517bef743e65ed565 /lib/Frontend/PCHWriter.cpp | |
parent | d5e3e8ec50d6ea481b3bc841dcbe853175d05122 (diff) |
split ObjC and C++ Statements out into their own headers.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70105 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend/PCHWriter.cpp')
-rw-r--r-- | lib/Frontend/PCHWriter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Frontend/PCHWriter.cpp b/lib/Frontend/PCHWriter.cpp index f648a75650..9056f58c6f 100644 --- a/lib/Frontend/PCHWriter.cpp +++ b/lib/Frontend/PCHWriter.cpp @@ -1253,7 +1253,6 @@ void PCHStmtWriter::VisitObjCMessageExpr(ObjCMessageExpr *E) { void PCHStmtWriter::VisitObjCSuperExpr(ObjCSuperExpr *E) { VisitExpr(E); Writer.AddSourceLocation(E->getLoc(), Record); - } |