r305659 - [analyzer] Teach CloneDetection about Qt Meta-Object Compiler

2017-06-18 Thread Leslie Zhai via cfe-commits
Author: xiangzhai Date: Sun Jun 18 20:55:50 2017 New Revision: 305659 URL: http://llvm.org/viewvc/llvm-project?rev=305659&view=rev Log: [analyzer] Teach CloneDetection about Qt Meta-Object Compiler Reviewers: v.g.vassilev, zaks.anna, NoQ, teemperor Reviewed By: v.g.vassilev, zaks.anna, NoQ, teem

r305773 - [analyzer] Check NULL pointer dereference issue for memset function

2017-06-19 Thread Leslie Zhai via cfe-commits
Author: xiangzhai Date: Tue Jun 20 01:41:06 2017 New Revision: 305773 URL: http://llvm.org/viewvc/llvm-project?rev=305773&view=rev Log: [analyzer] Check NULL pointer dereference issue for memset function Reviewers: dcoughlin, zaks.anna, NoQ, danielmarjamaki Reviewed By: NoQ, danielmarjamaki Dif

r305774 - [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto generated files

2017-06-19 Thread Leslie Zhai via cfe-commits
Author: xiangzhai Date: Tue Jun 20 01:44:46 2017 New Revision: 305774 URL: http://llvm.org/viewvc/llvm-project?rev=305774&view=rev Log: [analyzer] Teach CloneDetection about Qt Meta-Object Compiler to filter auto generated files Reviewers: v.g.vassilev, teemperor Reviewed By: teemperor Differe

Re: [libcxx] r294553 - [libcxx][CMake] Support in-tree libunwind when building as part of runtimes

2019-01-21 Thread Leslie Zhai via cfe-commits
Hi Asiri, Did you fix the issue when building libcxx and libcxxabi use LLVM's libunwind? http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-20170206/184841.html I experienced the similar issue: CMake Error at projects/libcxxabi/src/CMakeLists.txt:163 (target_link_libraries):   Target "

Re: [libcxx] r294553 - [libcxx][CMake] Support in-tree libunwind when building as part of runtimes

2019-01-21 Thread Leslie Zhai via cfe-commits
在 2019/1/21 下午5:36, Leslie Zhai 写道: Hi Asiri, Did you fix the issue when building libcxx and libcxxabi use LLVM's libunwind? Fixed :) Just put libcxx, libcxxabi, libunwind and compiler-rt under `runtimes` directory. Leslie Zhai http://lists.llvm.org/pipermail/cfe-commits/Week-of-Mon-

r300818 - [AVR] Add -mmcu option to the driver

2017-04-19 Thread Leslie Zhai via cfe-commits
Author: xiangzhai Date: Wed Apr 19 23:23:24 2017 New Revision: 300818 URL: http://llvm.org/viewvc/llvm-project?rev=300818&view=rev Log: [AVR] Add -mmcu option to the driver A patch by Peter Wu! Reviewers: jroelofs, xiangzhai Reviewed By: jroelofs, dylanmckay, xiangzhai Subscribers: dlj, dylanm

r301384 - [analyzer] Teach the MallocChecker about Glib API for two arguments

2017-04-25 Thread Leslie Zhai via cfe-commits
Author: xiangzhai Date: Wed Apr 26 00:33:14 2017 New Revision: 301384 URL: http://llvm.org/viewvc/llvm-project?rev=301384&view=rev Log: [analyzer] Teach the MallocChecker about Glib API for two arguments Reviewers: zaks.anna, NoQ, danielmarjamaki Reviewed By: zaks.anna, NoQ, danielmarjamaki Sub