mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-26 23:16:06 +00:00

-code-completion-at=filename:line:column which performs code completion at the specified location by truncating the file at that position and enabling code completion. This approach makes it possible to run multiple tests from a single test file, and gives a more natural command-line interface. llvm-svn: 82571
6 lines
45 B
C
6 lines
45 B
C
struct X { };
|
|
struct Y { };
|
|
|
|
struct Xa { };
|
|
|