- Oct 27, 2009
-
-
Chris Lattner authored
llvm-svn: 85254
-
Chris Lattner authored
thread safe either. llvm-svn: 85253
-
Chris Lattner authored
llvm-svn: 85252
-
Nick Lewycky authored
llvm-svn: 85251
-
Chris Lattner authored
llvm-svn: 85250
-
Fariborz Jahanian authored
implementation technique doesn't call the constructor at that point. DR302. Fixes pr5296. llvm-svn: 85249
-
Chris Lattner authored
llvm-svn: 85248
-
Douglas Gregor authored
llvm-svn: 85244
-
Douglas Gregor authored
llvm-svn: 85243
-
John Thompson authored
llvm-svn: 85242
-
Edward O'Callaghan authored
llvm-svn: 85241
-
Rafael Espindola authored
The user visible changes are: *) Frameworks are only searched on OS X *) The Cygwin c++ headers are now marked as c++ aware. I am almost sure that not marking them was a bug. llvm-svn: 85240
-
rdar://problem/7303360Steve Naroff authored
- 4 new functions (clang_getCursorSourceFile, clang_getDeclSourceFile, clang_getFileName, clang_getFileTime). - Should remove clang_getDeclSource() and clang_getCursorSource(). For now, just put 'deprecate' comment in header. - Also changed CXX style comment to C style (to eliminate warning). llvm-svn: 85238
-
Anders Carlsson authored
llvm-svn: 85237
-
John Thompson authored
llvm-svn: 85236
-
Rafael Espindola authored
llvm-svn: 85235
-
John Thompson authored
llvm-svn: 85234
-
Benjamin Kramer authored
llvm-svn: 85232
-
Sebastian Redl authored
Implement Chris's suggestions for the precendence warnings. Reformat the code a bit. Test the fixits. llvm-svn: 85231
-
Nuno Lopes authored
llvm-svn: 85223
-
Mikhail Glushenkov authored
llvm-svn: 85215
-
Bob Wilson authored
llvm-svn: 85210
-
Douglas Gregor authored
instantiation once we have committed to performing the instantiation. As part of this, make our makeshift template-instantiation location information suck slightly less. Fixes PR5264. llvm-svn: 85209
-
Bob Wilson authored
llvm-svn: 85208
-
Bob Wilson authored
llvm-svn: 85207
-
Chris Lattner authored
with multiple return values it inserts a PHI to merge them all together. However, if the return values are all the same, it ends up with a pointless PHI and this pointless PHI happens to really block SRoA from happening in at least a silly C++ example written by Doug, but probably others. This fixes rdar://7339069. llvm-svn: 85206
-
Chris Lattner authored
llvm-svn: 85205
-
Bob Wilson authored
llvm-svn: 85204
-
Chris Lattner authored
llvm-svn: 85203
-
Edward O'Callaghan authored
llvm-svn: 85202
-
Edward O'Callaghan authored
llvm-svn: 85201
-
Edward O'Callaghan authored
llvm-svn: 85200
-
Edward O'Callaghan authored
llvm-svn: 85199
-
Mike Stump authored
llvm-svn: 85198
-
Mike Stump authored
llvm-svn: 85197
-
Mike Stump authored
llvm-svn: 85196
-
Mike Stump authored
complain that functions that have a return statement should be declared noreturn. Fixed PR5286. llvm-svn: 85195
-
Edward O'Callaghan authored
llvm-svn: 85194
-
Ted Kremenek authored
llvm-svn: 85193
-
Jeffrey Yasskin authored
llvm-svn: 85192
-