summaryrefslogtreecommitdiffstats
path: root/clang/tools/clang-cc
Commit message (Collapse)AuthorAgeFilesLines
...
* remove TranslationUnit.Chris Lattner2009-03-283-5/+4
| | | | llvm-svn: 67914
* push more ASTContext goodness out through interfaces that useChris Lattner2009-03-284-17/+20
| | | | | | TranslationUnit llvm-svn: 67913
* remove TranslationUnit from ParseAST.Chris Lattner2009-03-281-6/+2
| | | | llvm-svn: 67911
* change HandleTranslationUnit to take an ASTContext instead of TranslationUnitChris Lattner2009-03-285-23/+21
| | | | llvm-svn: 67910
* remove dead ivar.Chris Lattner2009-03-281-11/+4
| | | | llvm-svn: 67907
* hoist TranslationUnit some more.Chris Lattner2009-03-282-7/+9
| | | | llvm-svn: 67905
* eliminate some wrappers.Chris Lattner2009-03-282-3/+40
| | | | llvm-svn: 67904
* eliminate ReadASTBitcodeFileChris Lattner2009-03-282-2/+20
| | | | llvm-svn: 67903
* move serialization logic from TranslationUnit to ASTContext.Chris Lattner2009-03-281-2/+1
| | | | llvm-svn: 67902
* don't poke at TranslationUnit directlyChris Lattner2009-03-281-2/+6
| | | | llvm-svn: 67900
* eliminate ASTConsumer::InitializeTU, all clients areChris Lattner2009-03-282-10/+4
| | | | | | happy with just ASTContext, they don't need a TU. llvm-svn: 67894
* revert mike's patch which broke test/CodeGen/no-common.c.Chris Lattner2009-03-281-2/+1
| | | | llvm-svn: 67893
* remove TranslationUnit::OwnsDecls, which is only set, never read.Chris Lattner2009-03-281-1/+0
| | | | llvm-svn: 67891
* simplify ParseAST by sucking -disable-free handling logic up intoChris Lattner2009-03-281-9/+18
| | | | | | clang.cpp llvm-svn: 67890
* move StatListener out to top level.Chris Lattner2009-03-281-33/+33
| | | | llvm-svn: 67886
* various cleanups, no functionality changeChris Lattner2009-03-281-33/+28
| | | | llvm-svn: 67883
* Fixup -fcommon and -fno-common to be more gcc compatible.Mike Stump2009-03-271-1/+3
| | | | llvm-svn: 67863
* push line markers through -E mode.Chris Lattner2009-03-271-0/+1
| | | | llvm-svn: 67854
* most of this is plumbing to get CompileOptions down into Chris Lattner2009-03-262-1/+7
| | | | | | | CodeGenModule. Once there, add a new NoCommon option to it and implement -fno-common. llvm-svn: 67735
* Pass access specifiers through to member classes and member enums.Douglas Gregor2009-03-251-1/+1
| | | | llvm-svn: 67710
* Really fix cmake style builds.Mike Stump2009-03-241-1/+1
| | | | llvm-svn: 67633
* -arch ppc should change the triple to powerpc-foo not to ppc-foo.Chris Lattner2009-03-241-0/+6
| | | | | | | Similarly for ppc64. This should probably move into the driver, along with all the other target selection stuff other than -triple. llvm-svn: 67621
* Install clang-cc to libexec/clang-cc (instead of bin/clang-cc).Daniel Dunbar2009-03-241-0/+4
| | | | | | - Updated ccc & driver to look in libexec/ for tools. llvm-svn: 67607
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-2421-0/+13485
Again, I tried to update cmake but it is untested. llvm-svn: 67605
OpenPOWER on IntegriCloud