[llvm] r215954 - Prevent clang-format from moving the namespace closing brace, NFC

Duncan P. N. Exon Smith dexonsmith at apple.com
Mon Aug 18 17:21:04 PDT 2014


Author: dexonsmith
Date: Mon Aug 18 19:21:04 2014
New Revision: 215954

URL: http://llvm.org/viewvc/llvm-project?rev=215954&view=rev
Log:
Prevent clang-format from moving the namespace closing brace, NFC

Modified:
    llvm/trunk/lib/IR/ConstantsContext.h

Modified: llvm/trunk/lib/IR/ConstantsContext.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/ConstantsContext.h?rev=215954&r1=215953&r2=215954&view=diff
==============================================================================
--- llvm/trunk/lib/IR/ConstantsContext.h (original)
+++ llvm/trunk/lib/IR/ConstantsContext.h Mon Aug 18 19:21:04 2014
@@ -761,6 +761,6 @@ public:
   }
 };
 
-}
+} // end namespace llvm
 
 #endif





More information about the llvm-commits mailing list