- Nov 01, 2010
-
-
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
-
Anders Carlsson authored
llvm-svn: 117872
-
Nick Lewycky authored
llvm-svn: 117871
-
Nick Lewycky authored
llvm-svn: 117870
-
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
-
Argyrios Kyrtzidis authored
llvm-svn: 117841
-
Daniel Dunbar authored
llvm-svn: 117829
-
Benjamin Kramer authored
Turns out that we may end up calling dladdr on GetExecutablePath, give it external linkage to make sure the lookup works on all platforms. llvm-svn: 117813
-
Benjamin Kramer authored
llvm-svn: 117786
-
John McCall authored
independently of whether they're definitions, then teach IR generation to ignore non-explicit visibility when emitting declarations. Use this to make sure that RTTI, vtables, and VTTs get the right visibility. More of rdar://problem/8613093 llvm-svn: 117781
-
John McCall authored
whether it's a declaration or not, then ignores that information for declarations unless it was explicitly given. It's not totally clear how that should be mapped into a sane system, but make an effort. llvm-svn: 117780
-
Benjamin Kramer authored
llvm-svn: 117779
-
Nick Lewycky authored
Fixes PR8489. llvm-svn: 117776
-
Chris Lattner authored
PR8423 llvm-svn: 117775
-
Douglas Gregor authored
llvm-svn: 117770
-
Argyrios Kyrtzidis authored
We already flag the error with InitListChecker's hadError and we mess up the AST unnecessarily. Fixes rdar://8605381. llvm-svn: 117760
-
Argyrios Kyrtzidis authored
llvm-svn: 117759
-
Argyrios Kyrtzidis authored
llvm-svn: 117758
-
rdar://problem/8610363Ted Kremenek authored
Add test case for <rdar://problem/8610363> (a bogus report of using an uninitialized field). This was already fixed, but this serves for detecting regressions. llvm-svn: 117754
-
Douglas Gregor authored
load identifiers without loading their corresponding macro definitions. This is likely to improve PCH performance slightly, and reduces deserialization stack depth considerably when using preprocessor metaprogramming. llvm-svn: 117750
-
John McCall authored
of descending into the subelements. rdar://problem/8345836 llvm-svn: 117749
-
Dan Gohman authored
eraseFromDisk does the same check. This avoids a stat call in the common case. llvm-svn: 117744
-
Dale Johannesen authored
llvm-svn: 117743
-
Fariborz Jahanian authored
methods in protocols when protocols are in system headers and thus ignored. //rdar: //8227199 llvm-svn: 117739
-
Dale Johannesen authored
in asm's. PR 8501, 8602988. I don't like including Type.h where it is; the idea was to get references to X86_MMXTy out of the common code. Maybe there's a better way? llvm-svn: 117736
-
Dan Gohman authored
llvm-svn: 117734
-
Dan Gohman authored
llvm-svn: 117733
-
Douglas Gregor authored
the performance of C++ PCH and reducing stack depth in the reader. llvm-svn: 117732
-
John McCall authored
for namespace-scope variable declarations. Apply visibility in IR gen to variables that are merely declared and never defined. We were previously emitting these with default visibility unless they were declared with private_extern. Ignore global visibility settings when computing visibility for a declaration's context, and key several conditions on whether a visibility attribute exists anywhere in the hierarchy as opposed to whether it exists at the current level. llvm-svn: 117729
-