r299597 - [Driver] Print a newline when invoking `-print-resource-dir`

2017-04-05 Thread Meador Inge via cfe-commits
Author: meadori Date: Wed Apr 5 17:27:20 2017 New Revision: 299597 URL: http://llvm.org/viewvc/llvm-project?rev=299597=rev Log: [Driver] Print a newline when invoking `-print-resource-dir` The commit yesterday (r299473) to add the `-print-resource-dir` option was supposed to emit a newline

r299473 - [Driver] Add option to print the resource directory

2017-04-04 Thread Meador Inge via cfe-commits
Author: meadori Date: Tue Apr 4 16:46:50 2017 New Revision: 299473 URL: http://llvm.org/viewvc/llvm-project?rev=299473=rev Log: [Driver] Add option to print the resource directory This patch adds the option -print-resource-dir. It simply prints the resource directory. This information will

Re: [PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace

2016-05-16 Thread Meador Inge via cfe-commits
meadori added a comment. Hmmm, it works on trunk r269671. Not sure what happened before. http://reviews.llvm.org/D20192 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Re: [PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace

2016-05-16 Thread Meador Inge via cfe-commits
meadori added a subscriber: meadori. meadori added a comment. I see failure when running the Clang test suite with this patch: Command Output (stderr): -- error: 'error' diagnostics expected but not seen: File

Re: [PATCH] D18793: fix for 19986, extra spacing around c++14 lambda capture with initializer

2016-04-05 Thread Meador Inge via cfe-commits
meadori added a subscriber: meadori. meadori added a comment. This needs a test case. http://reviews.llvm.org/D18793 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits