llvm-project/clang/test
Eli Friedman aee9e54dca Don't swap function decls, and add them to the scope as they are
encountered.  Mixing up the decls is unintuitive, and confuses the AST 
destruction code. Fixes PR2360.

Note that there is a need to look up the characteristics and 
declarations of a function associated with a particular name or decl, 
but the original swapping code doesn't solve it properly. 
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-May/001644.html is one 
suggestion for how to fix that.

llvm-svn: 51584
2008-05-27 05:07:37 +00:00
..
Analysis Improve dead stores diagnostics to include the variable name. 2008-05-21 22:59:16 +00:00
Analysis-Apple More test cases for retain/release checker. These cases handle not flagging leaks for static variables. 2008-05-23 17:25:17 +00:00
CodeGen Don't swap function decls, and add them to the scope as they are 2008-05-27 05:07:37 +00:00
Lexer Fix PR2090, a typo in digraph processing. 2008-02-24 19:05:57 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Change diagnostic per suggestion, to make it a bit clearer what is 2008-05-27 02:01:50 +00:00
Preprocessor The awesome GNU "comma elision extension" works with both the standard 2008-05-08 05:10:33 +00:00
Rewriter fix a nasty off-by-one error. 2008-05-23 23:29:33 +00:00
Sema Implementation of gcc mode attribute; this is significant because 2008-05-27 03:33:27 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile remove the old non-parallel test system. 'make' in clang/test now runs 2008-04-06 22:32:01 +00:00
TestRunner.sh The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenames 2008-03-23 03:42:18 +00:00