r333302 - Convert clang-interpreter to ORC JIT API

2018-05-25 Thread Stephane Sezer via cfe-commits
Author: sas Date: Fri May 25 13:23:42 2018 New Revision: 02 URL: http://llvm.org/viewvc/llvm-project?rev=02&view=rev Log: Convert clang-interpreter to ORC JIT API Summary: This mostly re-uses code from the KaleidoscopeJIT example. Reviewers: ddunbar, lhames Reviewed By: lhames Subscrib

r331802 - Add missing newlines to cl::extrahelp uses

2018-05-08 Thread Stephane Sezer via cfe-commits
Author: sas Date: Tue May 8 12:46:29 2018 New Revision: 331802 URL: http://llvm.org/viewvc/llvm-project?rev=331802&view=rev Log: Add missing newlines to cl::extrahelp uses Modified: cfe/trunk/docs/LibASTMatchersTutorial.rst cfe/trunk/docs/LibTooling.rst cfe/trunk/include/clang/Toolin