]> granicus.if.org Git - clang/commit
Include information about compound statements when crashing in sema or the
authorChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 00:00:31 +0000 (00:00 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 5 Mar 2009 00:00:31 +0000 (00:00 +0000)
commitae50fa0a9e7217b043ed4ffe175af4b26dc90f34
tree3de1dcb2640d415b118d0b3f51e5a97d8fbb0550
parent3aa7ecd53f8e4965188fbbf33a82380c798f309c
Include information about compound statements when crashing in sema or the
parser.  For example, we now print out:

0. t.c:5:10: in compound statement {}
1. t.c:3:12: in compound statement {}
2. clang t.c -fsyntax-only

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66108 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/PrettyStackTrace.h [new file with mode: 0644]
include/clang/Basic/SourceLocation.h
lib/Basic/SourceLocation.cpp
lib/Parse/ParseDecl.cpp
lib/Parse/ParseStmt.cpp