[cfe-commits] r45211 - in /cfe/trunk: AST/TranslationUnit.cpp Driver/ASTConsumers.cpp Driver/ASTConsumers.h Driver/SerializationTest.cpp Driver/clang.cpp include/clang/AST/TranslationUnit.h
Chris Lattner
clattner at apple.com
Wed Dec 19 11:43:40 PST 2007
> URL: http://llvm.org/viewvc/llvm-project?rev=45211&view=rev
> Log:
> Removed storing inode and device number in TranslationUnit.
Thanks!
> Added "SourceFile" string to TranslationUnit to record corresponding
> source file.
Do you really need this? why not just a FileEntry*? FWIW, from
sourcemanager (and thus from astcontext) you can get the main file
info. I don't think the driver changes are needed.
-Chris
More information about the cfe-commits
mailing list