diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 21:30:06 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 21:30:06 +0000 |
commit | 523af827de101ea6cc30e42e54e4067434392695 (patch) | |
tree | e019473325894bbfdd279d61feec39b631b31ab4 /clang/lib/Basic/FileManager.cpp | |
parent | 88b71e4121b2e0512c2dd9ef1085448dfd73737d (diff) | |
download | bcm5719-llvm-523af827de101ea6cc30e42e54e4067434392695.tar.gz bcm5719-llvm-523af827de101ea6cc30e42e54e4067434392695.zip |
Documentation cleanup: delete doc comments from source files where they are
broken duplicates of comments that are in the corresponding header files.
llvm-svn: 158550
Diffstat (limited to 'clang/lib/Basic/FileManager.cpp')
-rw-r--r-- | clang/lib/Basic/FileManager.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/lib/Basic/FileManager.cpp b/clang/lib/Basic/FileManager.cpp index 669bf7d4c78..5b9769dbb95 100644 --- a/clang/lib/Basic/FileManager.cpp +++ b/clang/lib/Basic/FileManager.cpp @@ -259,10 +259,6 @@ void FileManager::addAncestorsAsVirtualDirs(StringRef Path) { addAncestorsAsVirtualDirs(DirName); } -/// getDirectory - Lookup, cache, and verify the specified directory -/// (real or virtual). This returns NULL if the directory doesn't -/// exist. -/// const DirectoryEntry *FileManager::getDirectory(StringRef DirName, bool CacheFailure) { // stat doesn't like trailing separators. @@ -315,9 +311,6 @@ const DirectoryEntry *FileManager::getDirectory(StringRef DirName, return &UDE; } -/// getFile - Lookup, cache, and verify the specified file (real or -/// virtual). This returns NULL if the file doesn't exist. -/// const FileEntry *FileManager::getFile(StringRef Filename, bool openFile, bool CacheFailure) { ++NumFileLookups; |