llvm-project/clang/test
Anna Zaks c77a3b1aab Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC.
Also, fix a subtle bug, which occurred due to lookupPrivateMethod
defined in DeclObjC.h not looking up the method inside parent's
categories.

Note, the code assumes that Class's parent object has the same methods
as what's in the Root class of a the hierarchy, which is a heuristic
that might not hold for hierarchies which do not descend from NSObject.
Would be great to fix this in the future.

llvm-svn: 160885
2012-07-27 19:07:44 +00:00
..
ARCMT objc-arc: When objects with known CF semantics are assigned to 2012-07-26 23:17:04 +00:00
ASTMerge Fix crash at @implementation with a forward reference as base class. 2012-03-13 01:09:36 +00:00
Analysis [analyzer] Another false positive in Class method inlining. 2012-07-27 19:07:34 +00:00
CXX Final piece of core issue 1330: delay computing the exception specification of 2012-07-27 04:22:15 +00:00
CodeCompletion Fix an assertion failure when code completing an auto variable's initialiser. 2012-07-27 12:56:09 +00:00
CodeGen Don't use a temporary file. 2012-07-24 20:00:35 +00:00
CodeGenCUDA Replace PTX back-end with NVPTX back-end in all places where Clang cares 2012-05-24 17:43:12 +00:00
CodeGenCXX Final piece of core issue 1330: delay computing the exception specification of 2012-07-27 04:22:15 +00:00
CodeGenObjC Don't need to specify the abi as it's the default. 2012-07-20 17:42:31 +00:00
CodeGenObjCXX Don't try to do RVO on block variables that refer to an enclosing local. 2012-07-11 22:50:15 +00:00
CodeGenOpenCL Add OpenCL metadata for kernel arg names. This output is controlled via a flag as noted in the OpenCL Spec. 2012-07-11 23:02:10 +00:00
Coverage Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep 2012-07-03 20:49:52 +00:00
Driver [driver crash diagnostics] Strip -internal-isystem and -internal-externc-isystem. 2012-07-25 18:55:43 +00:00
FixIt Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" 2012-07-20 18:50:51 +00:00
Frontend Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Headers Remove the 'intrin.h' builtin header file and its tests for now. 2012-05-07 20:46:58 +00:00
Index libclang comment to HTML rendering: \result is the same as \returns 2012-07-25 17:14:58 +00:00
Lexer Allow -verify directives to be filtered by preprocessing. 2012-07-11 19:58:23 +00:00
Misc Promote warn_unknown_analyzer_checker to an error. Addresses <rdar://problem/10987863>. 2012-07-25 07:12:13 +00:00
Modules Fix a typo (the the => the) 2012-07-23 08:59:39 +00:00
PCH test/PCH/objc_stmts.m: Suppress stderr to be fed to FileCheck. 2012-07-25 11:14:11 +00:00
Parser objective-c parsing. Don't crash when selector name 2012-07-26 17:32:28 +00:00
Preprocessor Preprocessor: add __BYTE_ORDER__ predefined macro 2012-07-27 18:34:31 +00:00
Rewriter Remove dependency on string.h 2012-06-29 23:48:43 +00:00
Sema Turn -Wobjc-root-class on by default. <rdar://problem/11203649>. 2012-07-25 07:26:32 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Fix PR13394: Erasing from a vector changes the end of the vector, so make sure we always have the right end. 2012-07-27 10:21:08 +00:00
SemaObjC Consolidate ObjC lookupPrivateMethod methods from Sema and DeclObjC. 2012-07-27 19:07:44 +00:00
SemaObjCXX objc-arc: When objects with known CF semantics are assigned to 2012-07-26 23:17:04 +00:00
SemaOpenCL Disable the warning for missing prototypes for OpenCL kernels. Includes testcase. 2012-07-26 00:08:28 +00:00
SemaTemplate Final piece of core issue 1330: delay computing the exception specification of 2012-07-27 04:22:15 +00:00
Tooling Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Unit
CMakeLists.txt Removed standalone clang-ast-dump tool. 2012-07-26 01:44:18 +00:00
Makefile
TestRunner.sh
cxx-sections.data
lit.cfg clang/test/Misc/diag-template-diffing-color.cpp: Introduce the feature 'ansi-escape-sequences'. 2012-07-11 11:44:00 +00:00
lit.site.cfg.in
make_test_dirs.pl