]> granicus.if.org Git - clang/commit
Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and
authorTed Kremenek <kremenek@apple.com>
Wed, 22 Apr 2009 22:26:10 +0000 (22:26 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 Apr 2009 22:26:10 +0000 (22:26 +0000)
commit4c5fcd946971756bd644fe76511f292e10225981
tree6a15883bf336594d33d0110a58a91e6264ba7b64
parent14c22f20c077cecd68581952a0c227f8c180be03
Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and
indicate whether or not the range represents an absolute range or should be
extended by lexing to the end of the token.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69834 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/PathDiagnostic.h
lib/Analysis/PathDiagnostic.cpp
lib/Frontend/PlistDiagnostics.cpp