This is useful for e.g. highlighting purposes in an IDE.
Details
Details
- Reviewers
bkramer arphaman klimek - Commits
- rG08ff91089c56: [libclang] Support querying whether a declaration is invalid
rG0b2f162d7178: [libclang] Support querying whether a declaration is invalid
rC321794: [libclang] Support querying whether a declaration is invalid
rL321794: [libclang] Support querying whether a declaration is invalid
rL321697: [libclang] Support querying whether a declaration is invalid
rC321697: [libclang] Support querying whether a declaration is invalid
Diff Detail
Diff Detail
- Build Status
Buildable 12200 Build 12200: arc lint + arc unit
Event Timeline
Comment Actions
LG
include/clang-c/Index.h | ||
---|---|---|
2622 | Perhaps add that we need to have identified it as a declaration, and that it'll return 0 when we didn't indeed identify something as a declaration :) |
Comment Actions
Rebaed and clarified the documentation only.
Please submit as I don't have the permissions.
Perhaps add that we need to have identified it as a declaration, and that it'll return 0 when we didn't indeed identify something as a declaration :)