- Mar 17, 2010
-
-
Chris Lattner authored
llvm-svn: 98742
-
Jeffrey Yasskin authored
non-unit tests. llvm-svn: 98741
-
Douglas Gregor authored
llvm-svn: 98730
-
Douglas Gregor authored
considered to be a part of the translation unit unless they're named in a way that brings them into existence. llvm-svn: 98729
-
Douglas Gregor authored
source file has been changed. Handle that failure more gracefully. llvm-svn: 98727
-
Douglas Gregor authored
whether a file has changed since it was originally read. llvm-svn: 98726
-
Douglas Gregor authored
changed, rather than trying to point out how it changed. The "why" doesn't matter. llvm-svn: 98725
-
John Criswell authored
llvm-svn: 98724
-
Kovarththanan Rajaratnam authored
llvm-svn: 98722
-
Kovarththanan Rajaratnam authored
llvm-svn: 98721
-
Kovarththanan Rajaratnam authored
llvm-svn: 98720
-
Kovarththanan Rajaratnam authored
llvm-svn: 98719
-
Kovarththanan Rajaratnam authored
llvm-svn: 98718
-
John McCall authored
llvm-svn: 98717
-
Jeffrey Yasskin authored
libstdc++'s std::string class points to the interior of an allocation, valgrind reports strings still alive at program termination as possible leaks. I didn't use a ManagedStatic for this because System can't depend on Support. llvm-svn: 98716
-
Chris Lattner authored
llvm-svn: 98715
-
Chris Lattner authored
llvm-svn: 98714
-
Chandler Carruth authored
llvm-svn: 98713
-
Chris Lattner authored
should use CreateTempSymbol() if they don't care about the name. llvm-svn: 98712
-
John McCall authored
llvm-svn: 98710
-
Chris Lattner authored
through tons of old commits. llvm-svn: 98709
-
Rafael Espindola authored
Patch by Zhanyong Wan. llvm-svn: 98708
-
Rafael Espindola authored
Fixes PR6625. llvm-svn: 98707
-
Chris Lattner authored
to get reincluded. llvm-svn: 98706
-
Zhongxing Xu authored
their bindings are not removed. llvm-svn: 98705
-
Chris Lattner authored
llvm-svn: 98704
-
John McCall authored
llvm-svn: 98703
-
John McCall authored
llvm-svn: 98702
-
Jeffrey Yasskin authored
llvm-svn: 98701
-
John McCall authored
Fixes the crash-on-invalid in PR6629. llvm-svn: 98698
-
Douglas Gregor authored
ASTUnit::LoadFromCompilerInvocation() fails to create target information. llvm-svn: 98697
-
Fariborz Jahanian authored
returning objc objects. There will be a corresponding objective-c++ patch soon. llvm-svn: 98696
-
Douglas Gregor authored
llvm-svn: 98695
-
Bob Wilson authored
llvm-svn: 98694
-
Fariborz Jahanian authored
literal. Fixes radar 7760213. llvm-svn: 98693
-
Bob Wilson authored
llvm-svn: 98692
-
- Mar 16, 2010
-
-
Douglas Gregor authored
llvm-svn: 98691
-
Douglas Gregor authored
buffer was invalid when it was created, and use that bit to always set the "Invalid" flag according to whether the buffer is invalid. This ensures that all accesses to an invalid buffer are marked invalid, improving recovery. llvm-svn: 98690
-
Douglas Gregor authored
recovery for those that need it. llvm-svn: 98689
-
Blaine Garst authored
llvm-svn: 98688
-