llvm-capstone/clang/test/FixIt
v1nh1shungry b3faa1a87a Fix zero-initialization fix-it for variable template
Current version there is a fix-it for

template <class> constexpr int x = 0;
template <> constexpr int x<int>; // fix-it here
but it will cause

template <> constexpr int x = 0<int>;

Differential Revision: https://reviews.llvm.org/D139705
2023-01-19 12:35:46 -05:00
..
Inputs
atomic-property.m
attr-format.c [Clang][Sema] Fix attribute((format)) bug on non-variadic functions 2022-12-06 13:08:18 -08:00
auto-fixit.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
auto-isa-fixit.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
bridge-cast-in-arc.mm
bridge-in-non-arc.m
dereference-addressof.c Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
fixit-add-synthesize-to-property.m
fixit-autoreleasepool.m
fixit-availability-maccatalyst.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-availability.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-availability.mm
fixit-c90.c
fixit-c++2a.cpp
fixit-c++11.cpp
fixit-class-method-messaging.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-const-var-init.cpp Fix zero-initialization fix-it for variable template 2023-01-19 12:35:46 -05:00
fixit-constrained-structured-binding.cpp CWG2635: Disallow constrained structured bindings. 2022-11-28 14:41:14 -08:00
fixit-cxx1y-compat.cpp
fixit-cxx11-attributes.cpp
fixit-cxx11-compat.cpp
fixit-cxx-init-order.cpp
fixit-eof-space.c
fixit-errors-1.c
fixit-errors.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-format-darwin.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-format-ios-nopedantic.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-format-ios.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-function-call.cpp Do not suggest taking the address of a const pointer to get void* 2022-11-23 18:43:06 +00:00
fixit-include.c
fixit-include.h
fixit-interface-as-param.m
fixit-large-file.cpp
fixit-missing-method-return-type.m
fixit-missing-self-in-block.m
fixit-multiple-selector-warnings.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-newline-style.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-nsstring-compare.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-nullability-declspec.cpp
fixit-objc-arc.m
fixit-objc-bridge-related-attr.m
fixit-objc-bridge-related-property.m
fixit-objc-bridge-related.m
fixit-objc-direct.m
fixit-objc-message-comma-separator.m
fixit-objc-message.m
fixit-objc-missing-method-impl.m Reland "[clang][ObjC] Add fix it for missing methods in impl" 2022-01-06 10:55:02 -05:00
fixit-objc.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-pmem.cpp
fixit-pragma-attribute.c [Clang] Support multiple attributes in a single pragma 2022-03-18 12:20:41 +00:00
fixit-pragma-attribute.cpp [Clang] Support multiple attributes in a single pragma 2022-03-18 12:20:41 +00:00
fixit-pragma-pack.c
fixit-recompile.c
fixit-recursive-block.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-static-assert.cpp
fixit-static-object-decl.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-suffix.c
fixit-typedef-instead-of-typename-typo.cpp
fixit-unicode-named-escape-sequences.c [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
fixit-unicode-with-utf8-output.c
fixit-unicode.c Implement P1949 2021-08-18 07:33:14 -04:00
fixit-uninit.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
fixit-unrecoverable.c
fixit-unrecoverable.cpp
fixit-unused-lambda-capture.cpp
fixit-vexing-parse-cxx0x.cpp
fixit-vexing-parse.cpp
fixit.c [Clang] Support case and default labels at end of compound statement 2022-09-21 19:37:22 +00:00
fixit.cpp [C++2a] P0634r3: Down with typename! 2022-09-28 09:50:19 -07:00
format-darwin.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
format-no-fixit.m
format.m [clang] trim trailing space in format tests. NFC 2022-09-01 13:30:40 +08:00
format.mm [clang] trim trailing space in format tests. NFC 2022-09-01 13:30:40 +08:00
member-mismatch.cpp [Sema] Add FixIt when a C++ out-of-line method has extra/missing const 2021-12-15 14:30:54 +01:00
messages.cpp
multiarg-selector-fixit.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
no-diagnostics-fixit-info.c
no-fixit.cpp
no-macro-fixit.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
no-typo.c
nullability.mm
objc-literals.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
property-access-fixit.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
selector-fixit.m Strengthen -Wint-conversion to default to an error 2022-07-22 15:24:54 -04:00
typo-crash.cpp
typo-crash.m
typo-location-bugs.cpp
typo-using.cpp
typo.c Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00
typo.cpp
typo.m Use functions with prototypes when appropriate; NFC 2022-02-09 17:16:10 -05:00