- Mar 23, 2010
-
-
Fariborz Jahanian authored
types using property syntax to access setter/getters. (also radar 7351147). llvm-svn: 99307
-
Anders Carlsson authored
llvm-svn: 99303
-
Fariborz Jahanian authored
properties of complex type. Radar 7351147. llvm-svn: 99299
-
Anders Carlsson authored
llvm-svn: 99294
-
Anders Carlsson authored
llvm-svn: 99287
-
Douglas Gregor authored
DeclContext because we don't want a NULL DeclContext. Instead, use the current context. llvm-svn: 99281
-
Anders Carlsson authored
llvm-svn: 99280
-
Anders Carlsson authored
llvm-svn: 99279
-
Duncan Sands authored
llvm-svn: 99277
-
Zhongxing Xu authored
llvm-svn: 99271
-
Zhongxing Xu authored
llvm-svn: 99269
-
Zhongxing Xu authored
llvm-svn: 99268
-
Zhongxing Xu authored
plate code for evaluating expressions of C++ class type. llvm-svn: 99267
-
Anders Carlsson authored
llvm-svn: 99260
-
Zhongxing Xu authored
llvm-svn: 99259
-
Daniel Dunbar authored
-disable-free. Among other things, this fixes freeing of the LLVM module on exit. - Note that this means we are disable-free'ing of a lot more stuff than we used to -- this should flush out bugs in anything left that is trying to do real work in its destructor. I did a mini-audit but '::~' is not totally uncommon. llvm-svn: 99258
-
Daniel Dunbar authored
PPCallbacks: Add hook for reaching the end of the main file, and fix DependencyFile to not do work in its destructor. llvm-svn: 99257
-
Zhongxing Xu authored
change the block counter map from unsigned -> unsigned to <StackFrameContext*, unsigned> -> unsigned. llvm-svn: 99255
-
Anders Carlsson authored
llvm-svn: 99254
-
Anders Carlsson authored
llvm-svn: 99253
-
Anders Carlsson authored
Always emit associated thunks when emitting the function itself. Remove getVtableAddressPoint, it's not used. llvm-svn: 99252
-
Anders Carlsson authored
llvm-svn: 99251
-
Anders Carlsson authored
llvm-svn: 99250
-
Ted Kremenek authored
encounter a definition. llvm-svn: 99243
-
Ted Kremenek authored
a null dereference results from a field access. llvm-svn: 99236
-
Ted Kremenek authored
are called (transitively) by regular functions/blocks within a translation untion. llvm-svn: 99233
-
Fariborz Jahanian authored
and fix a missing diagnostics on assigning to a read-only property. Fixes radar 7766184. llvm-svn: 99230
-
Rafael Espindola authored
we see an specialization definition ever if we then see a extern template declaration. llvm-svn: 99226
-
- Mar 22, 2010
-
-
Ted Kremenek authored
Fixes <rdar://problem/7405601>. llvm-svn: 99222
-
Ted Kremenek authored
uninitialized value is used in the LHS of a compound assignment. llvm-svn: 99221
-
Douglas Gregor authored
Comment the reasons for the strange little dance we do with the main file name for debug information llvm-svn: 99215
-
Chris Lattner authored
format attribute specifier. llvm-svn: 99213
-
Chris Lattner authored
llvm-svn: 99212
-
Chris Lattner authored
llvm-svn: 99211
-
Fariborz Jahanian authored
(radar 7634653). llvm-svn: 99210
-
Chris Lattner authored
llvm-svn: 99209
-
Chris Lattner authored
llvm-svn: 99208
-
Chris Lattner authored
Will fix correctly now that I have a testcase llvm-svn: 99207
-
Chris Lattner authored
llvm-svn: 99200
-
Anders Carlsson authored
llvm-svn: 99199
-