ccls/tests/constructors/destructor.cc

13 lines
372 B
C++
Raw Normal View History

2017-02-20 00:56:56 +00:00
// TODO: Support destructors.
// - check if variable is a pointer. if so, do *not* insert dtor
// - check if variable is normal type. if so, insert dtor
// - scan for statements that look like dtors in function def handler
// - figure out some way to support w/ unique_ptrs?
2017-02-19 08:49:19 +00:00
/*
OUTPUT:
{
"types": [],
"functions": [],
"variables": []
}
*/