| commit | d36209e30827a27d90505ede2c58a71681b74c8f | [log] [tgz] |
|---|---|---|
| author | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 26 21:32:42 2013 +0000 |
| committer | Dmitri Gribenko <gribozavr@gmail.com> | Sat Jan 26 21:32:42 2013 +0000 |
| tree | 168901ed7c16fa447dc64861b72b431977b22f03 | |
| parent | 0ea5183fd77bf67a28b4eff977a64b513e3da61f [diff] |
libclang: some type safety for CXTranslationUnitImpl's internals There is no reason to store pointers as 'void*' in CXTranslationUnitImpl, since it does not affect libclang ABI. llvm-svn: 173588