Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -225/+0 |
* | Remove the first layer of support for "portability" warnings. This is | Chris Lattner | 2008-03-05 | 1 | -3/+1 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Converted uses of scoped_ptr to OwningPtr. | Ted Kremenek | 2007-12-20 | 1 | -2/+2 |
* | Removed "SourceFile" from TranslationUnit. This same information will (soon) | Ted Kremenek | 2007-12-19 | 1 | -11/+1 |
* | Removed storing inode and device number in TranslationUnit. | Ted Kremenek | 2007-12-19 | 1 | -6/+15 |
* | Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them | Ted Kremenek | 2007-12-18 | 1 | -5/+5 |
* | Fixed broken includes introduced by recent (incomplete) patch to | Ted Kremenek | 2007-12-18 | 1 | -2/+1 |
* | Moved TranslationUnit from Driver to AST library. | Ted Kremenek | 2007-12-18 | 1 | -0/+229 |