summaryrefslogtreecommitdiffstats
path: root/clang/AST/TranslationUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-225/+0
* Remove the first layer of support for "portability" warnings. This is Chris Lattner2008-03-051-3/+1
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Converted uses of scoped_ptr to OwningPtr.Ted Kremenek2007-12-201-2/+2
* Removed "SourceFile" from TranslationUnit. This same information will (soon)Ted Kremenek2007-12-191-11/+1
* Removed storing inode and device number in TranslationUnit.Ted Kremenek2007-12-191-6/+15
* Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made themTed Kremenek2007-12-181-5/+5
* Fixed broken includes introduced by recent (incomplete) patch toTed Kremenek2007-12-181-2/+1
* Moved TranslationUnit from Driver to AST library.Ted Kremenek2007-12-181-0/+229
OpenPOWER on IntegriCloud