diff options
author | Nate Begeman <natebegeman@mac.com> | 2008-07-25 20:15:14 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2008-07-25 20:15:14 +0000 |
commit | 82354bcedd1465bf40c9ba9e87e576dd9a8b81f0 (patch) | |
tree | 7c5a23647ca3662b4538c344aaf3cd8032235deb | |
parent | 080b332959f0a1886c8d0a515f656fe6215a9ce3 (diff) |
De-tabify
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54046 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/TranslationUnit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/TranslationUnit.h b/include/clang/AST/TranslationUnit.h index 4ab71e0205..2153a0b1eb 100644 --- a/include/clang/AST/TranslationUnit.h +++ b/include/clang/AST/TranslationUnit.h @@ -97,7 +97,7 @@ bool EmitASTBitcodeBuffer(const TranslationUnit& TU, 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); |