Skip to content
  1. Nov 21, 2009
    • Alexis Hunt's avatar
      Added rudimentary C++0x attribute support. · 96d5c764
      Alexis Hunt authored
      The following attributes are currently supported in C++0x attribute
      lists (and in GNU ones as well):
       - align() - semantics believed to be conformant to n3000, except for
         redeclarations and what entities it may apply to
       - final - semantics believed to be conformant to CWG issue 817's proposed
         wording, except for redeclarations
       - noreturn - semantics believed to be conformant to n3000, except for
         redeclarations
       - carries_dependency - currently ignored (this is an optimization hint)
      
      llvm-svn: 89543
      96d5c764
    • Mike Stump's avatar
      Checkpoint current work. WIP. · 58ef18b3
      Mike Stump authored
      llvm-svn: 89513
      58ef18b3
  2. Nov 20, 2009
  3. Nov 19, 2009
  4. Nov 18, 2009
  5. Nov 17, 2009
Loading