Skip to content
  1. Jan 28, 2009
  2. Jan 27, 2009
  3. Jan 26, 2009
  4. Jan 25, 2009
  5. Jan 24, 2009
  6. Jan 23, 2009
  7. Jan 22, 2009
    • Chris Lattner's avatar
      inline Sema::getLangOptions, rdar://6515190. This speeds up · 4da04a4e
      Chris Lattner authored
      fsyntax-only with PTH by 3%.
      
      llvm-svn: 62774
      4da04a4e
    • Douglas Gregor's avatar
      EXTWARNify the warning about unnamed typedefs of enums · 2d9dde0e
      Douglas Gregor authored
      llvm-svn: 62766
      2d9dde0e
    • Douglas Gregor's avatar
      Initial implementation of semantic analysis and ASTs for C99 · e4a0bb7a
      Douglas Gregor authored
      designated initializers. This implementation should cover all of the
      constraints in C99 6.7.8, including long, complex designations and
      computing the size of incomplete array types initialized with a
      designated initializer. Please see the new test-case and holler if you
      find cases where this doesn't work.
      
      There are still some wrinkles with GNU's anonymous structs and
      anonymous unions (it isn't clear how these should work; we'll just
      follow GCC's lead) and with designated initializers for the members of a
      union. I'll tackle those very soon.
      
      CodeGen is still nonexistent, and there's some leftover code in the
      parser's representation of designators that I'll also need to clean up.
      
      llvm-svn: 62737
      e4a0bb7a
  8. Jan 21, 2009
  9. Jan 20, 2009
Loading