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
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
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
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 "
在 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-
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
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