- Sep 15, 2009
-
-
Anders Carlsson authored
llvm-svn: 81839
-
Anders Carlsson authored
llvm-svn: 81837
-
Anders Carlsson authored
llvm-svn: 81835
-
Ted Kremenek authored
__builtin_offsetof in the static analyzer that __builtin_offsetof is not guaranteed to return an integer constant. We will need to shore this up later, but now at least we have correct support for when this *is* an integer constant. llvm-svn: 81830
-
Ted Kremenek authored
llvm-svn: 81825
-
Ted Kremenek authored
llvm-svn: 81820
-
Fariborz Jahanian authored
a type convesion function results in ambiguity. llvm-svn: 81812
-
Anders Carlsson authored
llvm-svn: 81808
-
Douglas Gregor authored
conversion function. llvm-svn: 81807
-
Douglas Gregor authored
an overloaded function (template). llvm-svn: 81804
-
-
- Sep 14, 2009
-
-
John McCall authored
llvm-svn: 81801
-
Daniel Dunbar authored
llvm-svn: 81798
-
Douglas Gregor authored
MarkUsedTemplateParameters, which is able to mark template parameters used within non-deduced contexts as well as deduced contexts. Use this to finish the implementation of [temp.deduct.partial]p11. llvm-svn: 81794
-
Fariborz Jahanian authored
resolution of type conversion functions in base and current class. llvm-svn: 81784
-
Ted Kremenek authored
llvm-svn: 81783
-
Sam Weinig authored
-Wchar-subscripts should not warn for explicit signed char subscripts either. Another fix for PR4978. llvm-svn: 81780
-
Douglas Gregor authored
argument deduction. This fixes the new test case (since partial ordering does not have a "verify the results of deduction" step), and will allow failed template argument deductions to return more quickly for, e.g., matching class template partial specializations. llvm-svn: 81779
-
David Chisnall authored
llvm-svn: 81778
-
Douglas Gregor authored
(C++ [temp.func.order]). llvm-svn: 81777
-
Sam Weinig authored
llvm-svn: 81776
-
Fariborz Jahanian authored
structure-valued setter should cause a user error instead of crash. llvm-svn: 81769
-
Anders Carlsson authored
llvm-svn: 81759
-
Daniel Dunbar authored
The decl wasn't being passed down, which meant that function attributes were not being set correctly. This is particularly important for ARM, since it wants to override the calling convention. Instead we would emit the builtin with the wrong calling convention, and instcombine would come along and merrily shred all the calls to it. :) llvm-svn: 81756
-
Daniel Dunbar authored
llvm-svn: 81748
-
Sam Weinig authored
llvm-svn: 81747
-
Anders Carlsson authored
llvm-svn: 81743
-
Anders Carlsson authored
llvm-svn: 81738
-
Daniel Dunbar authored
llvm-svn: 81737
-
Daniel Dunbar authored
llvm-svn: 81735
-
Daniel Dunbar authored
llvm-svn: 81734
-
Anders Carlsson authored
llvm-svn: 81733
-
Daniel Dunbar authored
- Change TargetData string to match llvm-gcc. - Some -target-abi support for 'apcs-gnu', most importantly the alignment of double and long long changes. llvm-svn: 81732
-
- Sep 13, 2009
-
-
Anders Carlsson authored
Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called. llvm-svn: 81720
-
Anders Carlsson authored
llvm-svn: 81681
-
Eli Friedman authored
location. Patch by Enea Zaffanella. llvm-svn: 81672
-
Daniel Dunbar authored
gcc's interpretation of APCS' somewhat loose specification). llvm-svn: 81671
-
Douglas Gregor authored
generated for an inline function definition, taking into account C99 and GNU inline/extern inline semantics. This solution is simpler, cleaner, and fixes PR4536. llvm-svn: 81670
-
Daniel Dunbar authored
make very nice symbols, just use the function name. llvm-svn: 81653
-
Chris Lattner authored
llvm-svn: 81644
-