#include "clang/Tooling/Core/Replacement.h"
#include "clang/Tooling/Inclusions/IncludeStyle.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/Regex.h"
#include <list>
#include <optional>
#include <set>
#include <string>
#include <unordered_map>
Go to the source code of this file.
|
| class | clang::tooling::IncludeCategoryManager |
| | This class manages priorities of C++ #include categories and calculates priorities for headers. More...
|
| | Generates replacements for inserting or deleting #include directives in a file. More...
|
| | Represents a single header directive to be inserted in a batch operation. More...
|
|
| namespace | clang |
| | Top level wrappers for InstallAPI frontend operations.
|
| namespace | clang::tooling |