clang 17.0.0git
Classes | Namespaces
SymbolGraphSerializer.h File Reference

This file defines the SymbolGraphSerializer class. More...

#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/APIIgnoresList.h"
#include "clang/ExtractAPI/Serialization/SerializerBase.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Include dependency graph for SymbolGraphSerializer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  clang::extractapi::SymbolGraphSerializer
 The serializer that organizes API information in the Symbol Graph format. More...
 

Namespaces

namespace  clang
 
namespace  clang::extractapi
 

Detailed Description

This file defines the SymbolGraphSerializer class.

Implement an APISerializer for the Symbol Graph format for ExtractAPI. See https://github.com/apple/swift-docc-symbolkit.

Definition in file SymbolGraphSerializer.h.