[cfe-commits] [PATCH] libclang: Exposing more statement, expression and declaration types.

Douglas Gregor dgregor at apple.com
Fri Sep 30 14:36:15 PDT 2011


On Sep 30, 2011, at 1:47 PM, Manuel Holtgrewe wrote:

>> The patch looks generally fine, but you'll also need to update the test cases in test/Index (it's tedious, I know).
> 
> Doug, could you point me in the general direction where I can learn about the clang test system and give some pointers towards the changes you would expect me to make?

Have you run "make test"? It will run the "lit" tool that will run all of Clang's regression tests, and very likely you'll see failures in test/Index where the output of c-index-test has changed. It'll be tedious, but you'll want to inspect the output (to see if it makes sense) and update the tests with the new and improved output.

	- Doug



More information about the cfe-commits mailing list