- Mar 18, 2010
-
-
Ted Kremenek authored
for both CallExprs and ObjCMessageExprs. llvm-svn: 98800
-
Anders Carlsson authored
llvm-svn: 98799
-
Ted Kremenek authored
uninitialized data. llvm-svn: 98796
-
Ted Kremenek authored
a scalar variable with a scalar parameter. This is a form of defensive programming. If the variable is unused, it will be caused by -Wunused-variable. llvm-svn: 98795
-
Ted Kremenek authored
llvm-svn: 98794
-
Ted Kremenek authored
the PCHReader more robust to corrupt or invalid PCH files. llvm-svn: 98788
-
Douglas Gregor authored
directives while annotating tokens in CIndex. This functionality should probably be factored out of this routine, but we're not there yet. llvm-svn: 98786
-
- Mar 17, 2010
-
-
Anders Carlsson authored
llvm-svn: 98765
-
John McCall authored
llvm-svn: 98764
-
John McCall authored
ActOnStartCXXMemberDeclaration. We haven't started the field collector on this class yet, so don't stop it. Fixes a crash in the VS buildbot and a memory error on all the others. llvm-svn: 98760
-
Douglas Gregor authored
from 16 bytes to 8 bytes, since we don't ever use those low 4 bits. Should save some storage. llvm-svn: 98754
-
Douglas Gregor authored
llvm-svn: 98750
-
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
-
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
-
Chandler Carruth authored
llvm-svn: 98713
-
John McCall authored
llvm-svn: 98710
-
Rafael Espindola authored
Patch by Zhanyong Wan. llvm-svn: 98708
-
Rafael Espindola authored
Fixes PR6625. llvm-svn: 98707
-
Zhongxing Xu authored
their bindings are not removed. llvm-svn: 98705
-
John McCall authored
llvm-svn: 98703
-
John McCall authored
llvm-svn: 98702
-
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
-
Fariborz Jahanian authored
literal. Fixes radar 7760213. llvm-svn: 98693
-
- 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
-
John McCall authored
llvm-svn: 98685
-