Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
3391 | It would be nice if you could clarify how this differs from the storage duration. This is a bit confusing because we already have hasStaticStorageDuration() for variables. |
cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h | ||
---|---|---|
3391 | Good point! Will make a follow-up patch to do it. |
It would be nice if you could clarify how this differs from the storage duration. This is a bit confusing because we already have hasStaticStorageDuration() for variables.