llvm-project/clang/test
Peter Collingbourne 15d48ec46f Properly handle non-canonical underlying types in
ASTContext::getUnaryTransformType.  This can happen if, for example,
an enumeration's underlying type is a typedef.

llvm-svn: 152031
2012-03-05 16:02:06 +00:00
..
ARCMT [arcmt] 2012-03-05 08:46:24 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis Remove a recursive visitation in ExprEngine that is no longer needed because the CFG is fully linearized. 2012-03-04 18:12:21 +00:00
CXX More tests for r152012. 2012-03-05 04:06:25 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen From his comment in PR12168, Eli seems confused about the alignment assumptions 2012-03-04 00:56:24 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Fix a small difference in sema and codegen views of what needs to be output. 2012-03-05 10:54:55 +00:00
CodeGenObjC Test is fixed. 2012-02-23 20:43:56 +00:00
CodeGenObjCXX Make CodeGenFunction::EmitBlockCopyAndAutorelease actually do what its name says. 2012-03-01 22:52:28 +00:00
CodeGenOpenCL A few style changes. 2012-01-19 01:16:16 +00:00
Coverage rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Driver Add a flag -fthread-sanitizer. 2012-03-01 22:27:08 +00:00
FixIt Test for my last patch. // rdar://10267155. 2012-02-29 22:21:36 +00:00
Frontend Remove the unuseful -fdiagnostics-show-name 2012-02-15 19:45:34 +00:00
Headers rename -ccc-host-triple into -target 2012-01-20 22:01:23 +00:00
Index Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, 2012-03-01 22:07:04 +00:00
Lexer Add a pile of tests for unrestricted unions, and advertise support for them. 2012-03-03 23:51:05 +00:00
Misc Move int<->pointer conversion warnings behind -Wint-conversions. 2012-03-02 20:23:08 +00:00
Modules Change @import to @__experimental_modules_import. We are not ready to commit to a particular syntax for modules, 2012-03-01 22:07:04 +00:00
PCH [PCH] Include a darwin-only PCH test on Cocoa.h. 2012-02-28 23:39:20 +00:00
Parser Added support for parsing declspecs on enumerations. Fixes PR8783 2012-03-01 04:09:28 +00:00
Preprocessor Adding support for #pragma include_alias in MS compatibility mode. This implements PR 10705. 2012-03-02 22:51:54 +00:00
Rewriter Modern objective-c translator. rewriting ivars of aggregate type. 2012-02-28 22:45:07 +00:00
Sema Add -Wstring-plus-int, which warns on "str" + int and int + "str". 2012-03-02 22:01:22 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Properly handle non-canonical underlying types in 2012-03-05 16:02:06 +00:00
SemaObjC objc: When issue diagnostic about deprecated method, also 2012-03-02 21:50:02 +00:00
SemaObjCXX objective-c++: Type of an objc string literal is NSString, not 'id'. 2012-02-23 22:51:36 +00:00
SemaOpenCL Support constant evaluation for OpenCL nested vector literals. Patch by Anton Lokhmotov. 2012-01-03 23:24:20 +00:00
SemaTemplate Ensure that we instantiate static reference data members of class templates 2012-03-02 04:14:40 +00:00
Unit test/Unit: Fixup lit.cfg to allow running inside test/Unit (with llvm-config in 2011-06-22 21:46:43 +00:00
CMakeLists.txt CMake: Promote the testing targets out of folders on IDE. 2012-01-30 03:15:47 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Have the driver pass CPU and target feature information to cc1as. 2012-02-10 20:37:10 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl