summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorEnrico Granata <granata.enrico@gmail.com>2012-02-02 23:34:52 +0000
committerEnrico Granata <granata.enrico@gmail.com>2012-02-02 23:34:52 +0000
commita6a60d0d87192d1cd99e46664c00e8e1d8d21da3 (patch)
treea68c05857e652796984fad930d2af47063d444c4 /clang/lib/Frontend/CompilerInvocation.cpp
parente30365bfc28be0ab425ab1dc24a6fd726b796abb (diff)
downloadbcm5719-llvm-a6a60d0d87192d1cd99e46664c00e8e1d8d21da3.tar.gz
bcm5719-llvm-a6a60d0d87192d1cd99e46664c00e8e1d8d21da3.zip
Added a new --omit-names (-O, uppercase letter o) option to "type summary add".
When used in conjunction with --inline-children, this option will cause the names of the values to be omitted from the output. This can be beneficial in cases such as vFloat, where it will compact the representation from ([0]=1,[1]=2,[2]=3,[3]=4) to (1, 2, 3, 4). Added a test case to check that the new option works correctly. Also took some time to revisit SummaryFormat and related classes and tweak them for added readability and maintainability. Finally, added a new class name to which the std::string summary should be applied. llvm-svn: 149644
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud