Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ThreadSafetyAnalysis: Don't crash when trying to analyze objc methods. | Benjamin Kramer | 2014-05-09 | 1 | -0/+19 |
The thread safety analysis isn't very useful in ObjC (you can't annotate ObjC classes or methods) but we can still analyze the actual code and show violations in usage of C/C++ functions. Fixes PR19541, which does not use thread safety attributes but crashes with -Weverything. llvm-svn: 208436 |