clang 19.0.0git
Classes | Namespaces
ObjCPropertyAttributeOrderFixer.cpp File Reference

This file implements ObjCPropertyAttributeOrderFixer, a TokenAnalyzer that adjusts the order of attributes in an ObjC @property(...) declaration, depending on the style. More...

#include "ObjCPropertyAttributeOrderFixer.h"
#include <algorithm>

Go to the source code of this file.

Classes

struct  clang::format::ObjCPropertyEntry
 

Namespaces

namespace  clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
namespace  clang::format
 

Detailed Description

This file implements ObjCPropertyAttributeOrderFixer, a TokenAnalyzer that adjusts the order of attributes in an ObjC @property(...) declaration, depending on the style.

Definition in file ObjCPropertyAttributeOrderFixer.cpp.