mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 23:55:08 +00:00
d6123bd861
This means we will now report function calls that happen in the global scope (previously, those would only show up for find all refs).
6 lines
60 B
C
6 lines
60 B
C
#if false
|
|
struct Parent {
|
|
virtual void foo() {}
|
|
};
|
|
#endif
|