Skip to content
  1. Dec 30, 2012
  2. Dec 27, 2012
  3. Dec 25, 2012
    • Bob Wilson's avatar
      Rename LLVMContext diagnostic handler types and functions. · fe73ac34
      Bob Wilson authored
      These are now generally used for all diagnostics from the backend, not just
      for inline assembly, so this drops the "InlineAsm" from the names.  No
      functional change.  (I've left aliases for the old names but only for long
      enough to let me switch over clang to use the new ones.)
      
      llvm-svn: 171047
      fe73ac34
  4. Dec 24, 2012
    • Bob Wilson's avatar
      Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368> · 4ed23578
      Bob Wilson authored
      When the backend is used from clang, it should produce proper diagnostics
      instead of just printing messages to errs(). Other clients may also want to
      register their own error handlers with the LLVMContext, and the same handler
      should work for warnings in the same way as the existing emitError methods.
      
      llvm-svn: 171041
      4ed23578
  5. Dec 22, 2012
  6. Dec 21, 2012
  7. Dec 20, 2012
  8. Dec 19, 2012
Loading