Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Kitware
GitHub Repository: Kitware/CMake
Path: blob/master/Utilities/ast-grep/rule-tests/rm-cmdbg-macros.yml
3152 views
1
---
2
id: rm-cmdbg-macros
3
valid:
4
- CM_DBG;
5
- macro(expr);
6
invalid:
7
- CM_DBG(arg);
8
- f(CM_DBG(arg));
9
- b = a + CM_DBG(arg);
10
- a = CM_DBG(arg);
11
12