Changeset 0f3d844
- Timestamp:
- Apr 3, 2020, 10:38:34 AM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 73530d9, b52abe0
- Parents:
- 3eb5a478
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/test.py ¶
r3eb5a478 r0f3d844 303 303 304 304 # print the possible options 305 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='')305 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs -I --include -E --exclude --continue ", end='') 306 306 print(" ".join(map(lambda t: "%s" % (t.target()), tests))) 307 307 -
TabularUnified tools/cfa.nanorc ¶
r3eb5a478 r0f3d844 37 37 ## Update/Redistribute 38 38 # GCC builtins 39 color cyan "__attribute__[[:space:]]*\(\( [^()]*(\([^()]*\)[^()]*)*\)\)"39 color cyan "__attribute__[[:space:]]*\(\(([^)]|[^)]\))*\)\)" 40 40 ##color cyan "__(aligned|asm|builtin|hidden|inline|packed|restrict|section|typeof|weak)__" 41 41
Note: See TracChangeset
for help on using the changeset viewer.