#include "DPrint.h"
#include "InsightsStaticStrings.h"
#include "OutputFormatHelper.h"
#include "clang/AST/AST.h"
#include "clang/AST/ASTContext.h"
#include "llvm/Support/Path.h"
Go to the source code of this file.
Namespaces | |
namespace | clang |
namespace | clang::insights |
Functions | |
static void | clang::insights::ToDo (std::string_view name, OutputFormatHelper &outputFormatHelper, std::source_location loc) |
void | clang::insights::ToDo (const Stmt *stmt, OutputFormatHelper &outputFormatHelper, std::source_location loc) |
void | clang::insights::ToDo (const Decl *stmt, OutputFormatHelper &outputFormatHelper, std::source_location loc) |
void | clang::insights::ToDo (const class TemplateArgument &stmt, class OutputFormatHelper &outputFormatHelper, std::source_location loc=std::source_location::current()) |
Helper function to generate TODO comments for an unsupported TemplateArgument. | |