[PATCH] D52159: [Lexer] Add xray_instrument feature

2018-09-16 Thread Petr Hosek via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rC342358: [Lexer] Add xray_instrument feature (authored by phosek, committed by ). Changed prior to commit: https://reviews.llvm.org/D52159?vs=165705&id=165712#toc Repository: rC Clang https://reviews

[PATCH] D52159: [Lexer] Add xray_instrument feature

2018-09-16 Thread Petr Hosek via Phabricator via cfe-commits
phosek updated this revision to Diff 165705. phosek edited the summary of this revision. Herald added a subscriber: cfe-commits. Repository: rC Clang https://reviews.llvm.org/D52159 Files: clang/include/clang/Basic/Features.def clang/test/Lexer/has_feature_xray_instrument.cpp Index: clan