Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
655 | Is it possible to check that we imported four fold expressions and maybe also check the operator of each one? |
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
655 | Added more exact checks. |
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
642–649 | It would make sense, CXXFoldExpr could be needed by other users. |
clang/unittests/AST/ASTImporterTest.cpp | ||
---|---|---|
642–649 | But I plan to commit this as is, there are other matchers in this file that could be put into ASTMatchers.h, it should be checked why these are not there and which ones to put into the header. |
Could you please address the Lint messages? Making it auto * has sense.