Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
prepare-ChangeLog doesn't handle templates properly
https://bugs.webkit.org/show_bug.cgi?id=125853 Patch by Dániel Bátyai <dbatyai.u-szeged@partner.samsung.com> on 2013-12-18 Reviewed by Daniel Bates. * Scripts/prepare-ChangeLog: (get_function_line_ranges_for_cpp): * Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests-expected.txt: * Scripts/webkitperl/prepare-ChangeLog_unittest/resources/cpp_unittests.cpp: (Class110<TemplateClass>::func36): Canonical link: https://commits.webkit.org/143918@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@160769 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
ec6694b
commit a77824fb297990f6988f601b2189d7ac866e7df1
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -217,5 +217,10 @@ | ||
'320', | ||
'Class108::func35' | ||
], | ||
[ | ||
'391', | ||
'393', | ||
'Class110<TemplateClass>::func36' | ||
] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -387,3 +387,7 @@ class Class109 { | ||
}; | ||
|
||
}; | ||
|
||
void Class110<TemplateClass>::func36() | ||
{ | ||
} |