So we can match sizeof expressions more accurately than with UnexposedExpr
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D18081
Make sizeof and alignof a CXCursor_UnaryExpr ClosedPublic Authored by ogoffart on Mar 11 2016, 2:42 AM.
Details Summary So we can match sizeof expressions more accurately than with UnexposedExpr
Diff Detail
Event Timelineogoffart updated this object. This revision is now accepted and ready to land.Jun 9 2016, 6:24 AM Closed by commit rL272274: Make sizeof and alignof a CXCursor_UnaryExpr (authored by ogoffart). · Explain WhyJun 9 2016, 9:22 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 60187 cfe/trunk/include/clang-c/Index.h
cfe/trunk/test/Index/annotate-tokens.c
cfe/trunk/tools/libclang/CXCursor.cpp
|