NoQ accepted this revision.
NoQ added a comment.

Thanks, this looks great!



================
Comment at: lib/Frontend/CompilerInvocation.cpp:363
+      A->claim();
       Opts.Config[key] = val;
     }
----------------
Maybe we can eventually turn this into an array and address by index that's 
auto-generated from the options table.

But that's pretty unimportant; even though we can query options pretty often, i 
don't think they are a performance bottleneck.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D53280/new/

https://reviews.llvm.org/D53280



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to