1. efceabd Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&, and simplify. by Daniel Dunbar · 16 years ago
  2. b697a4e Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and by Ted Kremenek · 16 years ago
  3. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 16 years ago
  4. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 16 years ago
  5. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 16 years ago
  6. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 16 years ago
  7. 3c41544 Add missing '"' by Daniel Dunbar · 16 years ago
  8. f755606 (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory" by Ted Kremenek · 16 years ago
  9. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 16 years ago
  10. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 16 years ago
  11. 4c5fcd9 Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and by Ted Kremenek · 16 years ago
  12. a104de8 Plist diagnostics: Remove deprecated single-point locations in control-flow by Ted Kremenek · 16 years ago
  13. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 16 years ago
  14. f076339 Fix output of ranges in analyzer plist files. by Ted Kremenek · 16 years ago
  15. 96a6926 Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClient by Ted Kremenek · 16 years ago
  16. 67f4964 For plist diagnostics, use the extensive PathDiagnostic generation algorithm. by Ted Kremenek · 16 years ago
  17. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
  18. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 16 years ago
  19. b0b6f72 Properly escape special characters in <string>'s in plist file. by Ted Kremenek · 16 years ago
  20. f48fbc6 analyzer plist: For PathDiagnosticControlFlowPieces, now output an array of by Ted Kremenek · 16 years ago
  21. ca1bada Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://problem/6729558>. by Ted Kremenek · 16 years ago
  22. babdd7b BugReporter: by Ted Kremenek · 16 years ago
  23. 61dc71a Plist diagnostics: distinguish between regular and extended messages for "events". by Ted Kremenek · 16 years ago
  24. 082cb8d PathDiagnostics: by Ted Kremenek · 16 years ago
  25. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 16 years ago
  26. ae3487f Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 16 years ago
  27. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 16 years ago
  28. 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]
  29. d671c5a Clean up indentation. by Ted Kremenek · 17 years ago
  30. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 17 years ago
  31. 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
  32. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 17 years ago
  33. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 17 years ago
  34. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 17 years ago
  35. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 17 years ago
  36. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
  37. 4fc82c8 Hook up the Plist diagnostic client to the driver. Fix Plist output. by Ted Kremenek · 17 years ago
  38. 5d86625 Add path diagnostics client for emitting path reports using Plists. by Ted Kremenek · 17 years ago