Move PrettyStackTraceParserEntry to ParseAST.cpp
authorNico Weber <nicolasweber@gmx.de>
Tue, 27 Nov 2012 21:57:34 +0000 (21:57 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 27 Nov 2012 21:57:34 +0000 (21:57 +0000)
commitd0b91de8c6efa0a43d6a13dbd791289938d08ab7
tree53207c58baa6bb7df994b74c7dfa88cb3315cc8f
parent3430c25cccf887d29f98b783293bf5f18b21aef2
Move PrettyStackTraceParserEntry to ParseAST.cpp

r128056 moved PrettyStackTraceParserEntry construction from Parser.h
to ParseAST.cpp, so there's no need to keep this class in a header.

llvm-svn: 168731
clang/include/clang/Parse/Parser.h
clang/lib/Parse/ParseAST.cpp
clang/lib/Parse/Parser.cpp