llvm-capstone/clang/test/ExtractAPI
Erick Velez e81744563a [clang][ExtractAPI] Fix bool spelling coming from the macro definition.
getFragmentsForType resulted in a bool typeIdentifier fragment to be spelled "_Bool".
This fixes the spelling to be "bool" and checks it in C and C++.

Reviewed By: dang

Differential Revision: https://reviews.llvm.org/D158474
2023-08-22 15:00:14 -07:00
..
emit-symbol-graph [clang][ExtractAPI] Add --emit-symbol-graph option 2023-07-03 17:32:30 +05:30
anonymous_record_no_typedef.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
availability.c [clang][ExtractAPI] Add semicolon to function declaration fragments 2023-05-04 11:46:43 -07:00
bool.c [clang][ExtractAPI] Fix bool spelling coming from the macro definition. 2023-08-22 15:00:14 -07:00
bool.cpp [clang][ExtractAPI] Fix bool spelling coming from the macro definition. 2023-08-22 15:00:14 -07:00
class_template_param_inheritance.cpp [clang][ExtractAPI] Add support for C++ class templates and concepts 2023-08-18 13:40:22 -07:00
class_template_partial_spec.cpp [clang][ExtractAPI] Add support for C++ class templates and concepts 2023-08-18 13:40:22 -07:00
class_template_spec.cpp [clang][ExtractAPI] Add support for C++ class templates and concepts 2023-08-18 13:40:22 -07:00
class_template.cpp [clang][ExtractAPI] Add support for C++ class templates and concepts 2023-08-18 13:40:22 -07:00
class.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
concept.cpp [clang][ExtractAPI] Add support for C++ class templates and concepts 2023-08-18 13:40:22 -07:00
constructor_destructor.cpp [clang][ExtractAPI] Refactor C++ method and field visitation 2023-08-21 10:38:01 -07:00
conversions.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
enum.c [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
field_template.cpp [clang][ExtractAPI] Add support for C++ member templates 2023-08-21 10:17:58 -07:00
function_noexcepts.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
global_func_template_spec.cpp [clang][ExtractAPI] Add support for C++ global function templates 2023-08-18 17:42:05 -07:00
global_func_template.cpp [clang][ExtractAPI] Add support for C++ global function templates 2023-08-18 17:42:05 -07:00
global_record_multifile.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
global_record.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
global_var_template_partial_spec.cpp [clang][ExtractAPI] Add support for C++ variable templates 2023-08-18 13:57:02 -07:00
global_var_template_spec.cpp [clang][ExtractAPI] Add support for C++ variable templates 2023-08-18 13:57:02 -07:00
global_var_template.cpp [clang][ExtractAPI] Add support for C++ variable templates 2023-08-18 13:57:02 -07:00
ignored-symbols-multifile.c [clang][ExtractAPI] Add multiple file support to --extract-api-ignores 2023-03-13 18:05:16 +05:30
ignored-symbols.c
known_files_only.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
language.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
macro_undefined.c [clang][ExtractAPI] Add semicolon to function declaration fragments 2023-05-04 11:46:43 -07:00
macros.c
method_template_spec.cpp [clang][ExtractAPI] Visit method templates with better scheme 2023-08-21 09:05:57 -07:00
method_template.cpp [clang][ExtractAPI] Visit method templates with better scheme 2023-08-21 09:05:57 -07:00
methods.cpp [clang][ExtractAPI] Refactor C++ method and field visitation 2023-08-21 10:38:01 -07:00
multiple_inheritance.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
namespace.cpp [clang][ExtractAPI] Add support for namespaces 2023-08-22 09:56:34 -07:00
nested_namespaces.cpp [clang][ExtractAPI] Add support for namespaces 2023-08-22 09:56:34 -07:00
objc_category.m [ExtractAPI] Remove extra attributes in property declaration fragments 2023-04-04 10:00:34 -07:00
objc_id_protocol.m [ExtractAPI] Remove extra attributes in property declaration fragments 2023-04-04 10:00:34 -07:00
objc_instancetype.m [clang][ExtractAPI]Fix Declaration fragments for instancetype in the type position degrade to id 2023-03-23 15:10:27 -07:00
objc_interface.m [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
objc_module_category.m [clang][ExtractAPI] Add support for Objective-C categories 2023-08-15 10:34:21 -05:00
objc_property.m [ExtractAPI] Remove extra attributes in property declaration fragments 2023-04-04 10:00:34 -07:00
objc_protocol.m
objc_various_categories.m [clang][ExtractAPI] Add support for Objective-C categories 2023-08-15 10:34:21 -05:00
operator_overload.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
relative_include.m [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
simple_inheritance.cpp [clang][ExtractAPI] Add support for C++ classes with fix 2023-08-04 07:19:24 -07:00
struct.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
typedef_anonymous_record.c [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
typedef_chain.c [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
typedef_struct_enum.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00
typedef.c [clang][ExtractAPI] Add semicolons for enum, typedef, struct declaration fragments 2023-03-20 15:43:00 +00:00
underscored.c [clang][ExtractAPI] Add semicolons to vars and fields and to test reference JSON 2023-07-31 23:29:04 -07:00