aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver
AgeCommit message (Expand)Author
2008-11-27Add license comments.Zhongxing Xu
2008-11-27Add support for pluggable components of static analyzer.Zhongxing Xu
2008-11-19switch TextDiagnosticPrinter to raw_ostream.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-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-10-29Choose CompileOptions (optimization passes) to match llvm-gcc moreDaniel Dunbar
2008-10-23Add -O[0-3s] support (following llvm-gcc).Daniel Dunbar
2008-09-11Add support for expected-note to Clang's -verify optionDouglas Gregor
2008-08-24Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu
2008-08-22Move most of HeaderSearch initialization to libDriver.Nico Weber
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