Hello, The attached patch removes the 'PrintInstantiation' feature from DeclPrinter. The motivation is that it does not actually belong to the DeclPrinter and causes '-ast-print' to produce misleading results (printing the code for implicit instantiations).
@Richard: CC'ing you since you added this feature in r136306.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
remove-decl-printer-print-instantiations-feature-v1.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
