clang-tools  3.9.0
Public Attributes | List of all members
clang::tidy::ProfileData Struct Reference

Container for clang-tidy profiling data. More...

#include <ClangTidyDiagnosticConsumer.h>

Collaboration diagram for clang::tidy::ProfileData:
[legend]

Public Attributes

llvm::StringMap< llvm::TimeRecord > Records
 

Detailed Description

Container for clang-tidy profiling data.

Definition at line 122 of file ClangTidyDiagnosticConsumer.h.

Member Data Documentation

llvm::StringMap<llvm::TimeRecord> clang::tidy::ProfileData::Records

Definition at line 123 of file ClangTidyDiagnosticConsumer.h.


The documentation for this struct was generated from the following file: