llvm-project/clang/test/Misc
Aditya Kumar 0f00aa502d Add no_instrument_function attribute to Objective C methods as well
There are functions where we do not want function instrumentation which is why we have `__attribute__((no_instrument_function))`. Extending this functionality to disable instrumentation for Objective-C methods as well. Objective C methods like `+load` run premain and having instrumentation on them causes runtime errors depending on the implementation of `__cyg_profile_func_enter` etc. functions

Reviewed By: rjmccall, aaron.ballman

Differential Revision: https://reviews.llvm.org/D111286
2021-10-08 17:54:44 -07:00
..
Inputs Fixed dia file 2019-11-09 18:31:17 +01:00
amdgcn.languageOptsOpenCL.cl [OpenCL] Add clang extension for bit-fields. 2021-05-24 12:42:17 +01:00
attr-source-range.cpp
backend-optimization-failure-nodbg.cpp [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. 2018-12-12 17:32:52 +00:00
backend-optimization-failure.cpp [Unroll/UnrollAndJam/Vectorizer/Distribute] Add followup loop attributes. 2018-12-12 17:32:52 +00:00
backend-resource-limit-diagnostics.cl Make DiagnosticInfoResourceLimit's limit param required 2021-09-21 15:27:58 -07:00
backend-stack-frame-diagnostics-attributes.cpp [clang] Don't generate warn-stack-size when the warning is ignored 2021-08-25 14:58:45 +08:00
backend-stack-frame-diagnostics-fallback.cpp [clang] Don't use the AST to display backend diagnostics 2021-10-04 14:14:32 -07:00
backend-stack-frame-diagnostics.cpp [clang] Don't use the AST to display backend diagnostics 2021-10-04 14:14:32 -07:00
caret-diags-macros.c
caret-diags-multiline.cpp
caret-diags-scratch-buffer.c
cc1as-asm-debug.s [DWARF] Make -g with empty assembler source work better. 2019-03-01 20:58:04 +00:00
cc1as-asm.s
cc1as-compress.s [Driver] Clean up -gz & --compress-debug-sections 2020-10-19 23:06:33 -07:00
cc1as-debug-format.s [Driver] Support -gdwarf64 for assembly files 2021-02-17 17:03:34 +07:00
cc1as-split-dwarf.s [Clang] Rename -split-dwarf-file to -split-dwarf-output 2019-06-15 14:07:43 +00:00
clear-ast-before-backend.c [clang] Add option to clear AST memory before running LLVM passes 2021-10-06 13:42:22 -07:00
dev-fd-fs.c Basic: Support named pipes natively in SourceManager and FileManager 2020-12-23 14:57:41 -08:00
diag-aka-types.cpp [AST] Print a<b<c>> without extra spaces in C++11 or later. 2020-03-26 09:53:54 +01:00
diag-format.c [clang-cl] Remove the /fallback option 2021-02-04 10:33:16 +01:00
diag-greatergreater.cpp
diag-inline-namespace.cpp Fix assertion when generating diagnostic for inline namespaces 2021-08-20 09:50:24 -04:00
diag-line-wrapping.cpp [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00
diag-macro-backtrace.c
diag-macro-backtrace2.c [test] Use %clang_cc1 instead of %clang -cc1 2019-09-27 05:37:06 +00:00
diag-mapping.c
diag-mapping2.c
diag-null-bytes-in-line.cpp
diag-presumed.c
diag-special-chars.c
diag-template-diffing-color.cpp
diag-template-diffing-cxx98.cpp
diag-template-diffing.cpp Simplify testcase from c411c1b 2021-08-17 12:38:23 -07:00
diag-template.cpp Fully qualify template template parameters when printing 2021-09-02 15:04:34 -07:00
diag-trailing-null-bytes.cpp
diag-verify.cpp
diagnostic-crash.cpp
driver-verify.c [test] Use %clang_cc1 instead of %clang -cc1 2019-09-27 05:37:06 +00:00
emit-html-insert.c
emit-html.c
error-limit-multiple-notes.cpp
error-limit.c
explicit.cpp [clang]: Remove assertion which checks explicit declaration 2020-08-20 18:15:43 -07:00
find-diagnostic-id.c
freebsd-arm-size_t.c
include-stack-for-note-flag.cpp
inline-asm-clobber-warning.c [llvm][AsmPrinter] Restore source location to register clobber warning 2021-05-14 08:22:57 +00:00
integer-literal-printing.cpp Consistent spelling in diagnostics: {l,r}value instead of {l,r}-value 2020-11-15 18:05:11 +01:00
interpreter.c Revert "Reland "[clang-repl] Re-implement clang-interpreter as a test case."" 2021-10-08 17:43:23 -07:00
languageOptsOpenCL.cl
loop-opt-setup.c [NFC] Specify C11 in loop-opt-setup.c 2021-01-08 12:15:26 -08:00
macro-backtrace.c
message-length.c [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00
no-warn-in-system-macro.c Fix isInSystemMacro in presence of macro and pasted token 2019-05-16 12:40:00 +00:00
no-warn-in-system-macro.c.inc Fix isInSystemMacro to handle pasted macros 2019-02-01 06:11:44 +00:00
nvptx.languageOptsOpenCL.cl [OpenCL] Add clang extension for bit-fields. 2021-05-24 12:42:17 +01:00
nvptx.unsupported_core.cl [OpenCL] Introduce new method for validating OpenCL target 2021-04-28 16:00:02 +03:00
opencl-c-3.0.incorrect_options.cl [OpenCL] Supports optional writing to 3d images in C++ for OpenCL 2021 2021-09-20 10:07:38 +01:00
pr32207.c [PM] Show the pass argument in pre/post-pass IR dumps 2021-02-25 14:02:00 -08:00
pragma-attribute-cxx.cpp [NFC] Remove string parameter of annotation attribute from AST childs. 2020-11-09 16:39:59 +01:00
pragma-attribute-objc.m [NFC] Remove string parameter of annotation attribute from AST childs. 2020-11-09 16:39:59 +01:00
pragma-attribute-strict-subjects.c
pragma-attribute-supported-attributes-list.test Add no_instrument_function attribute to Objective C methods as well 2021-10-08 17:54:44 -07:00
predefines.c
printer.c [NewPM] Cleanup IR printing instrumentation 2021-04-15 09:50:55 -07:00
r600.languageOptsOpenCL.cl [OpenCL] Add clang extension for bit-fields. 2021-05-24 12:42:17 +01:00
r600.unsupported_core.cl [OpenCL] Introduce new method for validating OpenCL target 2021-04-28 16:00:02 +03:00
reduced-diags-macros-backtrace.cpp
reduced-diags-macros.cpp
remap-file.c
serialized-diags-bcanalyzer.c
serialized-diags-driver.c [clang][codegen] Set CurLinkModule in CodeGenAction::ExecuteAction 2021-08-24 21:25:49 +00:00
serialized-diags-empty-filename.c Make test runnable on read-only file systems. 2021-04-14 13:29:51 -07:00
serialized-diags-frontend.c
serialized-diags-no-category.c
serialized-diags-no-issue.c
serialized-diags-really-long-text.cpp
serialized-diags-single-issue.c
serialized-diags-stable.c Fixed dia file 2019-11-09 18:31:17 +01:00
serialized-diags.c Use getLocation() in "too few/too many arguments" diagnostic 2020-02-18 11:23:17 -05:00
serialized-diags.h
serialized-diags.m
show-diag-options.c [Driver] Flip the CC1 default of -fdiagnostics-show-option 2020-03-31 21:59:27 -07:00
tabstop.c
target-invalid-cpu-note.c [NFC] Use CHECK-NEXT instead of CHECK-SAME in target-invalid-cpu-note.c 2021-10-08 22:07:40 +08:00
target-parser.c
time-passes.c [test] Fix Misc/time-passes.c 2020-12-09 17:17:28 -08:00
unnecessary-elipses.cpp [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00
unprintable.c [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00
verify.c
warn-in-system-header.c
warn-in-system-header.h
warn-in-system-macro-def.c Fix some tests I broke in r354190 2019-02-16 01:51:19 +00:00
warn-in-system-macro-def.c.inc Fix isInSystemMacro to handle pasted macros 2019-02-01 06:11:44 +00:00
warn-sysheader.cpp
warning-flags-enabled.c
warning-flags-tree.c
warning-flags.c Make wide multi-character character literals ill-formed 2021-08-20 11:10:53 -04:00
warning-wall.c Reland "[Clang] Extend -Wbool-operation to warn about bitwise and of bools with side effects" 2021-10-03 13:05:09 +02:00
win32-macho.c [Driver] Set the default win32-macho debug format to DWARF 2019-07-22 21:46:45 +00:00
working-directory.c
wrong-encoding.c
wrong-encoding2.c [Driver] Don't pass -fmessage-length=0 to CC1 2020-03-31 17:12:08 -07:00