llvm-project/clang/docs/tools
Serge Guelton 366c089bb3 Portable Python script across Python version
dict no longer have the `has_key` method in Python3. Instead, one can
use the `in` keyword which already works in Python2.

llvm-svn: 349447
2018-12-18 08:22:47 +00:00
..
dump_ast_matchers.py Stop stripping comments from AST matcher example code. 2018-12-11 19:30:49 +00:00
dump_format_style.py Portable Python script across Python version 2018-12-18 08:22:47 +00:00