From 520d1e6c6be80b2da632e7be45b4d8d2b25415e4 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 11 Dec 2009 23:04:35 +0000 Subject: Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. llvm-svn: 91176 --- clang/examples/PrintFunctionNames/PrintFunctionNames.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clang/examples/PrintFunctionNames/PrintFunctionNames.cpp') diff --git a/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp b/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp index a103c63704a..5b7b66a4f7f 100644 --- a/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp +++ b/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// // -// Example clang-cc plugin which simply prints the names of all the top-level -// decls in the input file. +// Example clang plugin which simply prints the names of all the top-level decls +// in the input file. // //===----------------------------------------------------------------------===// -- cgit v1.2.3