Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -7/+7 |
| | | | | | | | | | | Various tests had sprung up over the years which had --check-prefix=ABC on the RUN line, but "CHECK-ABC:" later on. This happened to work before, but was strictly incorrect. FileCheck is getting stricter soon though. Patch by Ron Ofir. llvm-svn: 188174 | ||||
* | Attaching comments to declarations: when documentation is requested for an | Dmitri Gribenko | 2012-08-22 | 1 | -0/+151 |
implicit instantiation, look for documentation attached to the template. llvm-svn: 162371 |