On Fri, Jan 30, 2009 at 9:47 AM, Sebastian Redl <[email protected]> wrote: > Daniel Dunbar wrote: >> Author: ddunbar >> Date: Thu Jan 29 17:50:47 2009 >> New Revision: 63345 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=63345&view=rev >> Log: >> Fix name of -x option for C preprocessed input; it should be >> cpp-output, not c-cpp-output. >> > What do you call preprocessed C++, then?
c++-cpp-output. These names come from gcc, not me! :) Also note that gcc (4.1 and 4.2 at least) documents the name for this language as "c-cpp-output", but does not in fact accept that. - Daniel > Sebastian > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
