aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2008-12-25Add Fedora 10 GCC paths.Zhongxing Xu
2008-12-07add missing gentoo c++ include pathsNuno Lopes
2008-11-30Minor update to CMake build system.Eli Friedman
2008-11-27Add license comments.Zhongxing Xu
2008-11-27Add support for pluggable components of static analyzer.Zhongxing Xu
2008-11-22remove a dead enumChris Lattner
2008-11-19switch TextDiagnosticPrinter to raw_ostream.Chris Lattner
2008-11-19rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner
2008-11-18This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner
2008-11-18Change the diagnostics interface to take an array of pointers to Chris Lattner
2008-11-13[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar
2008-11-04Update CMakeLists.txtCedric Venet
2008-11-03Hook up the Plist diagnostic client to the driver.Ted Kremenek
2008-11-03Add path diagnostics client for emitting path reports using Plists.Ted Kremenek
2008-11-03Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'Ted Kremenek
2008-11-02Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ran...Ted Kremenek
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes
2008-10-24Expand bubble size by 50%.Ted Kremenek
2008-10-24First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor
2008-10-04Bug fix, CPATH="" does not add '.' to search path.Daniel Dunbar
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-09-26emulate a bit of GCC path lookup weirdness: if a system Chris Lattner
2008-09-22Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.Ted Kremenek
2008-09-21Added experimental "intelligent-sizing" of HTML message bubbles based on the ...Ted Kremenek
2008-09-20Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-09-11Add support for expected-note to Clang's -verify optionDouglas Gregor
2008-09-05Set different header search paths for the Windows platform.Argyrios Kyrtzidis
2008-09-05Add header search paths for Mingw32 (GCC version 4).Argyrios Kyrtzidis
2008-08-24Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu
2008-08-23Add header search paths for dragonfly, patch by Sascha Wildner!Chris Lattner
2008-08-22Move most of HeaderSearch initialization to libDriver.Nico Weber
2008-08-11More #include cleaningDaniel Dunbar
2008-08-10* Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber
2008-08-09Expressive diagnostics-- worth their weight in gold?Gordon Henriksen
2008-08-05add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber