This website works better with JavaScript.
Explore
Register
Sign In
kernel
/
git
mirror of
https://git.kernel.org/pub/scm/git/git.git
Watch
1
Star
0
Fork
You've already forked git
0
Code
Releases
Activity
58795
Commits
6
Branches
36
Tags
131 MiB
Tree:
af6b65d45e
git
/
t
/
t4018
/
cpp-class-destructor
5 lines
31 B
Raw
Normal View
History
Unescape
Escape
t4018: test cases showing that the cpp pattern misses many anchor points Most of the tests show C++ code, but there is also a union definition and a GNU style function definition that are not recognized. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
11 years ago
RIGHT::~RIGHT()
{
ChangeMe;
}