This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
80bec83d8db7ea6c35f2c2cfdfd619ebd290e4e4
clang-p2996
/
clang
/
utils
History
Aaron Ballman
d6459e5c43
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers.
...
llvm-svn: 207766
2014-05-01 15:21:03 +00:00
..
ABITest
Fix constructor-related typos.
2013-09-09 14:48:42 +00:00
analyzer
Correct hyphenations in comments and assert messages
2013-12-05 04:47:09 +00:00
CIndex
…
TableGen
Fixing a FIXME -- no longer using std::memcpy, since that would fail for non-trivial types. Replaced with std::copy. No functional changes intended since all uses of this functionality either use pointers or integers.
2014-05-01 15:21:03 +00:00
TestUtils
…
valgrind
clang/utils/valgrind/x86_64-pc-linux-gnu_gcc-4.3.3.supp: Add /usr/bin/cmp.
2013-01-20 15:30:41 +00:00
VtableTest
…
builtin-defines.c
…
CaptureCmd
…
clang-completion-mode.el
Minor comments and changes to clang-completion-mode.el, from David Wood!
2012-06-07 22:33:29 +00:00
clang.natvis
Since Visual Studio 2012 is the minimum version of MSVC we support, the old-style visualizers are being removed. Adding a Natvis replacement for the debugging visualizers.
2014-01-24 19:46:45 +00:00
ClangDataFormat.py
[utils/ClangDataFormat.py] Don't use lldb.frame directly, get the frame from the value.
2013-01-09 23:22:08 +00:00
CmpDriver
…
find-unused-diagnostics.sh
Increase the portability of this script a bit: use /usr/bin/env to find bash,
2013-05-24 23:54:21 +00:00
FindSpecRefs
…
FuzzTest
…
token-delta.py
…