summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/retain-comments-from-system-headers.c
Commit message (Collapse)AuthorAgeFilesLines
* retain-comments-from-system-headers.c: Flush module cache, or incremental ↵NAKAMURA Takumi2014-03-091-0/+1
| | | | | | test would fail since r203317. llvm-svn: 203367
* Preserve -fretain-comments-from-system-headers in modulesBen Langmuir2014-01-091-1/+4
| | | | | | | | Preserves the setting of -fretain-comments-from-system-headers when building/saving/loading module files. This allows code completion to pick up documentation comments from system modules. llvm-svn: 198890
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
| | | | | | | | | | 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
* Add tests for r163778.Ted Kremenek2012-09-131-0/+19
llvm-svn: 163812
OpenPOWER on IntegriCloud