Go to file
Nico Weber 3fddae75c7 Don't leak CXStrings for replacement fix-its in c-index-test.
The loop body used to contain a switch statement; it looks like r96685 replaced
that with an if/else if/else but accidentally left one of the three break
statements from the switch behind, skipping the clang_disposeString() call
for replacements (and the rest of the loop too, which apparently doesn't make
a differences for the test cases we have).

r96685: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20100215/027754.html

This too might possibly the last leak in clang (PR19521).

llvm-svn: 208483
2014-05-10 23:56:43 +00:00
clang Don't leak CXStrings for replacement fix-its in c-index-test. 2014-05-10 23:56:43 +00:00
clang-tools-extra Update for Clang API change and move ClangTidyDiagnosticRenderer into an anonymous namespace while there. 2014-05-10 16:32:07 +00:00
compiler-rt InstrProf: Remove redundant declaration 2014-05-10 00:22:58 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r207593 2014-04-30 18:35:20 +00:00
libcxx Add Address Sanitizer support to std::vector 2014-05-08 14:14:06 +00:00
libcxxabi Implement ARM EHABI exception handling. 2014-05-10 00:42:10 +00:00
lld [PECOFF] Resolve dllexported symbols. 2014-05-09 22:19:49 +00:00
lldb Documented our "attach" extension packets. 2014-05-09 16:17:24 +00:00
llvm R600/SI: Fold fabs/fneg into src input modifier 2014-05-10 19:18:39 +00:00
openmp Add testsuite from OpenUH 2014-05-10 17:02:09 +00:00
polly delinearize together all accesses to the same array 2014-05-09 22:45:15 +00:00