| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
| |
reparses an already-parsed translation unit. At the moment it's just a
convenience function, but we hope to use it for performance
optimizations.
llvm-svn: 108756
|
|
|
|
|
|
|
|
| |
This is done by
adding a clang_getCursorResultType() function (which complements clang_getResultType()).
llvm-svn: 106473
|
|
|
|
|
|
|
|
| |
includes adding a new
function, clang_getResultType(), which returns the result type of the function type.
llvm-svn: 106459
|
|
|
|
|
|
|
|
| |
CXDiagnostics, and we shouldn't
have an API around that cannot be implemented correctly yet.
llvm-svn: 104849
|
|
|
|
| |
llvm-svn: 104751
|
|
|
|
|
|
| |
SourceManager::isFromMainFile()).
llvm-svn: 104208
|
|
|
|
|
|
| |
provided by clang_isCursorDefinition().
llvm-svn: 104138
|
|
|
|
|
|
|
|
| |
distinguish between
forward declarations and definitions of structs/classes/enums.
llvm-svn: 104075
|
|
|
|
|
|
| |
is declared static.
llvm-svn: 103963
|
|
|
|
|
|
|
|
|
| |
exposes details of
Clang's representation of the C type system to clients. It is nowhere near complete, and will
be expanded on demand.
llvm-svn: 103809
|
|
(C) API, and will likely grow further in this direction in the future.
llvm-svn: 102779
|