This is an archive of the discontinued LLVM Phabricator instance.

[clang][lex] Pass hash location to more PPCallbacks methods
Needs ReviewPublic

Authored by KyleFromKitware on Jan 17 2023, 12:27 PM.

Details

Diff Detail

Event Timeline

KyleFromKitware created this object with edit policy "KyleFromKitware (Kyle Edwards)".
KyleFromKitware requested review of this revision.Jan 17 2023, 12:27 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: cfe-commits. · View Herald Transcript
KyleFromKitware removed a project: Restricted Project.Jan 17 2023, 2:11 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 17 2023, 2:11 PM

WIP - currently updating the tests for pp-trace and in the process debugging an issue with the location of the #endif hash.

Added Introducer parameter to Pragma callbacks.

dang added a comment.Jan 24 2023, 6:32 AM

LGTM for the ExtractAPI changes.

Rebased onto main for D141000.

KyleFromKitware changed the edit policy from "KyleFromKitware (Kyle Edwards)" to "All Users".Jan 27 2023, 8:53 AM