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-03-12
Driver: Add ArgList::hasArg, for testing for the presence of an
Daniel Dunbar
2009-03-12
Driver: Add Option::getId and Option::matches taking an option
Daniel Dunbar
2009-03-10
Driver: Add host info (add new files).
Daniel Dunbar
2009-03-10
Driver: Add host info.
Daniel Dunbar
2009-03-10
Driver: Handle magic -ccc- options.
Daniel Dunbar
2009-03-10
Remove some now-unneeded calls to llvm::errs().flush().
Daniel Dunbar
2009-03-07
Fix warnings in build on clang-x86_64-freebsd buildbot.
Mike Stump
2009-03-05
Driver: Basic argument parsing.
Daniel Dunbar
2009-03-04
Driver: Implement Option::accept methods.
Daniel Dunbar
2009-03-04
Driver: Fix off by one in ParseOneArg; this code is ugly but will be
Daniel Dunbar
2009-03-04
Driver: Add Arg::dump and SeparateArg stubs.
Daniel Dunbar
2009-03-04
Driver: Add OptTable::ParseOneArg.
Daniel Dunbar
2009-03-04
Driver: Add ArgList::{append, getArgString}
Daniel Dunbar
2009-03-04
Driver: Stub out Arg implementations.
Daniel Dunbar
2009-03-04
Driver: Option's need to know their ID.
Daniel Dunbar
2009-03-04
Driver: Add Option flags.
Daniel Dunbar
2009-03-04
Driver: Tweak Option::accept interface.
Daniel Dunbar
2009-03-04
Driver: Sink Driver/Compilation into clang::driver namespace.
Daniel Dunbar
2009-03-04
Driver: Add ArgList implementation.
Daniel Dunbar
2009-03-04
Driver: More Option implementation.
Daniel Dunbar
2009-03-03
Sketch Driver Option classes.
Daniel Dunbar
2009-03-02
Stub out some structure for C++ driver.
Daniel Dunbar
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-02-26
Introduce code modification hints into the diagnostics system. When we
Douglas Gregor
2009-02-25
add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach!
Chris Lattner
2009-02-20
map source ranges through macro expansions. Before:
Chris Lattner
2009-02-20
refactor, pass ranges down instead of the whole
Chris Lattner
2009-02-19
fix a bug introduced in my previous patch: moving clang headers to the
Chris Lattner
2009-02-19
PR3614: "ignoring nonexistent directory" should print the -isysroot
Chris Lattner
2009-02-18
HTMLDiagnostics: Always display diagnostics *below* the line in question.
Ted Kremenek
2009-02-18
tidy up
Chris Lattner
2009-02-18
stop searching GCC install directories for standard C headers (but
Chris Lattner
2009-02-17
Handle fatal errors.
Ben Laurie
2009-02-17
As an experimental hack, emit "instantiated from" information in
Chris Lattner
2009-02-17
sink a call to getInstantiationLoc to eliminate an assertion.
Chris Lattner
2009-02-17
break down EmitCaretDiagnostic to use more primitive calls.
Chris Lattner
2009-02-17
split caret diagnostic printing out into its own function.
Chris Lattner
2009-02-17
simplify some code.
Chris Lattner
2009-02-17
If a source range comes through a function-like macro expansion,
Chris Lattner
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
[prev]
[next]