]> granicus.if.org Git - clang/commit
properly escape filenames when generating implicit #includes, this handles
authorChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 20:10:57 +0000 (20:10 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 8 Apr 2009 20:10:57 +0000 (20:10 +0000)
commitfbb22988150b98a3332a06e957154ac2bd6e4a35
tree397fed415eef3ed967864831653085447c98a511
parentd2869925b5f10e00b13fbf3f41bbb17e4c9adbe0
properly escape filenames when generating implicit #includes, this handles
things like " in paths etc.  Found by inspection.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68632 91177308-0d34-0410-b5e6-96231b3b80d8
tools/clang-cc/clang-cc.cpp