llvm-project/clang/lib/APINotes
Yang Fan 3f7f7f1615
[clang][APINotes] Fix gcc Wunused-function warning (NFC)
GCC warning:
```
/llvm-project/clang/lib/APINotes/APINotesYAMLCompiler.cpp:574:6: warning: ‘void {anonymous}::Module::dump()’ defined but not used [-Wunused-function]
  574 | void Module::dump() {
      |      ^~~~~~
```
2021-03-10 11:47:00 +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 gcc Wunused-function warning (NFC) 2021-03-10 11:47:00 +08:00
CMakeLists.txt