summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/cxx11-lambdas.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [Index] Make the USRs more stable.Argyrios Kyrtzidis2014-02-231-2/+2
| | | | | | | | | - Only include offsets with local (in function scope) symbols, where we don't encode scoping - Only include the filename with non-system symbols. Presumably the system headers will not provide conflicting definitions. rdar://15976823 llvm-svn: 201990
* Implement indexing support for lambdas in libclang (both kinds), asDouglas Gregor2012-02-151-0/+33
well as improving the RecursiveASTVisitor's walk of lambda expressions. llvm-svn: 150549
OpenPOWER on IntegriCloud