hanchenye-llvm-project/clang/utils
David Blaikie 4c96a5ef1c Fix memory ownership in the NeonEmitter by using values instead of pointers (smart or otherwise)
Improvement to the memory leak fix in 244196.

Address validity is required for the Intrinsic objects, but since the
collections only ever grow (no elements are removed), deque provides
sufficient guarantees (that the objects will never be reallocated/moved
around) for this use case.

llvm-svn: 244241
2015-08-06 18:29:32 +00:00
..
ABITest Fix invalid test generation by utils/ABITest/ABITestGen.py when the same enum is generated more than once. 2014-08-21 10:13:49 +00:00
CIndex
TableGen Fix memory ownership in the NeonEmitter by using values instead of pointers (smart or otherwise) 2015-08-06 18:29:32 +00:00
TestUtils
VtableTest
analyzer [Static Analyzer] Make the paths relative from the project root when generating reference results in the test suite. 2015-07-08 18:39:31 +00:00
check_cfc [utils] Improvements to check_cfc.py to work better with some build systems. 2015-06-03 15:09:13 +00:00
valgrind
CaptureCmd
ClangDataFormat.py
CmpDriver
FindSpecRefs
FuzzTest
builtin-defines.c
clang-completion-mode.el
clang.natvis
find-unused-diagnostics.sh
token-delta.py