diff options
Diffstat (limited to 'lldb/source/Symbol/ClangNamespaceDecl.cpp')
| -rw-r--r-- | lldb/source/Symbol/ClangNamespaceDecl.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lldb/source/Symbol/ClangNamespaceDecl.cpp b/lldb/source/Symbol/ClangNamespaceDecl.cpp new file mode 100644 index 00000000000..9e764ba1cd9 --- /dev/null +++ b/lldb/source/Symbol/ClangNamespaceDecl.cpp @@ -0,0 +1,11 @@ +//===-- ClangNamespaceDecl.cpp ----------------------------------*- C++ -*-===// +// +// The LLVM Compiler Infrastructure +// +// This file is distributed under the University of Illinois Open Source +// License. See LICENSE.TXT for details. +// +//===----------------------------------------------------------------------===// + +#include "lldb/Symbol/ClangNamespaceDecl.h" + |

