/usr/include/clang/Parse/AttrLateParsed.inc is in libclang-dev 3.0-6ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | // This file is generated by TableGen. Do not edit.
.Case("acquired_after", 1)
.Case("acquired_before", 1)
.Case("exclusive_lock_function", 1)
.Case("exclusive_locks_required", 1)
.Case("exclusive_trylock_function", 1)
.Case("guarded_by", 1)
.Case("lock_returned", 1)
.Case("locks_excluded", 1)
.Case("pt_guarded_by", 1)
.Case("shared_lock_function", 1)
.Case("shared_locks_required", 1)
.Case("shared_trylock_function", 1)
.Case("unlock_function", 1)
|