Skip to content
  1. Aug 10, 2009
    • Fariborz Jahanian's avatar
      Fixed a ir-gen bug in synthesizing copy constructors. · 2a26e351
      Fariborz Jahanian authored
      llvm-svn: 78570
      2a26e351
    • Daniel Dunbar's avatar
      Use LLVM's new error handler API to report back end errors using Diagnostic. · 71f22e73
      Daniel Dunbar authored
      For example,
      --
      ddunbar@giles:Frontend$ clang -c backend-errors.c
      fatal error: error in backend: Global variable 'a' has an invalid section specifier
            'I AM, not, legal': mach-o section specifier uses an unknown section type.
      --
      compare to:
      --
      ddunbar@giles:Frontend$ gcc -c backend-errors.c
      /var/folders/DQ/DQ8GT3++HESEzT1obWBynE+++TI/-Tmp-//cc45w2pq.s:2:Expected comma after segment-name
      /var/folders/DQ/DQ8GT3++HESEzT1obWBynE+++TI/-Tmp-//cc45w2pq.s:2:Rest of line ignored. 1st junk character valued 77 (M).
      --
      
      Yay!
      
      I am not tied to my wording choice, we could also go with "uncoverable error"
      for the prefix, or just leave it off entirely.
      
      llvm-svn: 78554
      71f22e73
    • Daniel Dunbar's avatar
      Revert r78535, it is causing a number of failures to build projects. · 481fe509
      Daniel Dunbar authored
      --- Reverse-merging r78535 into '.':
      D    test/Sema/altivec-init.c
      U    include/clang/Basic/DiagnosticSemaKinds.td
      U    include/clang/AST/Expr.h
      U    include/clang/AST/StmtNodes.def
      U    include/clang/Parse/Parser.h
      U    include/clang/Parse/Action.h
      U    tools/clang-cc/clang-cc.cpp
      U    lib/Frontend/PrintParserCallbacks.cpp
      U    lib/CodeGen/CGExprScalar.cpp
      U    lib/Sema/SemaInit.cpp
      U    lib/Sema/Sema.h
      U    lib/Sema/SemaExpr.cpp
      U    lib/Sema/SemaTemplateInstantiateExpr.cpp
      U    lib/AST/StmtProfile.cpp
      U    lib/AST/Expr.cpp
      U    lib/AST/StmtPrinter.cpp
      U    lib/Parse/ParseExpr.cpp
      U    lib/Parse/ParseExprCXX.cpp
      
      llvm-svn: 78551
      481fe509
    • Ryan Flynn's avatar
  2. Aug 09, 2009
  3. Aug 08, 2009
  4. Aug 07, 2009
Loading