aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2009-02-08use some references to simplify code.Chris Lattner
2009-02-08Genericize the existing logic for removing duplicate header dirs to applyChris Lattner
2009-02-06handle fatal errors, rely on warnings to point out missing cases.Chris Lattner
2009-02-05Add Debian gcc 4.3 header search directories.Torok Edwin
2009-02-04lower the interface to getLineNumber like we did forChris Lattner
2009-02-04make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner
2009-02-02Clean up indentation.Ted Kremenek
2009-01-30" Attached is a patch for TextDiagnosticPrinter that adds an optionalChris Lattner
2009-01-28Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs ...Ted Kremenek
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner
2009-01-27PathDiagnostics:Ted Kremenek
2009-01-23When using -analyzer-output-plist always output a plist file even if it conta...Ted Kremenek
2009-01-21Static Analyzer: When generating plists for errors reports, generate one plis...Ted Kremenek
2009-01-19Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner
2009-01-17Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-16eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner
2009-01-16elimiante FullSourceLoc::getCanonicalFileIDChris Lattner
2009-01-16an instantiation loc is always a file loc.Chris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
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