- Oct 13, 2007
-
-
Fariborz Jahanian authored
llvm-svn: 42938
-
Chris Lattner authored
llvm-svn: 42937
-
Fariborz Jahanian authored
llvm-svn: 42936
-
- Oct 12, 2007
-
-
Ted Kremenek authored
printf format strings. Added type checking to see if the matching width/precision argument was of type 'int'. Thanks to Anders Carlsson for reporting this missing feature. llvm-svn: 42933
-
Chris Lattner authored
llvm-svn: 42931
-
Fariborz Jahanian authored
llvm-svn: 42928
-
Fariborz Jahanian authored
ok class names and streamlined this logic to do the lookup once. llvm-svn: 42926
-
Steve Naroff authored
Replace one FIXME with another. We handle protocols just fine now. The ObjC decl will only be 0 when we have an error on the ObjC decl. I would prefer we pass in a decl that is marked as invalid. I don't think this is critical to fix now, however I'd like us to be consistent. There are currently many places that don't mark the decl as invalid (which need to be fixed)... llvm-svn: 42923
-
Anders Carlsson authored
llvm-svn: 42917
-
Fariborz Jahanian authored
and hid them. llvm-svn: 42915
-
Steve Naroff authored
Temporary fix to test case. This area is currently under construction...test case will be changing again soon. llvm-svn: 42914
-
Chris Lattner authored
llvm-svn: 42887
-
Ted Kremenek authored
specifiers. llvm-svn: 42886
-
Fariborz Jahanian authored
llvm-svn: 42883
-
- Oct 11, 2007
-
-
Chris Lattner authored
with x's for now. The APIs are all unimplemented, so it doesn't do anything yet! :) llvm-svn: 42868
-
Fariborz Jahanian authored
an identifier statement. Fixed up pretty priting to print this type correctly. llvm-svn: 42866
-
Chris Lattner authored
llvm-svn: 42863
-
Chris Lattner authored
llvm-svn: 42862
-
Chris Lattner authored
llvm-svn: 42858
-
Anders Carlsson authored
Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. llvm-svn: 42857
-
Fariborz Jahanian authored
llvm-svn: 42856
-
Chris Lattner authored
llvm-svn: 42855
-
Chris Lattner authored
llvm-svn: 42854
-
Chris Lattner authored
llvm-svn: 42853
-
Chris Lattner authored
rename -parse-ast-dump to -ast-dump remove -parse-ast, which is redundant with -fsyntax-only llvm-svn: 42852
-
Chris Lattner authored
llvm-svn: 42849
-
Chris Lattner authored
llvm-svn: 42846
-
Steve Naroff authored
- Cache the typedef, not the type (avoids importing AST/Type.h). - Emit an error if "id" cannot be found. - Comment the routine and add a FIXME to reconsider how we emulate GCC's new fangled behavior. This isn't a priority for now, since almost no code depends on having "id" built-in. - Add a test. llvm-svn: 42845
-
Ted Kremenek authored
llvm-svn: 42844
-
Ted Kremenek authored
llvm-svn: 42843
-
- Oct 10, 2007
-
-
Steve Naroff authored
- Make sure default return/argument types (for methods) default to "id". - Cache the "id" type in Sema...initialize ObjcIdType and TUScope (oops). - Fix ActOnInstanceMessage to allow for "id" type receivers...still work to do (next). llvm-svn: 42842
-
Chris Lattner authored
llvm-svn: 42841
-
Anders Carlsson authored
llvm-svn: 42840
-
Chris Lattner authored
llvm-svn: 42838
-
Hartmut Kaiser authored
llvm-svn: 42836
-
Ted Kremenek authored
llvm-svn: 42834
-
Chris Lattner authored
llvm-svn: 42831
-
Chris Lattner authored
place and making it correctly parameterized on the target. llvm-svn: 42830
-
Steve Naroff authored
Fix a latent bug in MinimalActions (created by a recent name change). llvm-svn: 42829
-
Steve Naroff authored
Remove Scope argument from ObjC actions that either don't need it or can now use TUScope. Also improve a recently added comment. llvm-svn: 42826
-