- Nov 09, 2010
-
-
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
-
Johnny Chen authored
llvm-svn: 118511
-
Rafael Espindola authored
Set Haiku's UserLabelPrefix to "". Patch by Paul Davey. llvm-svn: 118510
-
Duncan Sands authored
llvm-svn: 118509
-
Douglas Gregor authored
with, e.g., (&f)(a, b, c). Fixes PR8013. llvm-svn: 118508
-
Michael J. Spencer authored
llvm-svn: 118507
-
Michael J. Spencer authored
llvm-svn: 118506
-
Michael J. Spencer authored
llvm-svn: 118505
-
Michael J. Spencer authored
llvm-svn: 118504
-
Michael J. Spencer authored
llvm-svn: 118503
-
-
Michael J. Spencer authored
llvm-svn: 118501
-
Douglas Gregor authored
llvm-svn: 118500
-
David Chisnall authored
llvm-svn: 118498
-
Nick Lewycky authored
Fix linux build. llvm-svn: 118497
-
NAKAMURA Takumi authored
Confirmed on MSVS10. llvm-svn: 118496
-
Douglas Gregor authored
location where we're spelling a token even within a macro. clang_getInstantiationLocation() tells where we instantiated the macro. I'm still not thrilled with the CXSourceLocation/CXSourceRange APIs, since they gloss over macro-instantiation information. Take 2: this time, adjusted tests appropriately and used a "simple" approach to the spelling location. llvm-svn: 118495
-