clang-tools 20.0.0git
|
#include "../ClangTidyCheck.h"
#include "../utils/ExceptionSpecAnalyzer.h"
#include "clang/AST/Decl.h"
#include "llvm/ADT/StringRef.h"
Go to the source code of this file.
Classes | |
class | clang::tidy::performance::NoexceptFunctionBaseCheck |
Generic check which checks if the bound function decl is marked with noexcept or noexcept(expr) where expr evaluates to false . More... | |
Namespaces | |
namespace | clang |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
namespace | clang::tidy |
namespace | clang::tidy::performance |