MythreyaK wrote:

I tested these locally and seems to work as expected. Please do double-check, 
just in case I missed something!

|  config  |   cli      |    outcome     |
|----------|------------|----------------|
|  IWYU    |  iwyu      |  inserted      |
|  IWYU    |  never     |  not inserted  |
|  Never   |  iwyu      |  inserted      |
|  Never   |  never     |  not inserted  |
|  Never   |  [no opt]  |  not inserted  |
|  IWYU    |  [no opt]  |  inserted      |
| [no opt] |  iwyu      |  inserted      |
| [no opt] |  never     |  not inserted  |
| [no opt] |  [no opt]  |  inserted      |




https://github.com/llvm/llvm-project/pull/146235
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to