Go to file
Manuel Klimek 75f34c1386 Fix handling of condition variables in the face of temp dtors.
The assignment needs to be before the destruction of the temporary.
This patch calls out to addStmt, which invokes VisitDeclStmt, which has
all the correct logic for handling temporaries.

llvm-svn: 207985
2014-05-05 18:21:06 +00:00
clang Fix handling of condition variables in the face of temp dtors. 2014-05-05 18:21:06 +00:00
clang-tools-extra Add clang-tidy -header-filter option 2014-05-05 14:54:47 +00:00
compiler-rt [ASan/Win] Add DLL thunks for the fake stack interface 2014-05-05 12:26:04 +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 Exceptions store the message as reference counted string for 2014-04-30 19:54:11 +00:00
libcxxabi Try harder to get the compiler to use float registers in different 2014-05-04 16:31:33 +00:00
lld [ELF] Use a range based access to the ELFFile's sections collection. 2014-05-05 07:17:40 +00:00
lldb Rename eExecution*** to eExpression*** to be consistent with the result type. 2014-05-05 02:47:44 +00:00
llvm Move test from r207969 to another folder and rename it. 2014-05-05 18:10:15 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Add delinearization testcase for ivs that do not follow the loop order 2014-04-30 17:49:22 +00:00