clang 22.0.0git
OSLog.cpp File Reference

This file implements analysis functions for OS log format strings and buffer layout computation for __builtin_os_log_format and related builtins. More...

#include "clang/AST/OSLog.h"
#include "clang/AST/Attr.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/AST/FormatString.h"
#include "clang/Basic/Builtins.h"
#include <optional>

Go to the source code of this file.

Classes

class  OSLogBufferItem
 An OSLogBufferItem represents a single item in the data written by a call to os_log() or os_trace(). More...
class  OSLogBufferLayout

Detailed Description

This file implements analysis functions for OS log format strings and buffer layout computation for __builtin_os_log_format and related builtins.

Definition in file OSLog.cpp.