llvm-project/clang/test
Eli Friedman 327944b343 Basic support for volatile loads and stores. Stores the volatile
qualifier in the lvalue, and changes lvalue loads/stores to honor 
the volatile flag.  Places which need some further attention are marked 
with FIXMEs.

Patch by Cédric Venet.

llvm-svn: 52264
2008-06-13 23:01:12 +00:00
..
Analysis Improve dead stores diagnostics to include the variable name. 2008-05-21 22:59:16 +00:00
Analysis-Apple Teach the CF retain checker about "_init" methods. Fixes: <rdar://problem/5956379> 2008-06-02 17:14:13 +00:00
CodeGen Basic support for volatile loads and stores. Stores the volatile 2008-06-13 23:01:12 +00:00
Lexer Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Misc Removed option "-parse-ast-check" from clang driver. This is now implemented 2007-09-26 20:14:22 +00:00
Parser Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Preprocessor Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Rewriter Multiple tests in a single test file must be linked with '&&'. 2008-06-12 12:40:02 +00:00
Sema Don't crash if we can't find FileEntry info for a typedef, since one 2008-06-11 06:20:39 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Enable the rewriter tests on all platforms; there don't appear to 2008-06-07 23:20:33 +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