hanchenye-llvm-project/clang/include/clang-c
Francisco Lopes da Silva 975a9f6ece Initial support for C++ parameter completion
The improved completion in call context now works with:

 - Functions.
 - Member functions.
 - Constructors.
 - New expressions.
 - Function call expressions.
 - Template variants of the previous.

There are still rough edges to be fixed:

 - Provide support for optional parameters.         (fix known)
 - Provide support for member initializers.         (fix known)
 - Provide support for variadic template functions. (fix unknown)
 - Others?

llvm-svn: 226670
2015-01-21 16:24:11 +00:00
..
BuildSystem.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CXCompilationDatabase.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CXErrorCode.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
CXString.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Documentation.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Index.h Initial support for C++ parameter completion 2015-01-21 16:24:11 +00:00
Makefile
Platform.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
module.modulemap