[llvm] r248167 - Fix missing C++ mode comment

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 21 08:59:41 PDT 2015


Author: arsenm
Date: Mon Sep 21 10:59:41 2015
New Revision: 248167

URL: http://llvm.org/viewvc/llvm-project?rev=248167&view=rev
Log:
Fix missing C++ mode comment

Modified:
    llvm/trunk/include/llvm/ADT/ScopedHashTable.h

Modified: llvm/trunk/include/llvm/ADT/ScopedHashTable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ADT/ScopedHashTable.h?rev=248167&r1=248166&r2=248167&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ADT/ScopedHashTable.h (original)
+++ llvm/trunk/include/llvm/ADT/ScopedHashTable.h Mon Sep 21 10:59:41 2015
@@ -1,4 +1,4 @@
-//===- ScopedHashTable.h - A simple scoped hash table ---------------------===//
+//===- ScopedHashTable.h - A simple scoped hash table -----------*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //




More information about the llvm-commits mailing list