From: Matt Arsenault Date: Mon, 21 Sep 2015 15:59:41 +0000 (+0000) Subject: Fix missing C++ mode comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7c64ca73284a54451029286facfdb8610fa11804;p=oota-llvm.git Fix missing C++ mode comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248167 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/ADT/ScopedHashTable.h b/include/llvm/ADT/ScopedHashTable.h index 6b0c2995d2b..4af3d6d37e3 100644 --- a/include/llvm/ADT/ScopedHashTable.h +++ b/include/llvm/ADT/ScopedHashTable.h @@ -1,4 +1,4 @@ -//===- ScopedHashTable.h - A simple scoped hash table ---------------------===// +//===- ScopedHashTable.h - A simple scoped hash table -----------*- C++ -*-===// // // The LLVM Compiler Infrastructure //