- Apr 16, 2009
-
-
Daniel Dunbar authored
- <rdar://problem/6796848> implement -fdiagnostics-show-option llvm-svn: 69276
-
Chris Lattner authored
llvm-svn: 69273
-
Chris Lattner authored
llvm-svn: 69272
-
Chris Lattner authored
this implements -fdiagnostics-show-option in clang-cc. llvm-svn: 69271
-
Chris Lattner authored
llvm-svn: 69269
-
Chris Lattner authored
passing down the right info yet. llvm-svn: 69268
-
Anders Carlsson authored
llvm-svn: 69267
-
Chris Lattner authored
out of Warnings.cpp. This simplifies warnings.cpp and makes it more efficient. llvm-svn: 69266
-
Chris Lattner authored
they are supposed to be. llvm-svn: 69265
-
Chris Lattner authored
"set to the default value". llvm-svn: 69264
-
Chris Lattner authored
is about to become private. llvm-svn: 69262
-
Daniel Dunbar authored
Remove clang_W_Group and clang_ignored_W_Group. llvm-svn: 69261
-
Douglas Gregor authored
llvm-svn: 69256
-
Douglas Gregor authored
that does not require PCH support for statements. Only AddrLabelExpr, StmtExpr, and BlockExpr remain (for C). llvm-svn: 69255
-
Douglas Gregor authored
llvm-svn: 69251
-
Anders Carlsson authored
llvm-svn: 69245
-
Douglas Gregor authored
llvm-svn: 69244
-
Douglas Gregor authored
llvm-svn: 69242
-
Douglas Gregor authored
llvm-svn: 69240
-
Douglas Gregor authored
llvm-svn: 69237
-
Douglas Gregor authored
llvm-svn: 69233
-
Mike Stump authored
llvm-svn: 69232
-
Daniel Dunbar authored
- PR3980. - <rdar://problem/6762287> [irgen] crash when generating tentative definition of incomplete structure - This also avoids creating common definitions for things which are later overwritten. - XFAIL'ed external-defs.c, it isn't completing types properly yet. llvm-svn: 69231
-
Douglas Gregor authored
llvm-svn: 69230
-
- Apr 15, 2009
-
-
Fariborz Jahanian authored
__string/__weak attributes. llvm-svn: 69229
-
Devang Patel authored
llvm-svn: 69228
-
Anders Carlsson authored
struct X { X(int, int); }; X x(10, 10); we model that as X x = X(10, 10); inserting a temporary object expr. llvm-svn: 69227
-
Daniel Dunbar authored
- Also, fixed one to actually be one (instead of zero). :) llvm-svn: 69226
-
Douglas Gregor authored
llvm-svn: 69225
-
Anders Carlsson authored
llvm-svn: 69222
-
Daniel Dunbar authored
- This was particularly bad since I fixed one instance of this name and not another, meaning we got an LLVM module with the same effective name in two different globals! llvm-svn: 69205
-
rdar://problem/6786597Steve Naroff authored
Teach Sema::SemaBuiltinVAStart() about blocks. llvm-svn: 69201
-
Fariborz Jahanian authored
gen. issue for property in continuation class declared readwrite but which did not generate the declaration for the setter. Fix also removed a FIXME and resulted in code cleanup. llvm-svn: 69200
-
Daniel Dunbar authored
llvm-svn: 69199
-
Daniel Dunbar authored
llvm-svn: 69198
-
Chris Lattner authored
spectacularly when built for x86-64. llvm-svn: 69197
-
Douglas Gregor authored
Some minor cleanup. llvm-svn: 69196
-
Douglas Gregor authored
token length in the PCH file rather than trying (and failing) to reconstruct it be getting the spelling token's length. llvm-svn: 69191
-
Douglas Gregor authored
llvm-svn: 69186
-
-