#
d060ed4d |
| 06-Dec-2009 |
Sam Weinig <sam.weinig@gmail.com> |
Don't print a void return type for C++ constructors and destructors when generating a predefined expr for them.
llvm-svn: 90725
|
Revision tags: llvmorg-2.6.0 |
|
#
f8c1f0d1 |
| 08-Oct-2009 |
Mike Stump <mrs@apple.com> |
Speed up testing by avoiding stdio.h, also helps testing on windows. Patch by John Thompson.
llvm-svn: 83593
|
#
0482cfd7 |
| 12-Sep-2009 |
Daniel Dunbar <daniel@zuster.org> |
Don't use the PredefinedExpr string as the global variable name, these don't make very nice symbols, just use the function name.
llvm-svn: 81653
|
#
2fb08241 |
| 08-Sep-2009 |
Anders Carlsson <andersca@mac.com> |
Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam Weinig!
llvm-svn: 81237
|