felipeprov / include-what-you-use

Automatically exported from code.google.com/p/include-what-you-use
Other
0 stars 0 forks source link

Build broken with newer LLVM - patch attached #59

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Building with a newer LLVM trunk fails with some unknown enum values related to 
ObjC. I've attached a patch that fixes the build by just removing them - seemed 
reasonable given that ObjC is not actually handled (the cases are a "fixme").

Original issue reported on code.google.com by ryan.pav...@gmail.com on 16 Sep 2011 at 10:37

Attachments:

GoogleCodeExporter commented 8 years ago
This should be fixed now!  (And a few other changes in the clang library that 
affect us, too.)

Original comment by csilv...@gmail.com on 20 Sep 2011 at 3:30