llvm-project/clang/test
Lauro Ramos Venancio 01a72ff5d3 Implement codegen for the following static var init.
void g() {
  static char a[10];
  static char *b = a;
}

Now we can compile wget!

llvm-svn: 47627
2008-02-26 21:41:45 +00:00
..
Analysis GCC has an extension where the left hand side of the ? : operator can be omitted. Handle this in a few more places. 2007-11-30 19:04:31 +00:00
CodeGen Implement codegen for the following static var init. 2008-02-26 21:41:45 +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 Fix PR2042. One remaining issue: we don't currently diagnose 2008-02-17 19:31:09 +00:00
Preprocessor Fix PR2086. 2008-02-25 19:03:15 +00:00
Rewriter Fix two rewriter bugs with @catch. 2008-02-01 20:02:07 +00:00
Sema add a test case 2008-02-21 19:44:16 +00:00
Serialization Added "complex.c" (a copy of test/Codegen/complex.) to the serialization 2007-11-29 19:05:51 +00:00
Makefile Moved "Rewriter" tests from test/Sema to test/Rewriter. 2008-02-01 17:05:54 +00:00
TestRunner.sh verify that tests contain RUN lines. 2007-12-12 06:19:22 +00:00