Skip to content
  1. Aug 05, 2008
    • Daniel Dunbar's avatar
      Add more Parser/Sema support for GCC asm-label extension. · 4983df37
      Daniel Dunbar authored
       - ActOnDeclarator now takes an additional parameter which is the
         AsmLabel if used. Its unfortunate that this bubbles up this high,
         but we cannot just lump it in as an attribute without mistakenly
         *accepting* it as an attribute.
       - The actual asm-label itself is, however, encoded as an AsmLabelAttr
         on the FunctionDecl.
       - Slightly improved parser error recovery on malformed asm-labels.
       - CodeGen support still missing...
      
      llvm-svn: 54339
      4983df37
    • Daniel Dunbar's avatar
      Bug fix, CodeGen of (void*) - (void*) was broken. · 5aa55d51
      Daniel Dunbar authored
       - <rdar://problem/6122967>
      
      llvm-svn: 54338
      5aa55d51
    • Daniel Dunbar's avatar
      Add EXTWARN Diagnostic class. · 81f7f290
      Daniel Dunbar authored
       - Like EXTENSION but always generates a warning (even without
         -pedantic).
       - Updated ptr -> int, int -> ptr, and incompatible cast warnings to
         be EXTWARN.
       - Other EXTENSION level diagnostics should be audited for upgrade.
       - Updated several test cases to fix code which produced unanticipated
         warnings.
      
      llvm-svn: 54335
      81f7f290
    • Ted Kremenek's avatar
      Nico Weber: · be9b33bf
      Ted Kremenek authored
      "the attached patch fixes some typos, 80 cols violations, etc. in comments."
      
      llvm-svn: 54328
      be9b33bf
  2. Aug 04, 2008
  3. Aug 03, 2008
  4. Aug 02, 2008
  5. Aug 01, 2008
  6. Jul 31, 2008
  7. Jul 30, 2008
  8. Jul 29, 2008
  9. Jul 27, 2008
Loading