index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Driver
Age
Commit message (
Expand
)
Author
2008-12-25
Add Fedora 10 GCC paths.
Zhongxing Xu
2008-12-07
add missing gentoo c++ include paths
Nuno Lopes
2008-11-30
Minor update to CMake build system.
Eli Friedman
2008-11-27
Add license comments.
Zhongxing Xu
2008-11-27
Add support for pluggable components of static analyzer.
Zhongxing Xu
2008-11-22
remove a dead enum
Chris Lattner
2008-11-19
switch TextDiagnosticPrinter to raw_ostream.
Chris Lattner
2008-11-19
rewrite FormatDiagnostic to be less gross and a lot more efficient.
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-13
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-11-04
Update CMakeLists.txt
Cedric Venet
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-11-02
Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ran...
Ted Kremenek
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-26
CMake: Builds and installs clang binary and libs (no docs yet). It
Oscar Fuentes
2008-10-24
Expand bubble size by 50%.
Ted Kremenek
2008-10-24
First non-embarrassing cut at checking for ambiguous derived-to-base
Douglas Gregor
2008-10-04
Bug fix, CPATH="" does not add '.' to search path.
Daniel Dunbar
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
emulate a bit of GCC path lookup weirdness: if a system
Chris Lattner
2008-09-22
Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.
Ted Kremenek
2008-09-21
Added experimental "intelligent-sizing" of HTML message bubbles based on the ...
Ted Kremenek
2008-09-20
Add "category" to BugTypes, allowing bugs to be grouped.
Ted Kremenek
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-09-11
Add support for expected-note to Clang's -verify option
Douglas Gregor
2008-09-05
Set different header search paths for the Windows platform.
Argyrios Kyrtzidis
2008-09-05
Add header search paths for Mingw32 (GCC version 4).
Argyrios Kyrtzidis
2008-08-24
Moved HTMLDiagnostics to lib/Driver.
Zhongxing Xu
2008-08-23
Add header search paths for dragonfly, patch by Sascha Wildner!
Chris Lattner
2008-08-22
Move most of HeaderSearch initialization to libDriver.
Nico Weber
2008-08-11
More #include cleaning
Daniel Dunbar
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