]> granicus.if.org Git - clang/commit
fix a bug in paste avoidance which would cause us to accidentally
authorChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 17:10:02 +0000 (17:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 17:10:02 +0000 (17:10 +0000)
commit86851109b8f70eee7a743bc914219e4f0d8bf9f4
tree7eaf1cf5f2e64ce8c3f205dd9c29c0c6a7379223
parent5832a5390a8da156b84211fc1bdee5fcfb103d9c
fix a bug in paste avoidance which would cause us to accidentally
form a >>=.  Patch by Abramo Bagnara, testcase by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@99624 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/TokenConcatenation.cpp
test/Preprocessor/output_paste_avoid.c