LLDB mainline
Classes | Namespaces | Typedefs | Enumerations | Variables
DiagnosticManager.h File Reference
#include "lldb/lldb-defines.h"
#include "lldb/lldb-types.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/StringRef.h"
#include <string>
#include <vector>

Go to the source code of this file.

Classes

class  lldb_private::Diagnostic
 
class  lldb_private::DiagnosticManager
 

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.
 

Typedefs

typedef std::vector< std::unique_ptr< Diagnostic > > lldb_private::DiagnosticList
 

Enumerations

enum  lldb_private::DiagnosticOrigin {
  lldb_private::eDiagnosticOriginUnknown = 0 , lldb_private::eDiagnosticOriginLLDB , lldb_private::eDiagnosticOriginClang , lldb_private::eDiagnosticOriginSwift ,
  lldb_private::eDiagnosticOriginLLVM
}
 
enum  lldb_private::DiagnosticSeverity { lldb_private::eDiagnosticSeverityError , lldb_private::eDiagnosticSeverityWarning , lldb_private::eDiagnosticSeverityRemark }
 

Variables

const uint32_t lldb_private::LLDB_INVALID_COMPILER_ID = UINT32_MAX