]> granicus.if.org Git - clang/commit
Change the TSTiterator in Template Type Diffing.
authorRichard Trieu <rtrieu@google.com>
Thu, 14 Jan 2016 23:30:12 +0000 (23:30 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 14 Jan 2016 23:30:12 +0000 (23:30 +0000)
commit5828698215466d39a165b90eeb5fcead6b43bbdf
tree01207839e3545b1e946f94eccdf337e1a3dcbc3b
parentb05834feafecd4b3f8e33d3d943c092d394036e2
Change the TSTiterator in Template Type Diffing.

Modify the TSTiterator to have two internal iterators, which will walk
the provided sugared type and the desugared type.  This will provide better
access to the template argument information.  No functional changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@257838 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/ASTDiagnostic.cpp