clang 17.0.0git
Classes | Namespaces | Typedefs
QualifierAlignmentFixer.h File Reference

This file declares LeftRightQualifierAlignmentFixer, a TokenAnalyzer that enforces either east or west const depending on the style. More...

#include "TokenAnalyzer.h"
Include dependency graph for QualifierAlignmentFixer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::format::QualifierAlignmentFixer
 
class  clang::format::LeftRightQualifierAlignmentFixer
 

Namespaces

namespace  clang
 
namespace  clang::format
 

Typedefs

typedef std::function< std::pair< tooling::Replacements, unsigned >(const Environment &)> clang::format::AnalyzerPass
 

Detailed Description

This file declares LeftRightQualifierAlignmentFixer, a TokenAnalyzer that enforces either east or west const depending on the style.

Definition in file QualifierAlignmentFixer.h.