- Apr 20, 2009
-
-
Douglas Gregor authored
also gets access to the Sema object performing semantic analysis. This will be used by the PCH writer to serialize Sema state. No functionality change. llvm-svn: 69595
-
Steve Naroff authored
Test will be enabled with ObjCInterfaceDecl is added. llvm-svn: 69594
-
Eli Friedman authored
minor accepts-invalid regressions, but we weren't really rejecting them for the right reason. We really need a more general solution to detect all the cases of the promotion of arrays with a register storage class. llvm-svn: 69586
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 69582
-
Daniel Dunbar authored
@synthesized ivars for superclasses. - <rdar://problem/6806371> [clang] Mark code without miscompiled @synthesized properties llvm-svn: 69581
-
Douglas Gregor authored
llvm-svn: 69580
-
Daniel Dunbar authored
Drop uses of GetFirstInvarInRecord, instead we lookup the ivars we know are in the record. - This is somewhat less efficient, but I need to detangle this code first... llvm-svn: 69579
-
Daniel Dunbar authored
llvm-svn: 69578
-
Zhongxing Xu authored
llvm-svn: 69577
-
Daniel Dunbar authored
null string / identifier. llvm-svn: 69575
-
Daniel Dunbar authored
Also, added assertion that the field matches what would be looked up. llvm-svn: 69572
-
Zhongxing Xu authored
get FunctionDecl with more general utility method. llvm-svn: 69570
-
Eli Friedman authored
subsequently crashed). llvm-svn: 69567
-
Eli Friedman authored
Adapted from patch by Tim Northover. llvm-svn: 69566
-
Zhongxing Xu authored
methods of SVal. llvm-svn: 69565
-
Daniel Dunbar authored
llvm-svn: 69563
-
Daniel Dunbar authored
llvm-svn: 69562
-
Daniel Dunbar authored
- No functionality change. llvm-svn: 69561
-
Chris Lattner authored
will let us test for multiple different warning modes in the same file in regression tests. This implements rdar://2362963, a 10-year old feature request :) llvm-svn: 69560
-
Chris Lattner authored
Warnings.cpp. Warnings.cpp now doesn't need to #include tblgen produced output directly. llvm-svn: 69559
-
Chris Lattner authored
mode, just ignore them as usual. llvm-svn: 69558
-
- Apr 19, 2009
-
-
Chris Lattner authored
support it. I don't know what evaluation method we use for complex arithmetic, so I don't know whether/if we should warn about use of CX_LIMITED_RANGE. This concludes my planned hacking on STDC pragmas, flame away :) llvm-svn: 69556
-
Sebastian Redl authored
llvm-svn: 69555
-
Chris Lattner authored
llvm-svn: 69554
-
Eli Friedman authored
llvm-svn: 69553
-
Eli Friedman authored
Let me know if I messed up for some target. Note that for Windows, we should be able to support it (MSVC supports "__declspec(thread)"), but I'm pretty sure LLVM doesn't know how to generate the correct code. llvm-svn: 69552
-
Chris Lattner authored
llvm-svn: 69551
-
Chris Lattner authored
llvm-svn: 69550
-
Daniel Dunbar authored
llvm-svn: 69549
-
Sebastian Redl authored
llvm-svn: 69548
-
Chris Lattner authored
llvm-svn: 69547
-
Daniel Dunbar authored
llvm-svn: 69546
-
Eli Friedman authored
llvm-svn: 69545
-
Chris Lattner authored
for a token is set, this makes the diagnostic "expanded from stack" work for this diagnostic. Add a testcase for PR3918. llvm-svn: 69544
-
Eli Friedman authored
llvm-svn: 69542
-
Eli Friedman authored
llvm-svn: 69541
-
Chris Lattner authored
by rejecting invalid poisoned tokens in the token pasting path. llvm-svn: 69536
-
Sebastian Redl authored
Another piece of the conditional operator puzzle. We'll want to use FindCompositePointerType in some other places, too. llvm-svn: 69534
-
Chris Lattner authored
in a function-like macro body. This has the added bonus of moving some function-like macro specific code out of the object-like macro codepath. llvm-svn: 69530
-
Chris Lattner authored
non-glibc ones. llvm-svn: 69528
-