summaryrefslogtreecommitdiff
path: root/test/SemaTemplate
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-02-02 15:28:46 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-02-02 15:28:46 +0000
commit096b70c87d7f7c461aedd662a24dd83760a6273f (patch)
tree4d5b8d23d5156c56cd2e64a91b03d4ba4c874f28 /test/SemaTemplate
parent930a25a7beeaf7786b2574e5113af9d92c42feaa (diff)
downloadclang-096b70c87d7f7c461aedd662a24dd83760a6273f.tar.gz
Report a correct end location for nameless parameters.
Ranges before: void test(void (*)(int), int, float); ~~~~~~~~~~~~~ ~~~~ ~~~~~~ Ranges after: void test(void (*)(int), int, float); ~~~~~~~~~~~~~ ~~~ ~~~~~ This does not change the actual location of the ParmVarDecl, it still points to the location where the name would be. PR17970. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@200640 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/SemaTemplate')
0 files changed, 0 insertions, 0 deletions