- Jun 11, 2010
-
-
Chandler Carruth authored
of the recursion on VarDecls. Patch by Craig Silverstein. llvm-svn: 105803
-
Greg Clayton authored
Fixed an issue where a return value wasn't being returned from Symtab::CompareSymbolValueByIndexLinux. llvm-svn: 105802
-
John McCall authored
case of an elaborated-type-specifier like 'typename A<T>::foo', and DependentTemplateSpecializationType represents the case of an elaborated-type-specifier like 'typename A<T>::template B<T>'. The TypeLoc representation of a DependentTST conveniently exactly matches that of an ElaboratedType wrapping a TST. Kill off the explicit rebuild methods for RebuildInCurrentInstantiation; the standard implementations work fine because the nested name specifier is computable in the newly-entered context. llvm-svn: 105801
-
John McCall authored
llvm-svn: 105800
-
Eli Friedman authored
llvm-svn: 105799
-
Eli Friedman authored
llvm-svn: 105798
-
Eli Friedman authored
have to be so complicated? llvm-svn: 105797
-
Chandler Carruth authored
a set of preprocessor macros. Patch by Zhanyong Wan. llvm-svn: 105796
-
Chandler Carruth authored
Zhanyong Wan. llvm-svn: 105795
-
Eli Friedman authored
llvm-svn: 105794
-
- Jun 10, 2010
-
-
Nate Begeman authored
llvm-svn: 105793
-
Nate Begeman authored
llvm-svn: 105792
-
Daniel Dunbar authored
llvm-svn: 105791
-
Duncan Sands authored
warnings with gcc-4.6, by not setting bits when the result is not used. llvm-svn: 105790
-
Daniel Dunbar authored
llvm-svn: 105789
-
Duncan Sands authored
with gcc-4.6. The warning is wrong, since Sub *is* used (perhaps gcc is confused because the use of Sub is constant folded away?), but since it is trivial to avoid, and massively reduces the amount of warning spew, just workaround the wrong warning. llvm-svn: 105788
-
Chandler Carruth authored
value semantics such that we recurse while the visitors return true, and halt as soon as one returns false. Patch by csilvers. llvm-svn: 105787
-
Duncan Sands authored
done some more header trimming, resulting in cstdef being included by less header files. llvm-svn: 105786
-
Jason Molenda authored
llvm-svn: 105785
-
Benjamin Kramer authored
llvm-svn: 105784
-
Eric Christopher authored
llvm-svn: 105783
-
Eli Friedman authored
other systems). llvm-svn: 105782
-
Eli Friedman authored
llvm-svn: 105781
-
Eli Friedman authored
llvm-svn: 105780
-
Greg Clayton authored
llvm-svn: 105779
-
Greg Clayton authored
llvm-svn: 105778
-
Greg Clayton authored
llvm-svn: 105777
-
Bruno Cardoso Lopes authored
providing more ways to factor out commonality from the records. llvm-svn: 105776
-
Evan Cheng authored
llvm-svn: 105775
-
Evan Cheng authored
llvm-svn: 105774
-
Eli Friedman authored
llvm-svn: 105773
-
Jason Molenda authored
llvm-svn: 105772
-
Rafael Espindola authored
__USER_LABEL_PREFIX__. llvm-svn: 105771
-
Nate Begeman authored
llvm-svn: 105770
-
Nate Begeman authored
llvm-svn: 105769
-
Charles Davis authored
llvm-svn: 105767
-
Daniel Dunbar authored
llvm-svn: 105766
-
Daniel Dunbar authored
llvm-svn: 105765
-
Daniel Dunbar authored
llvm-svn: 105764
-
Daniel Dunbar authored
options. - This matches the intent of the .td files, and will simplify alias handling. - PR7321. llvm-svn: 105763
-