- May 04, 2009
-
-
Daniel Dunbar authored
llvm-svn: 70818
-
Daniel Dunbar authored
llvm-svn: 70816
-
Daniel Dunbar authored
llvm-svn: 70814
-
Daniel Dunbar authored
llvm-svn: 70813
-
Daniel Dunbar authored
llvm-svn: 70812
-
Daniel Dunbar authored
llvm-svn: 70810
-
Daniel Dunbar authored
llvm-svn: 70809
-
Daniel Dunbar authored
- The diagnostic is still poor, however. Doug, can you investigate? - Improved the test case to not depend on the file name, now it can be extended to actually check the formatting of the diagnostics (I'm hoping grep -A is portable here). llvm-svn: 70807
-
Eli Friedman authored
stdint.h unless we are freestanding. Any suggestions here are welcome. llvm-svn: 70806
-
Eli Friedman authored
extension warning. llvm-svn: 70805
-
- May 03, 2009
-
-
Eli Friedman authored
llvm-svn: 70800
-
Daniel Dunbar authored
llvm-svn: 70799
-
Daniel Dunbar authored
ivar layout. - The layout needs access to synthesized ivars. llvm-svn: 70798
-
Daniel Dunbar authored
llvm-svn: 70797
-
Eli Friedman authored
llvm-svn: 70796
-
Ted Kremenek authored
llvm-svn: 70795
-
Eli Friedman authored
llvm-svn: 70794
-
Eli Friedman authored
pasted token. llvm-svn: 70793
-
Ted Kremenek authored
llvm-svn: 70791
-
Eli Friedman authored
llvm-svn: 70789
-
Eli Friedman authored
llvm-svn: 70786
-
Anders Carlsson authored
llvm-svn: 70785
-
Douglas Gregor authored
in C++. Fixes <rdar://problem/6815995>. llvm-svn: 70784
-
Anders Carlsson authored
llvm-svn: 70783
-
Douglas Gregor authored
printing. Also, when we only need to truncate the line at the end, make sure there is room for the ellipsis. llvm-svn: 70781
-
Daniel Dunbar authored
llvm-svn: 70780
-
Daniel Dunbar authored
just computing it! llvm-svn: 70779
-
Daniel Dunbar authored
llvm-svn: 70778
-
Daniel Dunbar authored
llvm-svn: 70777
-
Daniel Dunbar authored
llvm-svn: 70776
-
Daniel Dunbar authored
Lift up a size calculation and note some asymmetries. llvm-svn: 70775
-
Anton Korobeynikov authored
llvm-svn: 70774
-
Anton Korobeynikov authored
llvm-svn: 70773
-
Daniel Dunbar authored
llvm-svn: 70771
-
Daniel Dunbar authored
struct. - We still need to do more lookup than necessary because ivars don't live in a reasonable DeclContext. - The only remaining client of the interface shadow struct is the ivar layout bitmap. llvm-svn: 70756
-
Daniel Dunbar authored
decl. Only this routine will be suitable for computing the offset of a synthesized ivar. - No functionality change. llvm-svn: 70696
-
Daniel Dunbar authored
invalidated by layout out the super class, we cannot cache the map entry. llvm-svn: 70693
-
Daniel Dunbar authored
- These routines should now be independent of the Sema state. - This is nearly zero functionality change, the distinction only matters in the non-fragile ABI, and the consumers that care about this distinction should be using getASTObjCImplementationLayout. llvm-svn: 70692
-
Daniel Dunbar authored
not the shadow structure. llvm-svn: 70691
-
Daniel Dunbar authored
- The difference from getASTObjCInterfaceLayout is that the computes the layout including synthesized ivars. - No functionality change, they currently both compute the same thing -- whether that includes synthesized ivars or not depends on when they get called!!! llvm-svn: 70690
-