[PATCH] D30388: [XRay] Add -fxray-{always, never}-instrument= flags to clang

Dean Michael Berris via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 17:43:13 PDT 2017


dberris added inline comments.


================
Comment at: include/clang/Driver/XRayArgs.h:22
+class XRayArgs {
+  std::vector<std::string> AlwaysInstrumenFiles;
+  std::vector<std::string> NeverInstrumentFiles;
----------------
rnk wrote:
> Any reason to omit the 't' in "InstrumentFiles"?
Wow, good catch -- no good reason, except for lack of a good spellcheck!


Repository:
  rL LLVM

https://reviews.llvm.org/D30388





More information about the cfe-commits mailing list