- Nov 09, 2010
-
-
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
-
Douglas Gregor authored
llvm-svn: 118494
-
Douglas Gregor authored
llvm-svn: 118493
-
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. llvm-svn: 118492
-
Anders Carlsson authored
Introduce the concept of a non-virtual base type to CGRecordLayoutBuilder as a first step towards fixing PR6995. llvm-svn: 118491
-
Owen Anderson authored
llvm-svn: 118490
-
Greg Clayton authored
llvm-svn: 118489
-
Greg Clayton authored
to not get resolved. Fixed the "void **isa_ptr" variable inside the objective C verifier to start with a '$' character so we don't go looking for it in our program. Moved the lookup for "$__lldb_class" into the part that knows we are looking for internal types that start with a '$'. llvm-svn: 118488
-
Douglas Gregor authored
llvm-svn: 118487
-