Skip to content
  1. Feb 25, 2011
    • Nick Lewycky's avatar
      Remove dead variable. · 1db7b187
      Nick Lewycky authored
      llvm-svn: 126450
      1db7b187
    • Johnny Chen's avatar
      The lldb-enhanced gud.el does not work on emacs 22.1.1 (dumb terminal). · e1e020dc
      Johnny Chen authored
      This is the error I got:
      
      Debugger entered--Lisp error: (void-function split-string-and-unquote)
        (split-string-and-unquote command-line)
        (let* ((words ...) (program ...) (dir default-directory) (file-word ...) (file-subst ...) (args ...) (file ...) (filepart ...) (existing-buffer ...)) (pop-to$
        gud-common-init("/Volumes/data/lldb/svn/trunk/build/Debug/lldb" nil gud-lldb-marker-filter)
        lldb("/Volumes/data/lldb/svn/trunk/build/Debug/lldb")
        call-interactively(lldb)
        execute-extended-command(nil)
        call-interactively(execute-extended-command)
      
      The gud-common-init elisp function references split-string-and-unquote function
      which is not defined there.
      
      llvm-svn: 126449
      e1e020dc
    • Ted Kremenek's avatar
      Don't warn about using PredefinedExprs as format string literals. These never... · a8890833
      Ted Kremenek authored
      Don't warn about using PredefinedExprs as format string literals.  These never can be a real security issue.
      
      Fixes PR 9314.
      
      llvm-svn: 126447
      a8890833
  2. Feb 24, 2011
Loading