1. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
  2. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 16 years ago
  3. b0b6f72 Properly escape special characters in <string>'s in plist file. by Ted Kremenek · 16 years ago
  4. f48fbc6 analyzer plist: For PathDiagnosticControlFlowPieces, now output an array of by Ted Kremenek · 16 years ago
  5. ca1bada Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://problem/6729558>. by Ted Kremenek · 16 years ago
  6. babdd7b BugReporter: by Ted Kremenek · 16 years ago
  7. 61dc71a Plist diagnostics: distinguish between regular and extended messages for "events". by Ted Kremenek · 16 years ago
  8. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  9. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 16 years ago
  10. ae3487f Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 16 years ago
  11. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
  12. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 16 years ago[Renamed (98%) from lib/Driver/PlistDiagnostics.cpp]
  13. d671c5a Clean up indentation. by Ted Kremenek · 17 years ago
  14. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 17 years ago
  15. ddf32da Static Analyzer: When generating plists for errors reports, generate one plist file per translation unit that contains all of the diagnostics. by Ted Kremenek · 17 years ago
  16. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 17 years ago
  17. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
  18. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 17 years ago
  19. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
  20. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
  21. 4fc82c8 Hook up the Plist diagnostic client to the driver. Fix Plist output. by Ted Kremenek · 17 years ago
  22. 5d86625 Add path diagnostics client for emitting path reports using Plists. by Ted Kremenek · 17 years ago