- Dec 11, 2009
-
-
Daniel Dunbar authored
Tests: Change substitution to automagically use 'clang -cc1' instead of 'clang-cc'. I still plan to eventually rewrite the tests to clarify the magic (I will probably actually rewrite them to %clang so it is more obvious this is a variable that gets substituted). llvm-svn: 91173
-
Ted Kremenek authored
llvm-svn: 91172
-
Fariborz Jahanian authored
(fixes radar 7465023). llvm-svn: 91171
-
Daniel Dunbar authored
- I apologize for the link time horrors, my goal is to kill off clang-cc in fairly short order. llvm-svn: 91170
-
John McCall authored
llvm-svn: 91163
-
Fariborz Jahanian authored
valid standard conversion to match g++'s behaviour. llvm-svn: 91157
-
Eli Friedman authored
llvm-svn: 91156
-
Benjamin Kramer authored
llvm-svn: 91155
-
Benjamin Kramer authored
llvm-svn: 91154
-
John McCall authored
llvm-svn: 91153
-
Eli Friedman authored
llvm-svn: 91152
-
Eli Friedman authored
llvm-svn: 91149
-
John McCall authored
in a file context. In well-formed code, only happens with friend functions. Fixes PR 5760. llvm-svn: 91146
-
Douglas Gregor authored
llvm-svn: 91141
-
Douglas Gregor authored
informative chunk. llvm-svn: 91139
-
Douglas Gregor authored
llvm-svn: 91138
-
Douglas Gregor authored
llvm-svn: 91137
-
Eli Friedman authored
correctly. llvm-svn: 91136
-
Douglas Gregor authored
specializations and class template partial specializations (they're never named directly). Also, member access expressions only refer to value declarations (fields, functions, enumerators, etc.) and Objective-C property declarations; filter out everything else. llvm-svn: 91133
-
Anders Carlsson authored
XFAIL this for now, fixing linkage bugs causes the order of globals to change. Will fix later today. llvm-svn: 91130
-
Anders Carlsson authored
llvm-svn: 91129
-
Anders Carlsson authored
llvm-svn: 91127
-
Douglas Gregor authored
llvm-svn: 91125
-
Benjamin Kramer authored
llvm-svn: 91119
-
Benjamin Kramer authored
llvm-svn: 91118
-
Eli Friedman authored
for logical not. llvm-svn: 91112
-
Eli Friedman authored
llvm-svn: 91108
-
Ted Kremenek authored
Enhance understanding of VarRegions referenced by a block whose declarations are outside the current stack frame. Fixes <rdar://problem/7462324>. llvm-svn: 91107
-
Zhongxing Xu authored
llvm-svn: 91100
-
John McCall authored
llvm-svn: 91099
-
Anders Carlsson authored
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRTTI which figures out the right linkage of the RTTI information for the given type and whether it should be defined or not. I will migrate clients over to GetAddrOfRTTI in subsequent commits (with tests). llvm-svn: 91098
-
Eli Friedman authored
llvm-svn: 91097
-
John McCall authored
doing any of the other redeclaration checks. We were missing a few cases. Fixes PR 5752. llvm-svn: 91096
-
John McCall authored
is difficult because they're so terribly, terribly ambiguous. We implement access declarations in terms of using declarations, which is quite reasonable. However, we should really persist the access/using distinction in the AST and use the appropriate name in diagnostics. This isn't a priority, so I'll just file a PR and hope someone else does it. :) llvm-svn: 91095
-
Chris Lattner authored
Give the "cannot pass object of non-POD type 'class C' through variadic constructor; call will abort at runtime" warning a -W flag (non-pod-varargs) and default it being an error by default. There is no good reason to allow users to get bitten by this sort of thing by default. llvm-svn: 91094
-
Eli Friedman authored
llvm-svn: 91089
-
Anders Carlsson authored
llvm-svn: 91088
-
Anders Carlsson authored
When extending the lifetime of a temporary, make sure to emit a branch to the cleanup exit block. This fixes a broken module error in LLVMCConfigurationEmitter.cpp. llvm-svn: 91086
-
Zhongxing Xu authored
llvm-svn: 91085
-
Anders Carlsson authored
When an exception needs to be freed by calling __cxa_exception_free, make sure to stash away the exception pointer somewhere. This fixes an "Instruction does not dominate all uses!" verification error when compiling TableGen. llvm-svn: 91084
-