- Nov 02, 2010
-
-
Douglas Gregor authored
can be used to automatically synthesize an ivar. llvm-svn: 118052
-
Daniel Dunbar authored
some unexpected fallout. llvm-svn: 118037
-
Rafael Espindola authored
llvm-svn: 118035
-
John McCall authored
llvm-svn: 118034
-
Fariborz Jahanian authored
// rdar: //8620510 and PR7666 llvm-svn: 118019
-
Argyrios Kyrtzidis authored
Previously the temporaries would get destroyed before the asm call. llvm-svn: 118001
-
John McCall authored
with their own explicit visibility attributes. Basically we only want to apply a single visibility attribute from any particular ancestry. llvm-svn: 117998
-
Fariborz Jahanian authored
does not terminate with @end. // rdar: //7824372 llvm-svn: 117991
-
Douglas Gregor authored
llvm-svn: 117990
-
Douglas Gregor authored
only keep deduction results for successful deductions, so that they can be compared against each other. Fixes PR8462, from Richard Smith! llvm-svn: 117983
-
Douglas Gregor authored
declaration names, from Jim Goodnow II! llvm-svn: 117970
-
- Nov 01, 2010
-
-
Douglas Gregor authored
llvm-svn: 117963
-
-
Douglas Gregor authored
llvm-svn: 117954
-
Fariborz Jahanian authored
(was project bugs). llvm-svn: 117951
-
Argyrios Kyrtzidis authored
Also avoids IRGen crashes due to accepting invalid code. llvm-svn: 117943
-
Douglas Gregor authored
llvm-svn: 117942
-
Devang Patel authored
llvm-svn: 117928
-
Anders Carlsson authored
llvm-svn: 117921
-
Douglas Gregor authored
directives. We had a std::string in an object that was allocated via a BumpPtrAllocator. llvm-svn: 117912
-
Douglas Gregor authored
llvm-svn: 117910
-
Zhongxing Xu authored
and ImplicitCastExpr to propagate asLValue AddStmtChoice property. But do not propagate AlwaysAdd property. llvm-svn: 117909
-
Zhongxing Xu authored
Let the destination of AggExprVisitor be an explicit MemRegion. Reenable the test case. llvm-svn: 117908
-
Zhongxing Xu authored
method inlining. Temporarily fail a test case. llvm-svn: 117907
-
John McCall authored
isInlined() just gives meaningless results for non-definitions. Fixes rdar://problem/8614470 llvm-svn: 117887
-
Anders Carlsson authored
llvm-svn: 117883
-
Anders Carlsson authored
llvm-svn: 117882
-
Anders Carlsson authored
Rename getBaseClassOffset to getBaseClassOffsetInBits and introduce a getBaseClassOffset which returns the offset in CharUnits. Do the same thing for getVBaseClassOffset. llvm-svn: 117881
-
- Oct 31, 2010
-
-
Anders Carlsson authored
llvm-svn: 117878
-
Anders Carlsson authored
llvm-svn: 117877
-
Anders Carlsson authored
llvm-svn: 117875
-
Anders Carlsson authored
llvm-svn: 117874
-
Anders Carlsson authored
llvm-svn: 117873
-
Nick Lewycky authored
llvm-svn: 117871
-
Anders Carlsson authored
Baby steps towards using only CharUnits for base class offsets in ASTRecordLayout. Start by storing the offsets in CharUnits in the ASTRecordLayout object. llvm-svn: 117869
-
Anders Carlsson authored
Teach the constant expr evaluator about derived-to-base casts when no virtual bases are involved. Fixes PR5974. llvm-svn: 117868
-
Zhanyong Wan authored
Make Clang static analyzer skip function template definitions. This fixes Clang PR 8426, 8427, & 8433. Reviewed by Ted Kremenek and Doug Gregor. llvm-svn: 117853
-
Anders Carlsson authored
llvm-svn: 117850
-
- Oct 30, 2010
-
-
Argyrios Kyrtzidis authored
As a bonus, avoids a crash on the IRGen side due to accepting invalid code. llvm-svn: 117842
-
Daniel Dunbar authored
llvm-svn: 117829
-