This is an archive of the discontinued LLVM Phabricator instance.

[ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents.
ClosedPublic

Authored by hokein on Sep 26 2016, 10:04 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

hokein updated this revision to Diff 72510.Sep 26 2016, 10:04 AM
hokein retitled this revision from to [ASTMatcher] Clarify isStaticStorageClass and hasStaticStorageDuration documents..
hokein updated this object.
hokein added a reviewer: aaron.ballman.
hokein added a subscriber: cfe-commits.
aaron.ballman accepted this revision.Sep 26 2016, 10:08 AM
aaron.ballman edited edge metadata.

LGTM, thank you for the clarifications!

include/clang/ASTMatchers/ASTMatchers.h
3395 ↗(On Diff #72510)

Might as well correct "key word" to be "keyword" instead, as a drive-by fix.

This revision is now accepted and ready to land.Sep 26 2016, 10:08 AM
hokein updated this revision to Diff 72608.Sep 27 2016, 12:49 AM
hokein edited edge metadata.

Address review comments

This revision was automatically updated to reflect the committed changes.
hokein marked an inline comment as done.