forked from OSchip/llvm-project
parent
468558a061
commit
69ef42cc42
|
@ -378,7 +378,7 @@ namespace lldb {
|
||||||
///
|
///
|
||||||
/// These enumerations use the same language enumerations as the DWARF
|
/// These enumerations use the same language enumerations as the DWARF
|
||||||
/// specification for ease of use and consistency.
|
/// specification for ease of use and consistency.
|
||||||
/// The enum -> string code is in LanguageRuntime.cpp, don't change this
|
/// The enum -> string code is in Language.cpp, don't change this
|
||||||
/// table without updating that code as well.
|
/// table without updating that code as well.
|
||||||
//----------------------------------------------------------------------
|
//----------------------------------------------------------------------
|
||||||
enum LanguageType
|
enum LanguageType
|
||||||
|
|
Loading…
Reference in New Issue