aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
AgeCommit message (Expand)Author
2009-03-12Driver: Add ArgList::hasArg, for testing for the presence of anDaniel Dunbar
2009-03-12Driver: Add Option::getId and Option::matches taking an optionDaniel Dunbar
2009-03-10Driver: Add host info (add new files).Daniel Dunbar
2009-03-10Driver: Add host info.Daniel Dunbar
2009-03-10Driver: Handle magic -ccc- options.Daniel Dunbar
2009-03-10Remove some now-unneeded calls to llvm::errs().flush().Daniel Dunbar
2009-03-07Fix warnings in build on clang-x86_64-freebsd buildbot.Mike Stump
2009-03-05Driver: Basic argument parsing.Daniel Dunbar
2009-03-04Driver: Implement Option::accept methods.Daniel Dunbar
2009-03-04Driver: Fix off by one in ParseOneArg; this code is ugly but will beDaniel Dunbar
2009-03-04Driver: Add Arg::dump and SeparateArg stubs.Daniel Dunbar
2009-03-04Driver: Add OptTable::ParseOneArg.Daniel Dunbar
2009-03-04Driver: Add ArgList::{append, getArgString}Daniel Dunbar
2009-03-04Driver: Stub out Arg implementations.Daniel Dunbar
2009-03-04Driver: Option's need to know their ID.Daniel Dunbar
2009-03-04Driver: Add Option flags.Daniel Dunbar
2009-03-04Driver: Tweak Option::accept interface.Daniel Dunbar
2009-03-04Driver: Sink Driver/Compilation into clang::driver namespace.Daniel Dunbar
2009-03-04Driver: Add ArgList implementation.Daniel Dunbar
2009-03-04Driver: More Option implementation.Daniel Dunbar
2009-03-03Sketch Driver Option classes.Daniel Dunbar
2009-03-02Stub out some structure for C++ driver.Daniel Dunbar
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor
2009-02-25add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach!Chris Lattner
2009-02-20map source ranges through macro expansions. Before:Chris Lattner
2009-02-20refactor, pass ranges down instead of the whole Chris Lattner
2009-02-19fix a bug introduced in my previous patch: moving clang headers to theChris Lattner
2009-02-19PR3614: "ignoring nonexistent directory" should print the -isysroot Chris Lattner
2009-02-18HTMLDiagnostics: Always display diagnostics *below* the line in question.Ted Kremenek
2009-02-18tidy upChris Lattner
2009-02-18stop searching GCC install directories for standard C headers (butChris Lattner
2009-02-17Handle fatal errors.Ben Laurie
2009-02-17As an experimental hack, emit "instantiated from" information inChris Lattner
2009-02-17sink a call to getInstantiationLoc to eliminate an assertion.Chris Lattner
2009-02-17break down EmitCaretDiagnostic to use more primitive calls.Chris Lattner
2009-02-17split caret diagnostic printing out into its own function.Chris Lattner
2009-02-17simplify some code.Chris Lattner
2009-02-17If a source range comes through a function-like macro expansion,Chris Lattner
2009-02-08use some references to simplify code.Chris Lattner
2009-02-08Genericize the existing logic for removing duplicate header dirs to applyChris Lattner
2009-02-06handle fatal errors, rely on warnings to point out missing cases.Chris Lattner
2009-02-05Add Debian gcc 4.3 header search directories.Torok Edwin
2009-02-04lower the interface to getLineNumber like we did forChris Lattner
2009-02-04make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner
2009-02-02Clean up indentation.Ted Kremenek
2009-01-30" Attached is a patch for TextDiagnosticPrinter that adds an optionalChris Lattner
2009-01-28Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs ...Ted Kremenek
2009-01-27Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner
2009-01-27PathDiagnostics:Ted Kremenek