index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Driver
Age
Commit message (
Expand
)
Author
2008-11-27
Add license comments.
Zhongxing Xu
2008-11-27
Add support for pluggable components of static analyzer.
Zhongxing Xu
2008-11-19
switch TextDiagnosticPrinter to raw_ostream.
Chris Lattner
2008-11-18
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
Change the diagnostics interface to take an array of pointers to
Chris Lattner
2008-11-03
Hook up the Plist diagnostic client to the driver.
Ted Kremenek
2008-11-03
Add path diagnostics client for emitting path reports using Plists.
Ted Kremenek
2008-11-03
Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
Ted Kremenek
2008-10-29
Choose CompileOptions (optimization passes) to match llvm-gcc more
Daniel Dunbar
2008-10-23
Add -O[0-3s] support (following llvm-gcc).
Daniel Dunbar
2008-09-11
Add support for expected-note to Clang's -verify option
Douglas Gregor
2008-08-24
Moved HTMLDiagnostics to lib/Driver.
Zhongxing Xu
2008-08-22
Move most of HeaderSearch initialization to libDriver.
Nico Weber
2008-08-10
* Remove isInSystemHeader() from DiagClient, move it to SourceManager
Nico Weber
2008-08-09
Expressive diagnostics-- worth their weight in gold?
Gordon Henriksen
2008-08-05
add a libDriver, for now only move the text diangostics stuff from Driver to ...
Nico Weber