Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix FileCheck --check-prefix lines. | Tim Northover | 2013-08-12 | 1 | -3/+3 |
| | | | | | | | | | | 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 | ||||
* | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor | 2010-05-25 | 1 | -1/+1 |
| | | | | | | statements }) in the code-completion results if explicitly requested. llvm-svn: 104637 | ||||
* | Teach code-completion to deal with calls to functions without prototypes. | Douglas Gregor | 2010-01-21 | 1 | -0/+15 |
llvm-svn: 94076 |