This revision was automatically updated to reflect the committed changes.
Closed by commit rL309013: [Frontend] Mark some ASTUnit methods as const. NFC.
(authored by vedantk).
Changed prior to commit:
https://reviews.llvm.org/D35729?vs=107689&id=108138#toc
Repository:
rL LLVM
https://review
hamzasood added a comment.
Could someone commit this for me? I don't have access.
https://reviews.llvm.org/D35729
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.
LGTM.
https://reviews.llvm.org/D35729
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commit
hamzasood created this revision.
While using the libtooling API, I ran into problems when using a const ASTUnit.
There were a few functions I needed to use that don't seem to modify anything,
but they weren't marked as const so I couldn't use them.
This patch marks those methods (and a few othe