hanchenye-llvm-project/lldb/source/DataFormatters
Alexander Shaposhnikov 696bd63550 [lldb] Fix typos in file headers
This diff fixes typos in file headers (incorrect file names).

Test plan:

Under llvm/tools/lldb/source:
find ./* -type f | grep -e '\(cpp\|h\)$' | while read F; do B=$(basename $F); echo $F head -n 1 $F | grep -v $B | wc -l ; done

Differential revision: https://reviews.llvm.org/D27115

llvm-svn: 287966
2016-11-26 05:23:44 +00:00
..
CMakeLists.txt Let Language plugins vend a default DeclPrintingHelper in case a custom one is not specified for the specific invocation 2015-10-19 22:04:25 +00:00
CXXFunctionPointer.cpp [lldb] Fix typos in file headers 2016-11-26 05:23:44 +00:00
DataVisualization.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
DumpValueObjectOptions.cpp Preliminary plumbing work to make 'parray' able to take offset and stride options 2016-11-04 18:15:39 +00:00
FormatCache.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatClasses.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
FormatManager.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
FormattersHelpers.cpp Make lldb::Regex use StringRef. 2016-09-21 16:01:28 +00:00
LanguageCategory.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
StringPrinter.cpp Make lldb -Werror clean on Windows. 2016-10-05 17:07:34 +00:00
TypeCategory.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeCategoryMap.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
TypeFormat.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeSummary.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
TypeSynthetic.cpp Change ValueObject creation functions to take StringRefs. 2016-11-13 03:29:46 +00:00
TypeValidator.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
ValueObjectPrinter.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00
VectorType.cpp Don't allow direct access to StreamString's internal buffer. 2016-11-16 21:15:24 +00:00