[llvm-commits] CVS: llvm/lib/Support/Dwarf.cpp
Jim Laskey
jlaskey at apple.com
Mon Feb 27 14:37:36 PST 2006
Changes in directory llvm/lib/Support:
Dwarf.cpp updated: 1.1 -> 1.2
---
Log message:
Qualify dwarf namespace inside llvm namespace.
---
Diffs of the changes: (+4 -1)
Dwarf.cpp | 5 ++++-
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/lib/Support/Dwarf.cpp
diff -u llvm/lib/Support/Dwarf.cpp:1.1 llvm/lib/Support/Dwarf.cpp:1.2
--- llvm/lib/Support/Dwarf.cpp:1.1 Mon Feb 27 06:43:29 2006
+++ llvm/lib/Support/Dwarf.cpp Mon Feb 27 16:37:23 2006
@@ -15,6 +15,8 @@
#include <cassert>
+namespace llvm {
+
namespace dwarf {
/// TagString - Return the string for the specified tag.
@@ -568,5 +570,6 @@
return "";
}
-} // End of namespace llvm.
+} // End of namespace dwarf.
+} // End of namespace llvm.
More information about the llvm-commits
mailing list