]> granicus.if.org Git - clang/commit
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)
commitf88836d949e42452167d312e57a1425b3859d36b
tree68333bacd57e78385b292274275071814a3ef201
parentd1bac8d46740eb00085ec816af0829fd75fb4d5c
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@168731 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Parse/Parser.h
lib/Parse/ParseAST.cpp
lib/Parse/Parser.cpp