aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-db
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-12 23:50:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-12 23:50:34 +0000
commit238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7 (patch)
tree4ee06d7e75159efe0388799da1df5c27595aca84 /tools/llvm-db
parent906df5b62312d57f67c8ed99d0fc5833c3498323 (diff)
downloadexternal_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.zip
external_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.tar.gz
external_llvm-238dcb7f78f7cd0950e6eca3a23aa53f4eadb1e7.tar.bz2
Match declaration to definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-db')
-rw-r--r--tools/llvm-db/CLIDebugger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-db/CLIDebugger.h b/tools/llvm-db/CLIDebugger.h
index 9904559..0595b3d 100644
--- a/tools/llvm-db/CLIDebugger.h
+++ b/tools/llvm-db/CLIDebugger.h
@@ -21,7 +21,7 @@
namespace llvm {
class CLICommand;
class SourceFile;
- class SourceLanguage;
+ struct SourceLanguage;
class ProgramInfo;
class RuntimeInfo;
class LLVMContext;