r257291 - Accidentally removed part of the file header. Restoring it back.
Ekaterina Romanova via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 10 08:18:10 PST 2016
Author: kromanova
Date: Sun Jan 10 10:18:09 2016
New Revision: 257291
URL: http://llvm.org/viewvc/llvm-project?rev=257291&view=rev
Log:
Accidentally removed part of the file header. Restoring it back.
Modified:
cfe/trunk/lib/Frontend/CompilerInvocation.cpp
Modified: cfe/trunk/lib/Frontend/CompilerInvocation.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CompilerInvocation.cpp?rev=257291&r1=257290&r2=257291&view=diff
==============================================================================
--- cfe/trunk/lib/Frontend/CompilerInvocation.cpp (original)
+++ cfe/trunk/lib/Frontend/CompilerInvocation.cpp Sun Jan 10 10:18:09 2016
@@ -1,4 +1,4 @@
-//===---
+//===--- CompilerInvocation.cpp -------------------------------------------===//
//
// The LLVM Compiler Infrastructure
//
More information about the cfe-commits
mailing list