llvm-project/clang/test
Fariborz Jahanian bc2ee9382c Match pointer of compatible vection types.
// rdar://9208404

llvm-svn: 129536
2011-04-14 20:33:36 +00:00
..
ASTMerge Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
Analysis Teach VariadicMethodTypeChecker to not crash when processing methods declared in protocols. 2011-04-12 21:47:05 +00:00
CXX Implement C++0x [lex.pptoken]p3's handling of <::. 2011-04-14 18:36:27 +00:00
CodeCompletion Don't suggest dynamic_cast or typeid as code completion results when 2011-04-12 02:47:21 +00:00
CodeGen Implement ARM pcs attribute. Basically it's another way of calling convention selection (AAPCS or 2011-04-14 20:06:49 +00:00
CodeGenCXX Template static data members can have weak_odr linkage, not just 2011-04-12 01:46:54 +00:00
CodeGenObjC IRgen/Obj-C: Emit CFStrings and NSStrings with the alignment of the char type, 2011-04-12 23:30:52 +00:00
CodeGenObjCXX Warn for any kind of initialization if initializer does not 2011-04-08 18:25:29 +00:00
CodeGenOpenCL Add support for language-specific address spaces. On top of that, 2011-03-18 22:38:29 +00:00
Coverage Remove the AST printer (-ast-print-xml), which is too incomplete and 2011-03-07 01:03:30 +00:00
Driver Add -no-canonical-prefixes to tests which assert on the name of the 2011-04-13 22:28:36 +00:00
FixIt Issue the 2nd fixit even if fix-it hint is supressed. 2011-04-13 22:18:37 +00:00
Frontend test: Add the feature "shell". Frontend/dependency-gen.c would be executable with shell. 2011-02-28 09:41:07 +00:00
Headers Attempt to fix linux buildbots by adding -ffreestanding for arm_neon tests. 2010-12-02 17:31:16 +00:00
Index When determining the "usage" type of a declaration for the purposes of code 2011-04-14 20:33:34 +00:00
Lexer clang has had full and tested support for C++0x trailing-return-type and auto type deduction since r126166. Update the website to reflect this, and add a __has_feature test. 2011-04-03 14:12:46 +00:00
Misc Flip the default for showing include stacks on notes to false. This 2011-03-27 20:00:08 +00:00
PCH Chained PCH: Remember when additional specializations are added to a function template from a previous PCH. Fixes the only crasher when using massive chains on Clang's Sema component. We still have some incomplete codegen there. 2011-04-14 14:07:59 +00:00
Parser Parse an '@' in an Objective-C++ class member specification, 2011-04-14 17:21:19 +00:00
Preprocessor Change Clang's __VERSION__ to include the same basic info as in clang -v. 2011-03-31 00:53:51 +00:00
Rewriter Fixup more objc rwriter bug having to do with 2011-04-11 21:17:02 +00:00
Sema Enhance the diagnostic for literal float -> int conversions to suggest 2011-04-10 08:36:24 +00:00
SemaCUDA Sema: diagnose kernel calls to non-global functions 2011-02-23 01:53:29 +00:00
SemaCXX Match pointer of compatible vection types. 2011-04-14 20:33:36 +00:00
SemaObjC Redeclaration of 'self' should be flagged in 2011-04-12 23:39:33 +00:00
SemaObjCXX Objective-C++: The global namespace is an associated namespace of an 2011-04-12 01:02:45 +00:00
SemaOpenCL OpenCL: if double precision floating point constant encountered 2011-03-11 19:24:59 +00:00
SemaTemplate Simplify calling CheckPlaceholderExpr, converge on it in a few places, 2011-04-10 19:13:55 +00:00
Unit Add CMake support to the clang unittests. 2011-02-15 07:54:28 +00:00
CMakeLists.txt Nth time's a charm? 2011-02-25 00:46:48 +00:00
Makefile test/Makefile: Reapply r127079, use $(ECHOPATH) to make lit.site.cfg(s). 2011-03-08 22:17:40 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg test/lit.cfg: bash is available on MSYS. 2011-03-05 11:16:06 +00:00
lit.site.cfg.in test: CMake: Be aware of LLVM_LIT_TOOLS_DIR. 2011-02-09 04:19:57 +00:00
make_test_dirs.pl