include-what-you-use/tests
Kim Gräsman 77e9128cba Replace all uses of RemoveElaboration with Desugar
Desugar performs the same desugaring as RemoveElaboration, and more.

This patch is a straight:

  git grep -l "RemoveElaboration" | xargs sed -i -e 's/RemoveElaboration/Desugar/'

followed by a test cleanup in badinc.cc, where Desugar sees through more sugar
than RemoveElaboration, and actually produces better results.
2022-08-31 22:16:16 +02:00
..
c Allow forward-declaration of elaborated types in type decls 2022-07-24 22:02:19 +02:00
cxx Replace all uses of RemoveElaboration with Desugar 2022-08-31 22:16:16 +02:00
driver Add exit-code command-line options 2022-02-26 12:21:26 +01:00