Skip to content
  1. Sep 18, 2008
  2. Sep 17, 2008
  3. Sep 16, 2008
  4. Sep 13, 2008
    • Ted Kremenek's avatar
      Patch by Csaba Hruska! · 2d470fc0
      Ted Kremenek authored
      "Here is a patch what replaces std::ostream with llvm::raw_ostream. This patch
      covers the AST library, but ignores Analysis lib."
      
      llvm-svn: 56185
      2d470fc0
  5. Sep 12, 2008
    • Ted Kremenek's avatar
      Add missing spaces in path diagnostics. · ef2b3a71
      Ted Kremenek authored
      llvm-svn: 56166
      ef2b3a71
    • Daniel Dunbar's avatar
      Add --suppress-system-warnings (on by default, use =0 to disable) · 84b70f7f
      Daniel Dunbar authored
       - For investigating warnings in system headers / builtins.
       - Currently also enables the behavior that allows silent redefinition
         of types in system headers. Conceptually these are separate but I
         didn't feel it was worth two options (or changing LangOptions).
      
      llvm-svn: 56163
      84b70f7f
    • Douglas Gregor's avatar
      Give string literals const element typesin C++, and cope with the deprecated... · aa1e21dc
      Douglas Gregor authored
      Give string literals const element typesin C++, and cope with the deprecated C++ conversion from a string literal to a pointer-to-non-const-character
      
      llvm-svn: 56137
      aa1e21dc
    • Daniel Dunbar's avatar
      Iterate on sema for :? in Objective-C: · 484603be
      Daniel Dunbar authored
       - Follow C99 behavior of using other operand type when one of
         operands is a null pointer constant.
       - Fix overenthusiastic devolving of any Objective-C types to id:
         o If either operand has an Objective-C object type then:
           - If both operands are interfaces and either operand can be
             assigned to the other, use that type as the composite type.
           - Otherwise, if either type is id, use id as the composite type.
           - Otherwise, warn about incompatible types and use id as the
             composite type.
       - Return handling of qualified idea to separate test following
         general pointer type checking.
         o Upgraded from old code to allow devolving to id (without warning,
           which matches GCC).
       - <rdar://problem/6212771>
      
      Add test case for issues fixed above, XFAIL though because it exposed
      a new issue in property handling.
      
      llvm-svn: 56135
      484603be
    • Argyrios Kyrtzidis's avatar
      Add comments about C++ clause 3.3.2p4 that mentions that the condition... · 47f98651
      Argyrios Kyrtzidis authored
      Add comments about C++ clause 3.3.2p4 that mentions that the condition declaration should be local to an if/switch/while/for statement.
      
      llvm-svn: 56134
      47f98651
  6. Sep 11, 2008
  7. Sep 10, 2008
Loading