llvm-project/clang-tools-extra/clang-doc
Petr Hosek ea50901aa9 [clang-doc] Default to Standalone executor and improve documentation
This should provide a more intuitive usage consistent with other tools.

Differential Revision: https://reviews.llvm.org/D130226
2022-08-04 17:43:16 +00:00
..
assets
tool [clang-doc] Default to Standalone executor and improve documentation 2022-08-04 17:43:16 +00:00
BitcodeReader.cpp [clang-doc] Pass Record argument by const-ref. NFCI. 2021-09-24 10:06:13 +01:00
BitcodeReader.h
BitcodeWriter.cpp Don't use Optional::getValue (NFC) 2022-06-20 23:35:53 -07:00
BitcodeWriter.h
CMakeLists.txt
ClangDoc.cpp
ClangDoc.h fix typos in comments 2021-11-29 14:06:33 +01:00
Generators.cpp
Generators.h
HTMLGenerator.cpp Use value instead of getValue (NFC) 2022-07-15 20:03:13 -07:00
MDGenerator.cpp Don't use Optional::getValue (NFC) 2022-06-20 23:35:53 -07:00
Mapper.cpp [clang-tools-extra] Remove unused using (NFC) 2021-12-31 10:51:10 -08:00
Mapper.h
Representation.cpp [clang-doc] Add check for pointer validity 2022-07-22 17:36:30 +00:00
Representation.h
Serialize.cpp [clang-doc] populateParentNamespaces - use cast<> instead of dyn_cast<> to avoid dereference of nullptr 2022-02-12 11:28:50 +00:00
Serialize.h
YAMLGenerator.cpp