- Nov 09, 2010
-
-
Fariborz Jahanian authored
// rdar://8283484 llvm-svn: 118629
-
Dan Gohman authored
llvm-svn: 118628
-
Dan Gohman authored
llvm-svn: 118627
-
Chris Lattner authored
llvm-svn: 118626
-
Chris Lattner authored
llvm-svn: 118625
-
Dan Gohman authored
memory. This isn't a real improvement with present day AliasAnalysis implementations; it's mainly for consistency. llvm-svn: 118624
-
Dan Gohman authored
llvm-svn: 118623
-
Dan Gohman authored
llvm-svn: 118622
-
Dan Gohman authored
llvm-svn: 118621
-
Douglas Gregor authored
That bug concerned the well-formedness of code such as (&ovl)(a, b, c). GCC rejects the code, while EDG accepts it. On further study of the standard, I see no support for EDG's position: in particular, C++ [over.over] does not list this as a context where we can take the address of an overloaded function, C++ [over.call.func] does not reference the address-of operator at any point, and C++ [expr.call] claims that the function argument in a call is either a function lvalue or a pointer-to-function; (&ovl) is neither. llvm-svn: 118620
-
Benjamin Kramer authored
llvm-svn: 118619
-
Dan Gohman authored
llvm-svn: 118618
-
Dan Gohman authored
llvm-svn: 118617
-
Matt Beaumont-Gay authored
-Wnon-virtual-dtor. llvm-svn: 118616
-
Dan Gohman authored
llvm-svn: 118615
-
Dan Gohman authored
property IntrReadArgMem can be modeled. llvm-svn: 118614
-
Andrew Trick authored
llvm-svn: 118613
-
Chris Lattner authored
make the example a bit better, encouraging people to use "suggestions of what to use" in the message :) llvm-svn: 118612
-
Dan Gohman authored
llvm-svn: 118611
-
Dan Gohman authored
llvm-svn: 118610
-
Jim Grosbach authored
pseudo-label. (TLS stuff). llvm-svn: 118609
-
Chris Lattner authored
llvm-svn: 118608
-
Jim Grosbach authored
llvm-svn: 118606
-
Andrew Trick authored
llvm-svn: 118604
-
Ted Kremenek authored
Replace "#if __clang__" by "#if __has_feature(attribute_analyzer_noreturn)" to be consistent with all other snippets on this page. Patch by Jean-Daniel Dupas! llvm-svn: 118603
-
Johnny Chen authored
be different than the class name which uses frame variable command. llvm-svn: 118602
-
Jim Grosbach authored
object file emission. llvm-svn: 118601
-
Jim Grosbach authored
llvm-svn: 118600
-
Johnny Chen authored
takes the form: "Command '%s' returns successfully" % str and the latter takes the form: "'%s' returns expected result" % str or "'%s' matches expected result" % str llvm-svn: 118599
-
Charles Davis authored
mangler. Now member functions and pointers thereof have their calling convention mangled as __thiscall if they have the default CC (even though, they technically still have the __cdecl CC). llvm-svn: 118598
-
Johnny Chen authored
llvm-svn: 118591
-
Johnny Chen authored
llvm-svn: 118590
-
Owen Anderson authored
llvm-svn: 118589
-
Owen Anderson authored
Really fix the leak in the attributes list. Thanks to Benjamin Kramer for pointing out how I was being stupid. llvm-svn: 118588
-
Jim Grosbach authored
a left shift by zero. llvm-svn: 118587
-
Jim Grosbach authored
llvm-svn: 118586
-
Duncan Sands authored
llvm-svn: 118516
-
Bruno Cardoso Lopes authored
llvm-svn: 118515
-
Bruno Cardoso Lopes authored
llvm-svn: 118514
-
Jim Grosbach authored
llvm-svn: 118513
-