Go to file
Enrico Granata c482a19294 First round of code cleanups:
- 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
2011-08-17 22:13:59 +00:00
clang Reorganize the return-type vs. expression checking code in 2011-08-17 22:09:46 +00:00
compiler-rt Add the ARM VFP variants to the cc_kext libraries for armv6 and armv7. 2011-08-17 18:09:59 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx Don't move assign string::allocator_type when propagate_on_container_move_assignment is false. 2011-08-17 20:36:18 +00:00
libcxxabi reformatted to match Clang style; thanks to John McCall for the nudge 2011-08-15 18:06:47 +00:00
lldb First round of code cleanups: 2011-08-17 22:13:59 +00:00
llvm Fix PR10688. Add support for spliting 256-bit vector shifts when the 2011-08-17 22:12:20 +00:00
polly www: Updating memaccess Documentation 2011-08-15 09:37:46 +00:00