hanchenye-llvm-project/clang/test/Misc
Benjamin Kramer 3b05e20031 Fix an edge case in the template differ with default arguments.
In the test case one type is coming from a typedef with no default arg, the
other has the default arg. Taking the default arg from the typedef crashes, so
always use the real template paramter declaration. PR17510.

llvm-svn: 192202
2013-10-08 16:58:52 +00:00
..
Inputs
ast-dump-attr.cpp Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
ast-dump-color.cpp Mention in AST dump whether a class declaration is a definition. 2013-08-30 05:32:29 +00:00
ast-dump-comment.cpp Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
ast-dump-decl.c Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. 2013-04-13 02:43:54 +00:00
ast-dump-decl.cpp In -ast-dump, only dump comments when dumping the actual Decl to which they 2013-05-21 05:24:00 +00:00
ast-dump-decl.m Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
ast-dump-decl.mm Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
ast-dump-stmt.c Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
ast-dump-stmt.cpp ASTDumper: fix dump of CXXCatchStmt 2013-09-04 14:35:00 +00:00
ast-dump-stmt.m Implement AST dumper for Decls. 2012-12-20 02:09:13 +00:00
ast-dump-templates.cpp Provide operator<< for stream output of DeclarationNames 2013-05-14 21:04:00 +00:00
ast-dump-wchar.cpp Add indents to AST dumping and removed parenthesis from AST nodes. 2013-01-31 01:44:26 +00:00
caret-diags-macros.c Format strings: don't ever convert %+d to %lu. 2013-01-17 22:34:10 +00:00
caret-diags-scratch-buffer.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
dev-fd-fs.c This test passes on freebsd after r188178. Not exactly sure why. 2013-08-12 16:29:25 +00:00
diag-aka-types.cpp
diag-format.c clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 2013-09-24 00:08:55 +00:00
diag-line-wrapping.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-macro-backtrace.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-mapping.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-mapping2.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-presumed.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-template-diffing-color.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-template-diffing-cxx98.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-template-diffing.cpp Fix an edge case in the template differ with default arguments. 2013-10-08 16:58:52 +00:00
diag-trailing-null-bytes.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diag-verify.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
diagnostic-crash.cpp Test for LLVM r176911 2013-03-12 23:56:16 +00:00
emit-html-insert.c
emit-html.c
error-limit-multiple-notes.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
error-limit.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
freebsd-arm-size_t.c Initial support for FreeBSD on ARM. 2012-12-13 04:17:14 +00:00
include-stack-for-note-flag.cpp Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
integer-literal-printing.cpp StmtPrinter: Write large char values using \u or \U. 2013-02-08 22:30:27 +00:00
languageOptsOpenCL.cl Commit 190296 missed out the tests; add them now. Note that it actually tests 2013-09-09 09:55:07 +00:00
macro-backtrace.c
message-length.c
permissions.cpp clang/test/Misc/permissions.cpp: Suppress this on MSYS with the feature 'shell-preserves-root'. 2013-07-08 06:45:16 +00:00
predefines.c Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
remap-file.c
serialized-diags-frontend.c More workarounds for PR10867. 2012-12-05 22:33:14 +00:00
serialized-diags-no-category.c More workarounds for PR10867. 2012-12-05 22:33:14 +00:00
serialized-diags-no-issue.c
serialized-diags-single-issue.c
serialized-diags.c More workarounds for PR10867. 2012-12-05 22:33:14 +00:00
serialized-diags.h
serialized-diags.m Add regression test for serialized diagnostics for notes without locations. 2013-02-24 07:20:47 +00:00
show-diag-options.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
tabstop.c Fix FileCheck --check-prefix lines. 2013-08-12 12:51:05 +00:00
unnecessary-elipses.cpp only truncate source lines in text diagnostics when 2012-11-03 23:56:43 +00:00
unprintable.c Add 'not' to commands that are expected to fail. 2013-07-04 16:16:58 +00:00
verify.c
warn-in-system-header.c Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. 2013-04-17 08:06:46 +00:00
warn-in-system-header.h
warning-flags-enabled.c Make -Wshift-op-parentheses a subgroup of -Wparentheses 2012-10-10 20:30:36 +00:00
warning-flags-tree.c Add specific warning flags for GNU ext in Sema. 2013-09-18 23:23:17 +00:00
warning-flags.c Add specific warning flags for GNU ext in Sema. 2013-09-18 23:23:17 +00:00
working-directory.c
wrong-encoding.c add test for r167063 2012-10-31 01:03:35 +00:00
wrong-encoding2.c fix bug in SourceColumnMap::startOfPreviousColumn 2012-11-03 21:21:14 +00:00