hanchenye-llvm-project/clang/test
Manman Ren f5d9d348f7 Turn struct-path aware TBAA on by default.
Use -no-struct-path-tbaa to turn it off.
This is the same as r191695, which was reverted because it depends on a
commit that has issues.

llvm-svn: 192497
2013-10-11 20:48:38 +00:00
..
ARCMT ObjectiveC migrator: fixes a bug when in NS_ENUM/NS_OPTIONS 2013-10-11 17:35:22 +00:00
ASTMerge
Analysis [analyzer] RetainCountChecker: add support for CFAutorelease. 2013-10-07 17:16:52 +00:00
CXX Diagnose by-copy captures of abstract classes. 2013-10-11 04:25:21 +00:00
CodeCompletion
CodeGen Turn struct-path aware TBAA on by default. 2013-10-11 20:48:38 +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 Use castAs instead of cast in thunk generation 2013-10-11 20:46:27 +00:00
CodeGenObjC Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. 2013-09-27 20:21:48 +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 Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
Driver clang-cl: Mark /FA and /Fa as unsupported options 2013-10-11 17:11:51 +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] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. 2013-10-11 19:58:38 +00:00
Lexer Mark lambda init-captures as complete. 2013-09-28 04:37:56 +00:00
Misc Fix an edge case in the template differ with default arguments. 2013-10-08 16:58:52 +00:00
Modules When merging class definitions across modules in C++, merge together fields. 2013-10-07 08:02:11 +00:00
OpenMP [OpenMP] Added parsing and semantic analysis for firstprivate clause 2013-10-01 05:32:34 +00:00
PCH Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
Parser Parser: Avoid a crash-on-invalid when trying to diagnose function calls with -> in it. 2013-10-10 12:24:40 +00:00
Preprocessor Add support for -mcx16, and predefine __GCC_HAVE_SYNC_COMPARE_AND_SWAP_16 when 2013-10-05 20:14:27 +00:00
Rewriter ObjectiveC modern rewriter. Rewrite typedefs 2013-10-07 19:54:22 +00:00
Sema Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
SemaCUDA
SemaCXX Adds Microsoft compatiable C++ record layout code to clang. 2013-10-11 20:19:00 +00:00
SemaObjC ObjectiveC. ObjectiveC's collection selector expression in 2013-10-10 21:58:04 +00:00
SemaObjCXX Replace -fobjc-default-synthesize-properties with disable-objc-default-synthesize-properties. 2013-09-27 20:21:48 +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 Variable templates: handle instantiation of static data member templates 2013-09-27 20:14:12 +00:00
TableGen
Tooling Fixed replacements for files with relative paths are not applied. 2013-10-01 14:59:00 +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