]> granicus.if.org Git - clang/commit
Clean up the RebuildUnknownAnyExpr visitor in SemaExpr.cpp. Mainly swapped around...
authorRichard Trieu <rtrieu@google.com>
Fri, 9 Sep 2011 03:59:41 +0000 (03:59 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 9 Sep 2011 03:59:41 +0000 (03:59 +0000)
commit5e4c80b43fae03bc56b68fe08089e6cffe9ba6fc
tree21662234a8184ca30b3763b98807bd8ea473481c
parent90ab75b5ad328d2b155ec83fd4e80cd0f7af5729
Clean up the RebuildUnknownAnyExpr visitor in SemaExpr.cpp.  Mainly swapped around variable names so that this visitor be more like other visitors in clang.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139351 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp