]> granicus.if.org Git - clang/commit
Pulled out cast detection in TokenAnnotator into its own function
authorDinesh Dwivedi <dinesh.d@samsung.com>
Tue, 6 May 2014 09:08:34 +0000 (09:08 +0000)
committerDinesh Dwivedi <dinesh.d@samsung.com>
Tue, 6 May 2014 09:08:34 +0000 (09:08 +0000)
commit291e3cbc5284c71e3d689bfba1f61879de1fd071
treee836a23a595bda80a469a0069df893a083f2b459
parent945143441c0cdf155eeb3546ea3e6f33d7133295
Pulled out cast detection in TokenAnnotator into its own function
This is to remove FIXME added in r207964.

Differential Revision: http://reviews.llvm.org/D3619

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208071 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/TokenAnnotator.cpp