summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2016-05-08 18:12:22 +0000
committerDaniel Jasper <djasper@google.com>2016-05-08 18:12:22 +0000
commita7900adf41f4fefefb71fa475e9728b3bd7a779d (patch)
tree2f3547da374243afb5cfa5bf5ccd27cf06c604b7 /lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py
parent4a9d32c5bab34d5ae64f521ea84470721edeb128 (diff)
downloadbcm5719-llvm-a7900adf41f4fefefb71fa475e9728b3bd7a779d.tar.gz
bcm5719-llvm-a7900adf41f4fefefb71fa475e9728b3bd7a779d.zip
clang-format: Support enum type template arguments.
Before: template <enum E> class A { public : E *f(); }; After: template <enum E> class A { public: E *f(); }; llvm-svn: 268878
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/breakpoint-commands/TestCPPBreakpointCommands.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud