- Mar 03, 2009
-
-
-
Ted Kremenek authored
llvm-svn: 65903
-
Ted Kremenek authored
llvm-svn: 65892
-
Ted Kremenek authored
llvm-svn: 65891
-
- Mar 02, 2009
-
-
Chris Lattner authored
even though we still hard code sse2 for now. No support for 3dnow or sse4a, but someone could add that if they desired. llvm-svn: 65886
-
Chris Lattner authored
llvm-svn: 65885
-
Chris Lattner authored
llvm-svn: 65884
-
rdar://problem/6636803Steve Naroff authored
Parser::ParseObjCMethodDefinition(): Make sure we don't exit the BodyScope until ActOnFinishFunctionBody() is complete. llvm-svn: 65880
-
Fariborz Jahanian authored
local or global variables in instance/class methods. llvm-svn: 65879
-
Ted Kremenek authored
llvm-svn: 65878
-
Ted Kremenek authored
llvm-svn: 65877
-
Ted Kremenek authored
llvm-svn: 65876
-
Chris Lattner authored
llvm-svn: 65869
-
Daniel Dunbar authored
llvm-svn: 65867
-
Anders Carlsson authored
llvm-svn: 65866
-
Daniel Dunbar authored
llvm-svn: 65865
-
Ted Kremenek authored
llvm-svn: 65861
-
Ted Kremenek authored
llvm-svn: 65860
-
Fariborz Jahanian authored
llvm-svn: 65855
-
Fariborz Jahanian authored
in its extension. llvm-svn: 65854
-
Devang Patel authored
llvm-svn: 65850
-
Mike Stump authored
llvm-svn: 65847
-
Zhongxing Xu authored
llvm-svn: 65817
-
Zhongxing Xu authored
offsets for now. llvm-svn: 65814
-
Daniel Dunbar authored
llvm-svn: 65812
-
Daniel Dunbar authored
driver taking lib/Driver. llvm-svn: 65811
-
Daniel Dunbar authored
- Still manually generates the EH code; the parts related to cleanup need to be integrated into the cleanup stack (for proper interaction with VLAs, etc.). - Some differences vs gcc in corner cases; I believe our behavior is correct but need to verify/file bugs vs gcc. llvm-svn: 65809
-
Daniel Dunbar authored
llvm-svn: 65808
-
Daniel Dunbar authored
llvm-svn: 65807
-
Daniel Dunbar authored
llvm-svn: 65806
-
Daniel Dunbar authored
- No intended functionality change. llvm-svn: 65805
-
Mike Stump authored
block literal is causing the problem, instead of the vague reference to the entire block literal. llvm-svn: 65798
-
Douglas Gregor authored
need them to evaluate redeclarations or call a function that hasn't already been declared. We now keep a DenseMap of these locally-scoped declarations so that they are not visible but can be quickly found, e.g., when we're looking for previous declarations or before we go ahead and implicitly declare a function that's being called. Fixes PR3672. llvm-svn: 65792
-
- Mar 01, 2009
-
-
Anders Carlsson authored
llvm-svn: 65788
-
Mike Stump authored
llvm-svn: 65784
-
Chris Lattner authored
llvm-svn: 65782
-
rdar://problem/6248764Steve Naroff authored
Downgrade an error to a warning (for GCC compatibility). llvm-svn: 65779
-
Douglas Gregor authored
llvm-svn: 65777
-
rdar://problem/6619539Steve Naroff authored
Fix <rdar://problem/6619539> incompatible pointer types sending 'XCElementSpacer *', expected 'XCElement *' (not handling protocol signatures correctly?). - Reworked ASTContext::canAssignObjCInterfaces(). - Added ObjCProtocolDecl::lookupProtocolNamed(). llvm-svn: 65773
-
Ted Kremenek authored
llvm-svn: 65764
-