llvm-project/clang/lib/APINotes
Yang Fan a8219991d0
[clang][APINotes] Fix -Wunused-function warning (NFC)
GCC warning:
```
/llvm-project/clang/lib/APINotes/APINotesYAMLCompiler.cpp:574:23: warning: ‘void {anonymous}::Module::dump()’ defined but not used [-Wunused-function]
  574 | LLVM_DUMP_METHOD void Module::dump() {
      |                       ^~~~~~
```
2021-04-01 09:52:43 +08:00
..
APINotesFormat.h APINotes: add bitcode format schema definitions 2020-12-08 21:15:41 +00:00
APINotesTypes.cpp APINotes: annotate dump methods (NFC) 2021-01-08 20:49:28 +00:00
APINotesYAMLCompiler.cpp [clang][APINotes] Fix -Wunused-function warning (NFC) 2021-04-01 09:52:43 +08:00
CMakeLists.txt