Go to file
Douglas Gregor 9bfc2e50a7 In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma.
llvm-svn: 82576
2009-09-22 21:41:40 +00:00
clang In C++, a variadic function does not need an ellipsis prior to the comma. Parse it in both C and C++, but diagnose it as an error in C with a fix-it hint to add the comma. 2009-09-22 21:41:40 +00:00
compiler-rt 1) Remove cmake-specific #define usage from the exported 2009-09-22 00:49:12 +00:00
llvm Add examples for Kaleidoscope chapters 2 through 6. 2009-09-22 21:15:19 +00:00