This is an archive of the discontinued LLVM Phabricator instance.

Store Errors inside ClangTidyContext instead of just pointer to an external array. This simplifies usage of ClangTidyContext a bit and seems to be more consistent.
ClosedPublic

Authored by alexfh on May 8 2014, 5:20 PM.

Diff Detail

Event Timeline

alexfh updated this revision to Diff 9235.May 8 2014, 5:20 PM
alexfh retitled this revision from to Store Errors inside ClangTidyContext instead of just pointer to an external array. This simplifies usage of ClangTidyContext a bit and seems to be more consistent..
alexfh updated this object.
alexfh edited the test plan for this revision. (Show Details)
alexfh added a reviewer: klimek.
alexfh added a subscriber: Unknown Object (MLST).
klimek accepted this revision.May 9 2014, 4:59 AM
klimek edited edge metadata.

LG. I think those changes have very small benefits (and I could argue both directions for each of them). I like what you propose slightly better, though.

This revision is now accepted and ready to land.May 9 2014, 4:59 AM
alexfh closed this revision.May 9 2014, 5:31 AM