hanchenye-llvm-project/clang/test
Manman Ren d36f7d5a9a Class Property: create accessors (class methods) for class property.
Change a few places where we assume property accessors can only be instance
methods.

rdar://23891898

llvm-svn: 258980
2016-01-27 20:10:32 +00:00
..
ARCMT Define weak and __weak to mean ARC-style weak references, even in MRC. 2015-10-22 18:38:17 +00:00
ASTMerge Update tests touched by r249656 2015-10-08 06:31:22 +00:00
Analysis [analyzer] ObjCDeallocChecker: Only operate on classes with retained properties. 2016-01-27 01:41:58 +00:00
CXX PR26048, PR26050: put non-type template parameters and indirect field decls 2016-01-06 22:49:11 +00:00
CodeCompletion
CodeGen Add backend dignostic printer for unsupported features 2016-01-27 17:30:28 +00:00
CodeGenCUDA [CUDA] Don't generate aliases for static extern "C" functions. 2016-01-25 22:36:37 +00:00
CodeGenCXX [WinEH] Annotate calls to __RTtypeid with a funclet bundle 2016-01-26 23:14:47 +00:00
CodeGenObjC Emit calls to objc_unsafeClaimAutoreleasedReturnValue when 2016-01-27 18:32:30 +00:00
CodeGenObjCXX Reapply "[CodeGen] Fix assignments of inline layouts into the byref structure" 2015-12-21 20:21:15 +00:00
CodeGenOpenCL AMDGPU: Add amdgcn cube builtins 2016-01-26 06:37:54 +00:00
Coverage Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
CoverageMapping [PGO] Cleanup: Use covmap header definition in the template file 2016-01-03 19:25:54 +00:00
Driver ARMv7k: select ABI based on v7k Arch rather than watchos OS. 2016-01-27 19:32:40 +00:00
FixIt [Lit Test] Updated 26 Lit tests to be C++11 compatible. 2015-11-11 19:34:47 +00:00
Format Fix clang-format test. I believe that the new behavior is better. 2015-11-23 08:50:52 +00:00
Frontend Add backend dignostic printer for unsupported features 2016-01-27 17:30:28 +00:00
Headers
Index [libclang] Introduce APIs for evaluating a cursor and checking if a macro is builtin/function. 2016-01-16 00:20:02 +00:00
Integration
Layout [MS] Fix for bug 25013 - #pragma vtordisp is unknown inside functions, by Denis Zobnin. 2015-11-20 07:02:57 +00:00
Lexer Add -Wexpansion-to-undefined: warn when using `defined` in a macro definition. 2016-01-19 15:15:31 +00:00
Misc Add backend dignostic printer for unsupported features 2016-01-27 17:30:28 +00:00
Modules Module Debugging: Canonicalize the file names used as PCH module names 2016-01-22 23:30:56 +00:00
OpenMP [OpenMP] Parsing + sema for target parallel directive. 2016-01-26 18:48:41 +00:00
PCH [OpenCL] Pipe type support 2016-01-09 12:53:17 +00:00
Parser Class Property: parse property attribute (class). 2016-01-26 18:52:43 +00:00
Preprocessor Adding a test for PR25717. 2016-01-27 02:18:28 +00:00
Profile Clang changes for value profiling 2016-01-23 22:50:44 +00:00
Rewriter Stop messing with the 'g' group of options in CompilerInvocation. 2015-10-08 04:24:12 +00:00
Sema Fix printing of types in initializers with suppressed tags. 2016-01-25 10:34:06 +00:00
SemaCUDA [CUDA] Add -fcuda-allow-variadic-functions. 2016-01-26 17:47:20 +00:00
SemaCXX Fix -Wnull-conversion for long macros. 2016-01-26 02:51:55 +00:00
SemaObjC Class Property: create accessors (class methods) for class property. 2016-01-27 20:10:32 +00:00
SemaObjCXX Allow pseudo-destructor calls on forward-declared Objective-C class pointers. 2015-12-14 19:12:54 +00:00
SemaOpenCL Recommit: R258773 [OpenCL] Pipe builtin functions 2016-01-26 04:03:48 +00:00
SemaTemplate Fix PR26134: When substituting into default template arguments, keep CurContext unchanged. 2016-01-19 03:58:55 +00:00
TableGen
Tooling int function without a return statement is invalid C++. 2015-11-27 18:10:49 +00:00
Unit
VFS [VFS] Fix status() of opened redirected file 2015-12-10 23:41:39 +00:00
.clang-format
CMakeLists.txt [ThinLTO] Option to invoke ThinLTO backend passes and importing 2015-12-07 19:21:34 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Adding a test for PR25717. 2016-01-27 02:18:28 +00:00
lit.site.cfg.in
make_test_dirs.pl