This is an archive of the discontinued LLVM Phabricator instance.

Remove some clang references from API.
AbandonedPublic

Authored by brucem on Sep 17 2015, 8:09 PM.

Details

Reviewers
clayborg
Summary

Remove an unused include and 'using namespace clang' declarations.

Also, rename a CompilerType variable to not have 'clang' in the name.

Diff Detail

Event Timeline

brucem updated this revision to Diff 35057.Sep 17 2015, 8:09 PM
brucem retitled this revision from to Remove some clang references from API..
brucem updated this object.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
brucem abandoned this revision.Sep 17 2015, 9:16 PM

Abandoning this one as I'd rather do a lot more of the clang inclusion reduction separately.