diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-01-24 10:02:25 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2010-01-24 10:02:25 +0000 |
commit | 8b00be55606207c255cf3d3bd529143e93ff9c31 (patch) | |
tree | 74d9fc65d1a70cfda8074f2ba517700dce7083cf | |
parent | b2e90aca3ed07f48a536acb3c4c5ade567703cbf (diff) |
Mark PartialDiagnostic.h as a C++ header
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94363 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Basic/PartialDiagnostic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/PartialDiagnostic.h b/include/clang/Basic/PartialDiagnostic.h index 0d970123f7..873aaeecb6 100644 --- a/include/clang/Basic/PartialDiagnostic.h +++ b/include/clang/Basic/PartialDiagnostic.h @@ -1,4 +1,4 @@ -//===--- PartialDiagnostic.h - Diagnostic "closures" ----------------------===// +//===--- PartialDiagnostic.h - Diagnostic "closures" ------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // |