hanchenye-llvm-project/clang/include
Argyrios Kyrtzidis 440f954d6f [libclang] Fix getting a cursor that points inside tag definition that is part
of a type specifier.

e.g. for:

typedef struct _MyS {
  int foo;
} MyS;

pointing at field 'foo' would give a cursor for the typedef declaration 'MyS'
instead of the field.

llvm-svn: 138593
2011-08-25 22:24:47 +00:00
..
clang [libclang] Fix getting a cursor that points inside tag definition that is part 2011-08-25 22:24:47 +00:00
clang-c Add a new libclang API to return a CXCompletionString for an arbitrary 2011-08-04 20:04:59 +00:00
CMakeLists.txt
Makefile