Remove downcasting from cel::Ast to AstImpl. by copybara-service[bot] · Pull Request #1672 · google/cel-cpp

@copybara-service copybara-service bot changed the title Update code that assumes cel::Ast is always cel::AstImpl. Remove downcasting from cel::Ast to AstImpl.

Aug 26, 2025

@jnthntatum @copybara-github

Fix code that was assuming that a cel::Ast is always a cel::AstImpl. Will just be using Ast going forward.

PiperOrigin-RevId: 800211146