commit | 8451a20b41819e4648d332b61b330fcf3b391a81 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Sat Jan 16 03:07:06 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Jan 21 11:03:42 2021 +0900 |
tree | c066226159ae42f204dca06e748d64ed9e57c876 | |
parent | 5c7e77c322f6266fcfb3f5f892c0e104f42240b6 [diff] |
Lexer passes the list of comments to parser The lexer has been squashing comments into a single string, which makes it hard to distinguish the type of comments later. Instead of re-parsing comments, now, the lexer keeps the list of comments and pass it to the parser. But note that we still need to parse the contents of the body of block comments to extract @hide/@deprecated tags. Bug: 177276676 Test: aidl_unittests Change-Id: I5f683ba6bf9fa3fbc5e73c4f80237a25eb410f71
Documentation for this project is currently maintained here:
https://source.android.com/devices/architecture/aidl/overview