summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/instrument-functions.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1 -emit-llvm: remove redundant -SFangrui Song
2017-11-14Try to fix the instrument-functions testsHans Wennborg
2017-11-14Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2011-05-16Fix crash on C++ code when compiling with -finstrument-functions.Ted Kremenek