forked from OSchip/llvm-project
parent
8d0fe8cd90
commit
a2a1f27bd5
|
@ -22,7 +22,7 @@
|
|||
namespace clang {
|
||||
|
||||
/// PrettyStackTraceLoc - If a crash happens while one of these objects are
|
||||
/// live, .
|
||||
/// live, the message is printed out along with the specified source location.
|
||||
class PrettyStackTraceLoc : public llvm::PrettyStackTraceEntry {
|
||||
SourceManager &SM;
|
||||
SourceLocation Loc;
|
||||
|
|
Loading…
Reference in New Issue