hanchenye-llvm-project/clang/test
Ted Kremenek fff9f4aaaf BasicConstraintManager:
- Fix nonsensical logic in AssumeSymGE. When comparing 'sym >= constant' and the
  constant is the maximum integer value, add the constraint that 'sym ==
  constant' when the path is deemed feasible.  All other cases are feasible.
- Improve AssumeSymGT. When comparing 'sym > constant' and constant is the
  maximum integer value we know the path is infeasible.
- Add test case for this enhancement to AssumeSymGT.

llvm-svn: 60490
2008-12-03 19:06:30 +00:00
..
Analysis BasicConstraintManager: 2008-12-03 19:06:30 +00:00
CodeGen If a global var decl has an initializer, make sure to always set its linkage to external. 2008-12-03 05:51:23 +00:00
CodeGenObjC Another test for property code gen. 2008-11-26 23:20:29 +00:00
Coverage disable these two tests, they crash and take a long time to run crashreporter etc. 2008-11-13 18:45:47 +00:00
Driver Change -verify mode to find the "expected-error" and "expected-warning" strings 2008-11-21 01:18:36 +00:00
Lexer split into two tests. 2008-11-21 01:04:13 +00:00
Misc fix bogus run line. 2008-08-18 19:54:48 +00:00
Parser A little more scaffolding for parsing templates: 2008-12-02 00:41:28 +00:00
Preprocessor Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
Rewriter Fix <rdar://problem/6291588> assertion failure: SourceManager.h line 489. 2008-11-19 21:15:47 +00:00
Sema int-arith-convert.c makes assumptions about integer sizes, so force a specific architecture 2008-12-02 16:34:01 +00:00
SemaCXX Make the parser handle ::new and ::delete correctly. 2008-12-02 16:35:44 +00:00
SemaObjC Removed a FIXME. Added a test case for anonymous category. 2008-11-26 20:33:54 +00:00
SemaObjCXX Add implicit conversions for Objective-C qualified ids, e.g., 2008-11-27 01:19:21 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Add test case for __ASSEMBLER__ definition. 2008-12-01 19:23:47 +00:00
TestRunner.sh Test commit. 2008-10-15 00:26:06 +00:00