Go to file
Chris Lattner f35de48c90 when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant
as constant size arrays.  This has slightly different semantics in some insane cases, but allows
us to accept some constructs that GCC does.  Continue to be pedantic in -std=c99 and other
modes.  This addressed rdar://8733881 - error "variable-sized object may not be initialized"; g++ accepts same code

llvm-svn: 132983
2011-06-14 06:38:10 +00:00
clang when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be folded to a constant 2011-06-14 06:38:10 +00:00
compiler-rt build/clang_darwin: Improve archs check to verify we can not just recognize 2011-06-13 19:18:23 +00:00
debuginfo-tests New test case for r132949. 2011-06-13 23:16:05 +00:00
libcxx more Apple build system tweaks 2011-06-09 23:31:35 +00:00
libcxxabi Clean up the vector tests 2011-06-13 17:57:10 +00:00
lldb Improve error reporting in ProcessMonitor::Launch 2011-06-14 03:55:58 +00:00
llvm Be more obvious about what is being tested. 2011-06-14 06:33:51 +00:00
polly www: Fix path to git repository. 2011-06-08 22:46:40 +00:00