elsteveogrande added inline comments.
> elsteveogrande wrote in PrintPreprocessedOutput.cpp:320-321 > right you are! I was thinking of `//` when I was doing that escaping logic. > > I should either escape `*/`, or even better, just use `//` for comments, is > that ok? (I feel like `//` is more robust because it'll really ignore > characters until the end-of-line.) never mind, can't use // with c89, ansi, etc. Will correct this escaping business. Repository: rL LLVM https://reviews.llvm.org/D25153 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits