1. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  2. 776caef Add Fedora 10 GCC paths. by Zhongxing Xu · 16 years ago
  3. a3d783b add missing gentoo c++ include paths by Nuno Lopes · 16 years ago
  4. 4310ff6 Minor update to CMake build system. by Eli Friedman · 16 years ago
  5. 5abf03b Add license comments. by Zhongxing Xu · 16 years ago
  6. 22438a8 Add support for pluggable components of static analyzer. by Zhongxing Xu · 16 years ago
  7. 32b939b remove a dead enum by Chris Lattner · 16 years ago
  8. a03a5b5 switch TextDiagnosticPrinter to raw_ostream. by Chris Lattner · 16 years ago
  9. f4c8396 rewrite FormatDiagnostic to be less gross and a lot more efficient. by Chris Lattner · 16 years ago
  10. 0a14eee This reworks some of the Diagnostic interfaces a bit to change how diagnostics by Chris Lattner · 16 years ago
  11. 2383b7f Change the diagnostics interface to take an array of pointers to by Chris Lattner · 16 years ago
  12. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  13. e839b15 Update CMakeLists.txt by Cedric Venet · 16 years ago
  14. 4fc82c8 Hook up the Plist diagnostic client to the driver. Fix Plist output. by Ted Kremenek · 16 years ago
  15. 5d86625 Add path diagnostics client for emitting path reports using Plists. by Ted Kremenek · 16 years ago
  16. ad99dbf Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h' by Ted Kremenek · 16 years ago
  17. 583e898 Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ranges that occur within macros would not be emitted at all. by Ted Kremenek · 16 years ago
  18. 9d72851 Rename Characteristic_t to CharacteristicKind by Chris Lattner · 16 years ago
  19. d2f4e5e CMake: Builds and installs clang binary and libs (no docs yet). It by Oscar Fuentes · 16 years ago
  20. f91ce77 Expand bubble size by 50%. by Ted Kremenek · 16 years ago
  21. 94b1dd2 First non-embarrassing cut at checking for ambiguous derived-to-base by Douglas Gregor · 16 years ago
  22. bb95255 Bug fix, CPATH="" does not add '.' to search path. by Daniel Dunbar · 16 years ago
  23. 0b9e736 clean up a bunch of fixme's I added, by moving by Chris Lattner · 16 years ago
  24. 7a73940 emulate a bit of GCC path lookup weirdness: if a system by Chris Lattner · 16 years ago
  25. 778246a Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view. by Ted Kremenek · 16 years ago
  26. a6aa83e Added experimental "intelligent-sizing" of HTML message bubbles based on the contents of the message. by Ted Kremenek · 16 years ago
  27. 8c036c7 Add "category" to BugTypes, allowing bugs to be grouped. by Ted Kremenek · 16 years ago
  28. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  29. 233f74b Add support for expected-note to Clang's -verify option by Douglas Gregor · 16 years ago
  30. 121e3c2 Set different header search paths for the Windows platform. by Argyrios Kyrtzidis · 16 years ago
  31. bdbd462 Add header search paths for Mingw32 (GCC version 4). by Argyrios Kyrtzidis · 16 years ago
  32. 8148839 Moved HTMLDiagnostics to lib/Driver. by Zhongxing Xu · 16 years ago
  33. 5654ffd Add header search paths for dragonfly, patch by Sascha Wildner! by Chris Lattner · 16 years ago
  34. 0fca022 Move most of HeaderSearch initialization to libDriver. by Nico Weber · 16 years ago
  35. acc5f3e More #include cleaning by Daniel Dunbar · 16 years ago
  36. 7bfaaae * Remove isInSystemHeader() from DiagClient, move it to SourceManager by Nico Weber · 16 years ago
  37. aad6953 Expressive diagnostics-- worth their weight in gold? (Fixing a spelling error.) by Gordon Henriksen · 16 years ago
  38. fd54ebc add a libDriver, for now only move the text diangostics stuff from Driver to there by Nico Weber · 16 years ago