hanchenye-llvm-project/clang/test
David Majnemer 68c880b5f9 AST: Handle multidimensional arrays inside of __uuidof()
We previously handled one-dimensional arrays but didn't consider the
general case.  The fix is simple: keep going through subsequent
dimensions until we get to the base element.

llvm-svn: 191493
2013-09-27 07:57:34 +00:00
..
ARCMT ObjectiveC migrator: Donlt annotate NS_RETURNS_INNER_POINTER 2013-09-26 22:43:41 +00:00
ASTMerge
Analysis [analyzer] Handle destructors for the argument to C++ 'delete'. 2013-09-25 16:06:17 +00:00
CXX Implement a rudimentary form of generic lambdas. 2013-09-26 19:54:12 +00:00
CodeCompletion Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
CodeGen Initial support for Neon scalar instructions. 2013-09-24 02:48:06 +00:00
CodeGenCUDA CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. 2013-08-15 06:47:53 +00:00
CodeGenCXX AST: Handle qualified array types in typeid() expressions 2013-09-27 07:04:31 +00:00
CodeGenObjC Debug info: Fix a crash when trying to construct a type with redundant 2013-09-26 21:35:50 +00:00
CodeGenObjCXX Fix ObjC @encode for C++ classes w/virtual bases. 2013-09-18 01:59:16 +00:00
CodeGenOpenCL Certain multi-platform languages, such as OpenCL, have the concept of 2013-09-13 12:04:22 +00:00
Coverage
Driver Add -fno-unsigned-char and ignore it. We already support -fno-signed-char, add 2013-09-27 05:06:31 +00:00
FixIt Fix a bug in the typo correction replacement location. 2013-09-26 19:10:34 +00:00
Format Allow _clang-format as alternative to .clang-format config filename 2013-09-10 15:41:12 +00:00
Frontend clang/test/Frontend/rewrite-includes.c: Tweak expressions for r'\\', not r'\', on win32. 2013-08-29 16:11:17 +00:00
Headers Switch tests in test/Headers to use %clang_cc1 rather than %clang. There 2013-09-20 21:12:25 +00:00
Index [libclang] Provide location for attributes and expose 'packed' attribute. 2013-09-25 00:14:38 +00:00
Lexer Add macro test from N3781. 2013-09-26 18:15:22 +00:00
Misc clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 2013-09-24 00:08:55 +00:00
Modules Add -fmodule-map-file option. 2013-09-24 09:27:13 +00:00
OpenMP [OPENMP] Improved variable lookup procedure for threadprivate variables. 2013-09-26 03:24:06 +00:00
PCH Implement restriction that a partial specialization must actually specialize 2013-09-24 04:49:23 +00:00
Parser AST: Handle multidimensional arrays inside of __uuidof() 2013-09-27 07:57:34 +00:00
Preprocessor PR17359: Fix off-by-one OOB on _Pragma("") and an unescaping bug 2013-09-25 16:42:48 +00:00
Rewriter Revert my patch in r191155 to allow forward 2013-09-24 17:03:07 +00:00
Sema Don't pass -print-stats to the driver, it is a -cc1 option only. 2013-09-25 15:21:56 +00:00
SemaCUDA
SemaCXX Fix error recovery when a return type correction includes a new name specifier. 2013-09-26 21:13:05 +00:00
SemaObjC ObjectiveC: Handle the case of qualifying protocols 2013-09-25 19:36:32 +00:00
SemaObjCXX Don't produce duplicate notes if we have deduction failure notes when resolving 2013-08-14 00:00:44 +00:00
SemaOpenCL Removing the endian attribute and updating associated test cases. This functionality was never completely implemented, and this is an improvement over silently eating the attribute. 2013-09-09 12:57:20 +00:00
SemaTemplate If a partial specialization of a member template is declared within a class 2013-09-26 03:49:48 +00:00
TableGen
Tooling Simplify now that llvm::sys::current_path checks $PWD. 2013-08-10 01:40:10 +00:00
Unit
CMakeLists.txt
Makefile Make the information about disabled ARCMT/Rewriter/StaticAnalyzer available 2013-08-27 19:27:35 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests 2013-09-13 11:02:31 +00:00
lit.site.cfg.in Add "native" to config.available_features, to make it easier to disable non-x-compile-safe tests 2013-09-13 11:02:31 +00:00
make_test_dirs.pl