summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens-with-default-args.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-2/+2
| | | | | | from Manuel Holtgrewe! llvm-svn: 141200
* [libclang] Annotation of parameters that got default args from a previous ↵Argyrios Kyrtzidis2011-07-301-0/+16
declarations was broken because the end location of the parameter was the end location of the default arg, resulting in a source range that could begin in one file and end in another. llvm-svn: 136572
OpenPOWER on IntegriCloud