Skip to content
  1. Aug 18, 2011
    • Ted Kremenek's avatar
      [libclang] Workaround potential race condition with code completion... · 5b8ad406
      Ted Kremenek authored
      [libclang] Workaround potential race condition with code completion AllocatedResults being freed after a CXTranslationUnit.
      
      The Container USR's CXString had its underlying data owned by the CXTranslationUnit's string pool.  This
      would result in trying to access freed memory.
      
      llvm-svn: 137887
      5b8ad406
    • Enrico Granata's avatar
      First round of code cleanups: · c482a192
      Enrico Granata authored
       - all instances of "vobj" have been renamed to "valobj"
       - class Debugger::Formatting has been renamed to DataVisualization (defined in FormatManager.h/cpp)
         The interface to this class has not changed
       - FormatCategory now uses ConstString's as keys to the navigators instead of repeatedly casting
         from ConstString to const char* and back all the time
         Next step is making the same happen for categories themselves
       - category gnu-libstdc++ is defined in the constructor for a FormatManager
         The source code for it is defined in gnu_libstdcpp.py, drawn from examples/synthetic at compile time
         All references to previous 'osxcpp' name have been removed from both code and file names
      Functional changes:
       - the name of the option to use a summary string for 'type summary add' has changed from the previous --format-string
         to the new --summary-string. It is expected that the short option will change from -f to -s, and -s for --python-script
         will become -o
      
      llvm-svn: 137886
      c482a192
    • Bruno Cardoso Lopes's avatar
      Fix PR10688. Add support for spliting 256-bit vector shifts when the · 1a87fcb9
      Bruno Cardoso Lopes authored
      shift amount is variable
      
      llvm-svn: 137885
      1a87fcb9
    • John McCall's avatar
      Reorganize the return-type vs. expression checking code in · 5500ef27
      John McCall authored
      block returns; no functionality change.
      
      llvm-svn: 137884
      5500ef27
    • John McCall's avatar
      Somehow I fouled up this test. · 7d92c70e
      John McCall authored
      llvm-svn: 137882
      7d92c70e
  2. Aug 17, 2011
Loading