Skip to content
  1. Nov 20, 2007
  2. Nov 19, 2007
  3. Nov 18, 2007
  4. Nov 17, 2007
    • Steve Naroff's avatar
      · 14f5f79b
      Steve Naroff authored
      Now that we are passing back "free standing decls", make sure -ast-dump works like -ast-print.
      Also added a cast to be safe...
      
      llvm-svn: 44209
      14f5f79b
    • Steve Naroff's avatar
      · c1e6d60b
      Steve Naroff authored
      Make sure Sema::ParsedFreeStandingDeclSpec() returns a decl representing the type.
      Adding basic printing to StmtPrinter::PrintRawDecl().
      
      llvm-svn: 44208
      c1e6d60b
    • Nate Begeman's avatar
      Add support for vectors to int <-> float casts. · d4d45c26
      Nate Begeman authored
      llvm-svn: 44204
      d4d45c26
    • Ted Kremenek's avatar
      Reverted patch 44199: · b6c40f3f
      Ted Kremenek authored
      http://llvm.org/viewvc/llvm-project?rev=44199&view=rev
      
      This patch completely broke serialization due to an invariant I assumed but
      did not hold. The assumed invariant was that all pointer IDs emitted by a call
      to BatchEmitOwnedPtrs would be consecutive. This is only the case if there has
      been no forward references to an owned pointer (and hence already registered
      with the Serializer object).
      
      llvm-svn: 44203
      b6c40f3f
Loading