[PATCH] D47410: Don't include headers from inside a namespace in MIUtilSingletonHelper.h

Raphael Isemann via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 26 07:45:10 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333343: Don't include headers from inside a namespace in MIUtilSingletonHelper.h (authored by teemperor, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D47410?vs=148716&id=148717#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D47410

Files:
  lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h


Index: lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
===================================================================
--- lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
+++ lldb/trunk/tools/lldb-mi/MIUtilSingletonHelper.h
@@ -9,12 +9,12 @@
 
 #pragma once
 
-namespace MI {
-
 // In house headers:
 #include "MICmnResources.h"
 #include "MIUtilString.h"
 
+namespace MI {
+
 //++
 //============================================================================
 // Details: Short cut helper function to simplify repeated initialisation of


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47410.148717.patch
Type: text/x-patch
Size: 546 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180526/e7bba86b/attachment.bin>


More information about the llvm-commits mailing list