llvm-project/clang/test
Mehdi Amini dc9bf8fab6 Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks
Instead of always displaying the mangled name, try to do better
and get something closer to regular functions.

Recommit r287039 (that was reverted in r287039) with a tweak to
be more generic, and test fixes!

Differential Revision: https://reviews.llvm.org/D26522

llvm-svn: 287085
2016-11-16 07:07:28 +00:00
..
ARCMT [test/objcmt] Add a follow-up test case for r275600. 2016-07-15 20:40:24 +00:00
ASTMerge Updated ASTMerge/macro.m to use _Nullable. 2016-11-07 21:10:31 +00:00
Analysis [analyzer] Add check for when block is called with too few arguments. 2016-11-15 18:40:46 +00:00
CXX PR23281: Fix implementation of DR1891 to implement the intent: that is, a 2016-11-16 00:03:24 +00:00
CodeCompletion Fix heuristics skipping invalid ctor-initializers with C++11 2016-11-03 07:36:17 +00:00
CodeGen Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks 2016-11-16 07:07:28 +00:00
CodeGenCUDA [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h. 2016-10-08 22:16:08 +00:00
CodeGenCXX Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks 2016-11-16 07:07:28 +00:00
CodeGenCoroutines [coroutines] Add allocation and deallocation substatements. 2016-10-27 16:28:31 +00:00
CodeGenObjC Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks 2016-11-16 07:07:28 +00:00
CodeGenObjCXX DebugInfo: pass alignment value only if it was forced 2016-10-20 00:13:19 +00:00
CodeGenOpenCL [AMDGPU] Add wave barrier builtin 2016-11-15 18:58:03 +00:00
Coverage Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
CoverageMapping [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Driver [Driver] Infer the correct option to ld64 for -fembed-bitcode 2016-11-16 06:06:44 +00:00
FixIt Warn when 'assume_nonnull' infers nullability within an array. 2016-11-10 23:28:30 +00:00
Format Make clang-format remove duplicate headers when sorting #includes. 2016-08-10 09:32:23 +00:00
Frontend [clang] Limit clang test to ARM and AArch64 only 2016-10-23 00:53:03 +00:00
Headers [OpenCL] Remove redundant test for OpenCL header file 2016-11-07 15:55:51 +00:00
Index [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgumentAsType to other kind of specializations. 2016-11-15 20:51:46 +00:00
Integration
Layout [MS ABI] Implement __declspec(empty_bases) and __declspec(layout_version) 2016-05-23 17:16:12 +00:00
Lexer Mark aligned allocation as done. 2016-10-10 06:55:42 +00:00
Misc [test] Remove implicit deps on libLTO.dylib on Darwin (NFC) 2016-11-10 22:31:06 +00:00
Modules [modules] Mark deleted functions as implicitly inline to allow merging 2016-10-31 23:07:15 +00:00
OpenMP Revert "[OPENMP] Fixed codegen for 'omp cancel' construct." 2016-11-16 01:01:22 +00:00
PCH Remove 24 instances of 'REQUIRES: shell' 2016-10-20 23:11:45 +00:00
Parser Accept nullability qualifiers on array parameters. 2016-11-10 23:28:17 +00:00
Preprocessor Add a new optimization option -Og 2016-11-11 17:29:56 +00:00
Profile [Coverage] Support for C++17 if initializers 2016-10-14 23:38:16 +00:00
Rewriter
Sema Remove some false positives when taking the address of packed members 2016-11-14 08:53:27 +00:00
SemaCUDA [CUDA] Use only the GVALinkage on function definitions. 2016-11-08 23:45:51 +00:00
SemaCXX Improve handling of __FUNCTION__ and other predefined expression for Objective-C Blocks 2016-11-16 07:07:28 +00:00
SemaObjC Accept nullability qualifiers on array parameters. 2016-11-10 23:28:17 +00:00
SemaObjCXX Don't require nullability on 'va_list'. 2016-11-10 23:28:34 +00:00
SemaOpenCL Fix OpenCL test for buildbot by removing extra (erroneous) RUN line 2016-11-14 18:11:09 +00:00
SemaTemplate Make output of -ast-print a valid C++ code. 2016-11-10 08:49:37 +00:00
TableGen
Tooling
Unit
VFS Don't diagnose non-modular includes when we are not compiling a module. 2016-08-26 17:16:46 +00:00
.clang-format
CMakeLists.txt [test] Fix detecting LLVM zlib support in stand-alone builds 2016-11-01 20:31:52 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg [test] Correctly include build llvm_shlib_dir in stand-alone builds 2016-11-15 12:54:10 +00:00
lit.site.cfg.in XFAIL Driver/darwin-stdlib.cpp if CLANG_DEFAULT_CXX_STDLIB is set 2016-09-29 07:43:08 +00:00
make_test_dirs.pl