Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new LLVM_END_WITH_NULL name | Reid Kleckner | 2014-11-04 | 1 | -2/+2 |
| | | | | llvm-svn: 221217 | ||||
* | Header guard canonicalization, clang part. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| | | | | | | Modifications made by clang-tidy with minor tweaks. llvm-svn: 215557 | ||||
* | Add missing include. | Richard Trieu | 2014-04-09 | 1 | -0/+1 |
| | | | | llvm-svn: 205828 | ||||
* | [analyzer] When checking Foundation method calls, match the selectors exactly. | Jordan Rose | 2014-04-09 | 1 | -0/+67 |
This also includes some infrastructure to make it easier to build multi-argument selectors, rather than trying to use string matching on each piece. There's a bit more setup code, but less cost at runtime. PR18908 llvm-svn: 205827 |