summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc/clang.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename clang.[cpp,h] to clang-cc.[cpp,h] to reflect the name change of theTed Kremenek2009-03-311-1714/+0
* (LLVM up) Update to use llvm::sys::getHostTriple().Daniel Dunbar2009-03-311-20/+3
* Improve dependency file support.Daniel Dunbar2009-03-301-5/+5
* Push DeclGroup much farther throughout the compiler. Now the variousChris Lattner2009-03-291-1/+2
* remove TranslationUnit.Chris Lattner2009-03-281-2/+2
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-281-6/+8
* remove TranslationUnit from ParseAST.Chris Lattner2009-03-281-6/+2
* eliminate ReadASTBitcodeFileChris Lattner2009-03-281-1/+8
* revert mike's patch which broke test/CodeGen/no-common.c.Chris Lattner2009-03-281-2/+1
* simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner2009-03-281-9/+18
* Fixup -fcommon and -fno-common to be more gcc compatible.Mike Stump2009-03-271-1/+3
* most of this is plumbing to get CompileOptions down into Chris Lattner2009-03-261-0/+6
* -arch ppc should change the triple to powerpc-foo not to ppc-foo.Chris Lattner2009-03-241-0/+6
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-0/+1703
OpenPOWER on IntegriCloud