Skip to content
  1. Dec 02, 2010
  2. Dec 01, 2010
  3. Nov 30, 2010
  4. Nov 29, 2010
  5. Nov 28, 2010
  6. Nov 26, 2010
  7. Nov 25, 2010
  8. Nov 24, 2010
  9. Nov 23, 2010
  10. Nov 22, 2010
  11. Nov 21, 2010
    • Benjamin Kramer's avatar
      Fix a bunch of IndirectFieldDecl-related warnings. · 3959370c
      Benjamin Kramer authored
      - Negative ChainingSize doesn't make sense, make it unsigned.
      
      llvm-svn: 119943
      3959370c
    • Francois Pichet's avatar
      Major anonymous union/struct redesign. · 783dd6ec
      Francois Pichet authored
      A new AST node is introduced:
         def IndirectField : DDecl<Value>;
      IndirectFields are injected into the anonymous's parent scope and chain back to
      the original field. Name lookup for anonymous entities now result in an
      IndirectFieldDecl instead of a FieldDecl.
      There is no functionality change, the code generated should be the same.
      
      llvm-svn: 119919
      783dd6ec
  12. Nov 20, 2010
  13. Nov 19, 2010
  14. Nov 18, 2010
    • Argyrios Kyrtzidis's avatar
      Refactoring of Diagnostic class. · d0040648
      Argyrios Kyrtzidis authored
      -Move the stuff of Diagnostic related to creating/querying diagnostic IDs into a new DiagnosticIDs class.
      -DiagnosticIDs can be shared among multiple Diagnostics for multiple translation units.
      -The rest of the state in Diagnostic object is considered related and tied to one translation unit.
      -Have Diagnostic point to the SourceManager that is related with. Diagnostic can now accept just a
         SourceLocation instead of a FullSourceLoc.
      -Reflect the changes to various interfaces.
      
      llvm-svn: 119730
      d0040648
Loading