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