- Mar 11, 2009
-
-
Fariborz Jahanian authored
llvm-svn: 66710
-
Dale Johannesen authored
for a dependency, not terminate the search. llvm-svn: 66709
-
Anton Korobeynikov authored
llvm-svn: 66708
-
Fariborz Jahanian authored
Work in progress. llvm-svn: 66707
-
Douglas Gregor authored
Make sure that we set the access specifier for an instantiated FieldDecl, and that the aggregate and POD flags for an instantiated class template are updated based on instantiation of a FieldDecl llvm-svn: 66701
-
Torok Edwin authored
functionality change. llvm-svn: 66700
-
Anton Korobeynikov authored
llvm-svn: 66699
-
Douglas Gregor authored
llvm-svn: 66698
-
Gabor Greif authored
llvm-svn: 66697
-
Douglas Gregor authored
llvm-svn: 66696
-
Anton Korobeynikov authored
llvm-svn: 66692
-
Duncan Sands authored
llvm-svn: 66691
-
Duncan Sands authored
linkage, so remove it. llvm-svn: 66690
-
-
Gabor Greif authored
llvm-svn: 66688
-
Gabor Greif authored
llvm-svn: 66687
-
Anton Korobeynikov authored
This fixes fallout from recent PIC/delibtoolize changes and unbreaks build on cygming. llvm-svn: 66686
-
Douglas Gregor authored
for FieldDecls so that the parser and the template instantiation make use of the same semantic checking module. llvm-svn: 66685
-
Mon P Wang authored
llvm-svn: 66684
-
Ted Kremenek authored
llvm-svn: 66680
-
Ted Kremenek authored
not be consulted for its size expression when operator* was called in the StmtIterator (this resulted in an assertion failure). llvm-svn: 66679
-
Chris Lattner authored
llvm-svn: 66663
-
Douglas Gregor authored
template. More importantly, start to sort out the issues regarding complete types and nested-name-specifiers, especially the question of: when do we instantiate a class template specialization that occurs to the left of a '::' in a nested-name-specifier? llvm-svn: 66662
-
Anders Carlsson authored
llvm-svn: 66661
-
Chris Lattner authored
llvm-svn: 66660
-
-
-
Zhongxing Xu authored
The ElementRegion's type depends on the array region's rvalue type. If it was a pointer type, we would get a loc::SymbolVal for '*p'. llvm-svn: 66656
-
Zhongxing Xu authored
llvm-svn: 66655
-
Zhongxing Xu authored
llvm-svn: 66654
-
Duncan Sands authored
llvm-svn: 66653
-
Duncan Sands authored
llvm-svn: 66652
-
Duncan Sands authored
linkage: this linkage type only applies to declarations, but ODR is only relevant to globals with definitions. llvm-svn: 66650
-
Zhongxing Xu authored
llvm-svn: 66649
-
Nate Begeman authored
variety. For example, an i64 div might turn into a call to __divdi3 during legalization. llvm-svn: 66646
-
Mon P Wang authored
llvm-svn: 66645
-
Ted Kremenek authored
llvm-svn: 66643
-
Chris Lattner authored
llvm-svn: 66642
-
Chris Lattner authored
alignment of the generated constant pool entry to the desired alignment of a type. If we don't do this, we end up trying to do movsd from 4-byte alignment memory. This fixes 450.soplex and 456.hmmer. llvm-svn: 66641
-
Ted Kremenek authored
offset may be different that the base. Ultimately we need a better solution for these issues, but this point-by-point fixes are gradually outlining the scope of the problem. llvm-svn: 66638
-