- May 16, 2008
-
-
Eli Friedman authored
llvm-svn: 51196
-
Eli Friedman authored
llvm-svn: 51195
-
Eli Friedman authored
llvm-svn: 51194
-
Eli Friedman authored
llvm-svn: 51193
-
Ted Kremenek authored
llvm-svn: 51190
-
Eli Friedman authored
llvm-svn: 51188
-
Ted Kremenek authored
in Sema::CheckFunctionCall: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080512/005706.html The bug was that the logic from the helper methods used by CheckFunctionCall were being inverted (a subtle bug). This would cause the parser to discard any valid AST nodes involving several builtins (see patch). This removes the last regression failure I'm seeing in the test suite: Analysis-Apple/NoReturn. llvm-svn: 51168
-
- May 15, 2008
-
-
Ted Kremenek authored
expressions. This appears to be a regression introduced in r51113 that caused many test cases to fail (there is still a test case in the Analysis directory that is failing): http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080512/005706.html llvm-svn: 51164
-
rdar://problem/5929344Steve Naroff authored
Fix rewriter bug <rdar://problem/5929344> clang ObjC rewriter: "extern int __CFConstantStringClassReference[];" should be extern "C". Have clang predefine OBJC_NEW_PROPERTIES (which is what gcc does). llvm-svn: 51163
-
Steve Naroff authored
Author: akirtzidis Date: Wed May 14 05:00:15 2008 New Revision: 51101 URL: http://llvm.org/viewvc/llvm-project?rev=51101&view=rev Log: Upgrading VC++ projects to VC++ 2008. I really need to build with VC++ 2005. llvm-svn: 51158
-
Argyrios Kyrtzidis authored
llvm-svn: 51153
-
Argyrios Kyrtzidis authored
llvm-svn: 51151
-
Nate Begeman authored
intrin.h files are finished llvm-svn: 51137
-
Steve Naroff authored
llvm-svn: 51133
-
- May 14, 2008
-
-
Eli Friedman authored
#define pollution. llvm-svn: 51128
-
Ted Kremenek authored
llvm-svn: 51124
-
Ted Kremenek authored
llvm-svn: 51122
-
Ted Kremenek authored
llvm-svn: 51121
-
Eli Friedman authored
llvm-svn: 51117
-
Ted Kremenek authored
Added "-a" option to scan-build to select the analysis (ASTConsumer) used by clang. The default is -checker-cfref. llvm-svn: 51116
-
Eli Friedman authored
expressing the full flexibility of the LLVM shufflevector instruction. The expected immediate usage is in *mmintrin.h, so that they don't depend on the mess of gcc-inherited (and not completely implemented) shuffle builtins. llvm-svn: 51113
-
Ted Kremenek authored
llvm-svn: 51109
-
Argyrios Kyrtzidis authored
llvm-svn: 51104
-
Argyrios Kyrtzidis authored
llvm-svn: 51103
-
Argyrios Kyrtzidis authored
llvm-svn: 51101
-
Eli Friedman authored
the moment, but it what you'd expect in the AST from reading the standard, and it should make VLA codegen a bit more strightforward. llvm-svn: 51086
-
Eli Friedman authored
llvm-svn: 51081
-
Eli Friedman authored
llvm-svn: 51080
-
Ted Kremenek authored
llvm-svn: 51079
-
- May 13, 2008
-
-
Ted Kremenek authored
llvm-svn: 51070
-
Nate Begeman authored
llvm-svn: 51068
-
Eli Friedman authored
llvm-svn: 51065
-
Ted Kremenek authored
llvm-svn: 51055
-
Eli Friedman authored
llvm-svn: 51042
-
Ted Kremenek authored
llvm-svn: 51014
-
Ted Kremenek authored
llvm-svn: 51012
-
rdar://problem/5924576Steve Naroff authored
Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" errors when parsing AppKit that gcc does not. Teach Sema::MergeVarDecl() about __private_extern__. llvm-svn: 51005
-
Ted Kremenek authored
llvm-svn: 51003
-
- May 12, 2008
-
-
rdar://problem/5928590Steve Naroff authored
Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int' and 'void')" on input that 'gcc -fsyntax-only' eats llvm-svn: 51002
-
Chris Lattner authored
llvm-svn: 50983
-