[cfe-commits] r54046 - /cfe/trunk/include/clang/AST/TranslationUnit.h
Nate Begeman
natebegeman at mac.com
Fri Jul 25 13:15:15 PDT 2008
Author: sampo
Date: Fri Jul 25 15:15:14 2008
New Revision: 54046
URL: http://llvm.org/viewvc/llvm-project?rev=54046&view=rev
Log:
De-tabify
Modified:
cfe/trunk/include/clang/AST/TranslationUnit.h
Modified: cfe/trunk/include/clang/AST/TranslationUnit.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/TranslationUnit.h?rev=54046&r1=54045&r2=54046&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/TranslationUnit.h (original)
+++ cfe/trunk/include/clang/AST/TranslationUnit.h Fri Jul 25 15:15:14 2008
@@ -97,7 +97,7 @@
bool EmitASTBitcodeBuffer(const TranslationUnit* TU,
std::vector<unsigned char>& Buffer);
-
+
/// ReadASTBitcodeFile - Reconsitute a translation unit from a bitcode file.
TranslationUnit* ReadASTBitcodeFile(const llvm::sys::Path& Filename,
FileManager& FMgr);
More information about the cfe-commits
mailing list