This is an archive of the discontinued LLVM Phabricator instance.

Patch to implement a fix for PR20000
Needs ReviewPublic

Authored by rtrieu on Mar 31 2015, 10:35 PM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

As noted in https://llvm.org/bugs/show_bug.cgi?id=20000 Clang lacks "a necessary feature for any real compiler" and this patch attempts to fix that oversight. Although the content is a little light a the moment and the code could be cleaned up a bit and integration with the diagnostics systems could be better, it shows real promise in extending Clang into this feature space. With that said, I give you the first draft of --tell-me-a-story mode for Clang.

Diff Detail

Event Timeline

rtrieu updated this revision to Diff 23028.Mar 31 2015, 10:35 PM
rtrieu retitled this revision from to Patch to implement a fix for PR20000.
rtrieu updated this object.
rtrieu edited the test plan for this revision. (Show Details)
rtrieu added a subscriber: Unknown Object (MLST).