diff options
author | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
---|---|---|
committer | Alexander Kornienko <alexfh@google.com> | 2015-06-22 23:07:51 +0000 |
commit | ab9db51042d1b821d324a209f3ba37e5ee7525a7 (patch) | |
tree | 02b8d37aa99733a57641681111d0277aa97c4477 /clang/lib/Basic/VirtualFileSystem.cpp | |
parent | f530b329c7ac6c80ea8ea927d1bd310168c1c3f2 (diff) | |
download | llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.zip llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.gz llvm-ab9db51042d1b821d324a209f3ba37e5ee7525a7.tar.bz2 |
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
llvm-svn: 240353
Diffstat (limited to 'clang/lib/Basic/VirtualFileSystem.cpp')
-rw-r--r-- | clang/lib/Basic/VirtualFileSystem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/VirtualFileSystem.cpp b/clang/lib/Basic/VirtualFileSystem.cpp index 7196f2d..8a882e1 100644 --- a/clang/lib/Basic/VirtualFileSystem.cpp +++ b/clang/lib/Basic/VirtualFileSystem.cpp @@ -213,7 +213,7 @@ public: return EC; } }; -} // namespace +} directory_iterator RealFileSystem::dir_begin(const Twine &Dir, std::error_code &EC) { @@ -1024,7 +1024,7 @@ public: JSONWriter(llvm::raw_ostream &OS) : OS(OS) {} void write(ArrayRef<YAMLVFSEntry> Entries, Optional<bool> IsCaseSensitive); }; -} // namespace +} bool JSONWriter::containedIn(StringRef Parent, StringRef Path) { using namespace llvm::sys; |