Details
Diff Detail
Event Timeline
test/Import/cxx-noexcept-expr/test.cpp | ||
---|---|---|
1 | Can we add a line/comment to explain what this test does? Same for the input files. |
test/Import/cxx-noexcept-expr/test.cpp | ||
---|---|---|
1 | Well all the 'Import/<node-name>' tests just try importing the respective AST node type and run checks on the node after importing. But we probably should reorganize the test/Import folder in the future, so then we can better document that the tests in the respective 'node-types` folder or so are supposed to do just this kind of check. |
Can we add a line/comment to explain what this test does? Same for the input files.