1. 98cabba [analyzer] Refactoring: include/clang/Checker -> include/clang/GR by Argyrios Kyrtzidis · 14 years ago
  2. f928dca Rename Create[*]DiagnosticClient -> create[*]DiagnosticClient. by Argyrios Kyrtzidis · 14 years ago
  3. 9b414d3 Break Frontend's dependency on Rewrite, Checker and CodeGen in shared library configuration by Daniel Dunbar · 14 years ago[Renamed (99%) from lib/Frontend/PlistDiagnostics.cpp]
  4. 6b67630 Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter' by Ted Kremenek · 14 years ago
  5. 1309f9a Split libAnalysis into two libraries: libAnalysis and libChecker. by Ted Kremenek · 14 years ago
  6. b716633 Use the llvm coding convention for indentation for switch. by Mike Stump · 14 years ago
  7. f722770 Try to make the output of PlistDiagnostics more deterministic by sorting PathDiagnostics before they are emitted. Fixes <rdar://problem/7439668>. by Ted Kremenek · 15 years ago
  8. bd21828 Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. by Benjamin Kramer · 15 years ago
  9. 179ce89 Only flush plist diagnostics once. by Ted Kremenek · 15 years ago
  10. cca5e1e Fix recently introduced use-after-free error reported in <rdar://problem/7387478>. by Ted Kremenek · 15 years ago
  11. efceabd Convert CreateAnalysisConsumer and friends to just take a const Preprocessor&, and simplify. by Daniel Dunbar · 15 years ago
  12. b697a4e Acting on Daniel's nagging, remove PathDiagnosticClientFactory() and by Ted Kremenek · 15 years ago
  13. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  14. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  15. b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
  16. 92bcc27 adjust for raw_fd_ostream api change. by Chris Lattner · 15 years ago
  17. 3c41544 Add missing '"' by Daniel Dunbar · 15 years ago
  18. f755606 (1) Enable PlistDiagnostics to take an option "PathDiagnosticClientFactory" by Ted Kremenek · 15 years ago
  19. 92db284 Update for raw_fd_ostream API changes. raw_fd_ostream now has a by Dan Gohman · 15 years ago
  20. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 15 years ago
  21. 4c5fcd9 Add PathDiagnosticRange to PathDiagnostics. These simply wrap SourceRange and by Ted Kremenek · 15 years ago
  22. a104de8 Plist diagnostics: Remove deprecated single-point locations in control-flow by Ted Kremenek · 15 years ago
  23. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  24. f076339 Fix output of ranges in analyzer plist files. by Ted Kremenek · 15 years ago
  25. 96a6926 Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClient by Ted Kremenek · 15 years ago
  26. 67f4964 For plist diagnostics, use the extensive PathDiagnostic generation algorithm. by Ted Kremenek · 15 years ago
  27. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 15 years ago
  28. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 15 years ago
  29. b0b6f72 Properly escape special characters in <string>'s in plist file. by Ted Kremenek · 15 years ago
  30. f48fbc6 analyzer plist: For PathDiagnosticControlFlowPieces, now output an array of by Ted Kremenek · 15 years ago
  31. ca1bada Emit aggregate "location" for PathDiagnostic to plist. This fixes <rdar://problem/6729558>. by Ted Kremenek · 15 years ago
  32. babdd7b BugReporter: by Ted Kremenek · 15 years ago
  33. 61dc71a Plist diagnostics: distinguish between regular and extended messages for "events". by Ted Kremenek · 15 years ago
  34. 082cb8d PathDiagnostics: by Ted Kremenek · 15 years ago
  35. 0008683 Handle "Macro" PathDiagnosticPiece kind when getting string identifier. by Ted Kremenek · 15 years ago
  36. ae3487f Plist diagnostics now include PathDiagnostPiece::Kind. by Ted Kremenek · 15 years ago
  37. 3d7f2bc For now, do not output the 'DisplayHint' in plist files. by Ted Kremenek · 15 years ago
  38. e1bd4e6 Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* by Daniel Dunbar · 15 years ago[Renamed (98%) from lib/Driver/PlistDiagnostics.cpp]
  39. d671c5a Clean up indentation. by Ted Kremenek · 15 years ago
  40. c472d79 When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 15 years ago
  41. 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 · 15 years ago
  42. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 15 years ago
  43. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 15 years ago
  44. 59ddeab eliminate FullSourceLoc::getLocation() now that FullSourceLoc by Chris Lattner · 15 years ago
  45. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 15 years ago
  46. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  47. 4fc82c8 Hook up the Plist diagnostic client to the driver. Fix Plist output. by Ted Kremenek · 16 years ago
  48. 5d86625 Add path diagnostics client for emitting path reports using Plists. by Ted Kremenek · 16 years ago