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. _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits