llvm-project/clang/test
Richard Smith 9a56882e53 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same
semantics and defaults as the corresponding g++ arguments. The historical g++
argument -ftemplate-depth-N is kept for compatibility, but modern g++ versions
no longer document that option.

Add -cc1 argument -fconstexpr-depth N to implement the corresponding
functionality.

The -ftemplate-depth=N part of this fixes PR9890.

llvm-svn: 145045
2011-11-21 19:36:32 +00:00
..
ARCMT [arcmt] Take into account that all properties are strong-by-default now and fix the test. 2011-11-08 23:09:34 +00:00
ASTMerge Improve location fidelity of objc decls. 2011-10-04 04:48:02 +00:00
Analysis [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). 2011-11-18 02:26:36 +00:00
CXX Include named unions in union member init checking 2011-11-17 06:01:57 +00:00
CodeCompletion Provide result types for code completions that describe built-in 2011-10-18 21:20:17 +00:00
CodeGen CodeGen: allow __asm renaming on static local variables. 2011-11-20 21:05:04 +00:00
CodeGenCUDA CUDA: IR generation support for device stubs 2011-10-06 18:51:56 +00:00
CodeGenCXX Simplify code for returning a struct for Darwin x86-32 ABI. Use a better type for a function returning a struct containing only a pointer. Handle the edge case of a struct containing only a float or double plus some dead padding instead of asserting. 2011-11-18 01:25:50 +00:00
CodeGenObjC The optimizers figured out how to make this store 6. 2011-11-15 00:19:16 +00:00
CodeGenObjCXX obj-c++: Fix a IRGen crash when getter is a reference type. 2011-10-17 21:00:22 +00:00
CodeGenOpenCL Annotate imprecise FP division with fpaccuracy metadata 2011-10-27 19:19:51 +00:00
Coverage Remove the Blackfin backend. 2011-10-25 00:06:12 +00:00
Driver Delete the depfile if we could not open a header file. We cannot 2011-11-21 00:01:14 +00:00
FixIt Make the -verify bits in this test actually test something, and fix a few cases 2011-10-20 01:41:28 +00:00
Frontend test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). 2011-11-17 07:21:33 +00:00
Headers Remove __WCHAR_UNSIGNED__ and anything that used it. 2011-09-20 18:05:01 +00:00
Index [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid 2011-11-16 08:58:57 +00:00
Lexer Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. 2011-11-01 02:26:36 +00:00
Misc Remove one group'ed warning. 2011-11-15 19:25:38 +00:00
Modules Add the notion of "framework" modules to module maps. Framework 2011-11-17 22:09:43 +00:00
PCH [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set 2011-11-15 06:20:27 +00:00
Parser Enable delayed template parsing for friend functions declared at template class scope. 2011-11-18 23:47:17 +00:00
Preprocessor Change this test to reflect the state we are moving in. The Clang 2011-11-05 10:15:33 +00:00
Rewriter Fix the rewriter, rdar://10234024. 2011-10-05 19:37:56 +00:00
Sema PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue. 2011-11-16 17:22:48 +00:00
SemaCUDA CUDA: diagnose invalid calls across targets 2011-10-02 23:49:40 +00:00
SemaCXX Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same 2011-11-21 19:36:32 +00:00
SemaObjC Use Sema::RequireCompleteType to check for the completeness of 2011-11-14 22:10:01 +00:00
SemaObjCXX Resolve placeholder expressions before trying to deduce 2011-11-15 01:35:18 +00:00
SemaOpenCL TypePrinter: print OpenCL address space names. Patch by Richard 2011-11-08 02:52:58 +00:00
SemaTemplate Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same 2011-11-21 19:36:32 +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 CUDA: set proper calling conventions for PTX 2011-10-06 16:49:54 +00:00
Makefile lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
TestRunner.sh
cxx-sections.data
lit.cfg Rip out one of the features I added for the driver-include-management. 2011-11-07 09:17:31 +00:00
lit.site.cfg.in lit support for REQUIRES: asserts. 2011-06-22 23:23:49 +00:00
make_test_dirs.pl