diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2018-01-06 21:35:46 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2018-01-06 21:35:46 +0000 |
| commit | ead8c8e4f12a52fe33a395d4dce984c89ab04a77 (patch) | |
| tree | 370cd144f688870dbf79c8c799ada394855047d5 /lib/StaticAnalyzer | |
| parent | 55e6d896ad333f07bb3b1ba487df214fc268a4ab (diff) | |
Vendor import of clang release_60 branch r321788:vendor/clang/clang-release_60-r321788
Notes
svn path=/vendor/clang/dist-release_60/; revision=327641
svn path=/vendor/clang/clang-release_60-r321788/; revision=327642; tag=vendor/clang/clang-release_60-r321788
Diffstat (limited to 'lib/StaticAnalyzer')
| -rw-r--r-- | lib/StaticAnalyzer/Core/BugReporter.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/StaticAnalyzer/Core/BugReporter.cpp b/lib/StaticAnalyzer/Core/BugReporter.cpp index dc284888eb03..de0e87bb8249 100644 --- a/lib/StaticAnalyzer/Core/BugReporter.cpp +++ b/lib/StaticAnalyzer/Core/BugReporter.cpp @@ -229,7 +229,6 @@ adjustCallLocations(PathPieces &Pieces, PathDiagnosticCallPiece *Call = dyn_cast<PathDiagnosticCallPiece>(I->get()); if (!Call) { - assert((*I)->getLocation().asLocation().isValid()); continue; } |
