clang API Documentation
#include "clang/Frontend/Utils.h"
#include "clang/Serialization/ASTReader.h"
#include "llvm/ADT/iterator_range.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static void | removePathTraversal (SmallVectorImpl< char > &Path) |
Remove traversal (ie, . or ..) from the given absolute path. |
static void removePathTraversal | ( | SmallVectorImpl< char > & | Path | ) | [static] |
Remove traversal (ie, . or ..) from the given absolute path.
Definition at line 61 of file ModuleDependencyCollector.cpp.
References AttributeLangSupport::C, and P.