summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Driver: Stub out generic GCC tool selection.Daniel Dunbar2009-03-171-3/+8
* Driver: Pass HostInfo reference into ToolChain.Daniel Dunbar2009-03-171-5/+8
* Refactor instantiation of declarations within a template into a muchDouglas Gregor2009-03-171-0/+49
* Driver: Pass Driver reference down into Host info, which will need itDaniel Dunbar2009-03-172-6/+10
* Driver: Hide HostInfo implementations.Daniel Dunbar2009-03-172-30/+9
* Driver: Add two option form of ArgList::getLastArg.Daniel Dunbar2009-03-171-0/+1
* Driver: Add logic for computing where to put job outputs (pipe,Daniel Dunbar2009-03-171-0/+15
* Driver: Add list of temporary and result files to Compilation.Daniel Dunbar2009-03-171-2/+22
* Add ArgList::MakeArgString and make ArgList::Make* const.Daniel Dunbar2009-03-171-10/+22
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-165-14/+75
* Build system changes to use TableGen to generate the variousDouglas Gregor2009-03-166-0/+35
* Driver: Implement majority tool binding logic.Daniel Dunbar2009-03-163-0/+25
* Driver: Migrate some data into the Compilation; after pipeliningDaniel Dunbar2009-03-162-2/+32
* Driver: Sketch Tool and ToolChain classes.Daniel Dunbar2009-03-163-2/+126
* Driver: Include Casting header definitions in a few places, addDaniel Dunbar2009-03-162-0/+17
* Parser support for rvalue references.Sebastian Redl2009-03-151-2/+5
* Handle static_asserts when instantiating structs.Anders Carlsson2009-03-152-6/+9
* Add the ability to clone integer and string literals. Use it when instantiati...Anders Carlsson2009-03-151-2/+6
* Convert a bunch of actions to smart pointers, and also bring PrintParserCallb...Sebastian Redl2009-03-151-82/+91
* Keep diagnostic td in sync with r67015.Sebastian Redl2009-03-151-0/+2
* Fix comment typo.Daniel Dunbar2009-03-151-7/+8
* Driver: Typo fix.Daniel Dunbar2009-03-151-1/+1
* Driver: Start warning about unused arguments.Daniel Dunbar2009-03-152-5/+9
* Driver: Update ArgList::{hasArg,getLastArg} to optionally claim theDaniel Dunbar2009-03-151-2/+8
* Revert the switch to the tablegen diags. It fails for seperate objdir builds ...Sebastian Redl2009-03-1422-35/+2293
* Switch diagnostics from .def to tablegen files. Please validate the Windows b...Sebastian Redl2009-03-1422-2293/+35
* Update tablegen diagnostic files to be in sync with the def files.Sebastian Redl2009-03-149-51/+1140
* Remove dead DeclarationName constructors that involving knowing about theTed Kremenek2009-03-141-20/+0
* More static_assert work. Check that the assert expr is valid and show an erro...Anders Carlsson2009-03-144-0/+32
* Check for overflow and signedness problems with templateDouglas Gregor2009-03-141-0/+6
* Make Selector::getIdentifierInfo() private. I took a first attempt at this lastTed Kremenek2009-03-141-7/+11
* Make sure that the canonical representation of integral template arguments us...Douglas Gregor2009-03-141-14/+14
* Implement template instantiation for the prefix unary operators. AsDouglas Gregor2009-03-131-0/+8
* Driver: Add types::{isAcceptedByClang,isCXX} predicates.Daniel Dunbar2009-03-131-0/+6
* Driver: Add simple Job classes, simple wrappers for information aboutDaniel Dunbar2009-03-131-0/+104
* Pass more sane arguments to ActOnStaticAssertDeclarationAnders Carlsson2009-03-131-2/+1
* Driver: Provide food and shelter for Action vtables.Daniel Dunbar2009-03-131-28/+11
* wire up a new -fno-builtin option, make it control things like simplifylibcalls,Chris Lattner2009-03-132-2/+3
* Include component warning TableGen files in Diagnostic.td.Ted Kremenek2009-03-131-0/+10
* Driver: Sprinkle some consts in, stub out BuildJobs method.Daniel Dunbar2009-03-131-11/+15
* fix PR3798 by ignoring all diagnostics generated while repreprocessing a file...Chris Lattner2009-03-131-0/+3
* make Preprocessor::Diags be a pointer instead of a reference.Chris Lattner2009-03-131-5/+5
* Implement template instantiation for several more kinds of expressions:Douglas Gregor2009-03-132-10/+18
* Fix typo.Ted Kremenek2009-03-131-4/+2
* Add missing ';'.Ted Kremenek2009-03-131-6/+6
* Refactor the way we handle operator overloading and templateDouglas Gregor2009-03-133-7/+22
* ccc/Driver: Forward -fheinous-gnu-extensions to clang.Daniel Dunbar2009-03-131-0/+1
* Driver: Some minor bug fixes.Daniel Dunbar2009-03-131-1/+1
* introduce a new -fheinous-gnu-extensions flag that enables reallyChris Lattner2009-03-132-0/+10
* add a helper function to strip noop casts.Chris Lattner2009-03-131-1/+9