clang-tools 19.0.0git
Classes | Namespaces
UseStdNumbersCheck.h File Reference
#include "../ClangTidyCheck.h"
#include "../utils/IncludeInserter.h"

Go to the source code of this file.

Classes

class  clang::tidy::modernize::UseStdNumbersCheck
 Finds constants and function calls to math functions that can be replaced with c++20's mathematical constants from the numbers header and offers fix-it hints. More...
 

Namespaces

namespace  clang
 ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===//
 
namespace  clang::tidy
 
namespace  clang::tidy::modernize