| commit | 3d46b1cfb401d7df637fea7ede9024720802ccbf | [log] [tgz] |
|---|---|---|
| author | Ted Kremenek <kremenek@apple.com> | Thu Mar 26 21:21:35 2009 +0000 |
| committer | Ted Kremenek <kremenek@apple.com> | Thu Mar 26 21:21:35 2009 +0000 |
| tree | 5f794899567042e2933e924a54fde4aac66096d8 | |
| parent | dac14a7159c33e8ca27970b0a9ad004f0bfcdb66 [diff] |
PathDiagnostics (analyzer): - Added a new class, 'PathDiagnosticLocation', that is a variant for SourceLocation, SourceRange, or Stmt*. This will be used soon by PathDiagnosticPieces to describe locations for targets of branches, locations of events, etc. - Did some prep. refactoring of PathDiagnosticPieces to prepare them for adopting the new PathDiagnosticLocation llvm-svn: 67767