Douglas Gregor
|
17015eff2b
Refactor Sema::IsSimplyAccessible slightly, to work on a DeclContext rather than a class
|
14 年之前 |
Douglas Gregor
|
25270b6e6a
Add a printing policy flag to suppress printing "<anonymous>::" prior
|
14 年之前 |
Douglas Gregor
|
8ca7208d0f
Provide result types for code completions that describe built-in
|
14 年之前 |
Douglas Gregor
|
a50216cdd5
Add code completions for C++0x expressions
|
14 年之前 |
Douglas Gregor
|
ee1c68a0d9
Don't format the code completion for parameters of block literal
|
14 年之前 |
Erik Verbruggen
|
6164ea1d75
Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to
|
14 年之前 |
Erik Verbruggen
|
d12059673d
Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context.
|
14 年之前 |
Argyrios Kyrtzidis
|
2dfdb948be
[libclang] Introduce CXCursor_CXXAccessSpecifier for C++'s public:/private:/protected: specifiers.
|
14 年之前 |
Douglas Gregor
|
8987b2385d
Only print _Bool as 'bool' when 'bool' is defined as an object-like
|
14 年之前 |
Douglas Gregor
|
30c4240420
When 'bool' is not a built-in type but is defined as a macro, print
|
14 年之前 |
David Blaikie
|
eb2d1f1c88
Removing a bunch of dead returns/breaks after llvm_unreachables.
|
14 年之前 |
David Blaikie
|
b219cfc4d7
Switch assert(0/false) llvm_unreachable.
|
14 年之前 |
Richard Trieu
|
f81e5a9e3f
Change all references of type ExprTy to Expr and get rid of the typedefs.
|
14 年之前 |
Fariborz Jahanian
|
8697d308c1
objective-c: this patch (re)introduces objective-c's default property
|
14 年之前 |
Fariborz Jahanian
|
95ed7784a3
objective-c: Treat top-level objective-c declarations
|
14 年之前 |
Fariborz Jahanian
|
a28948f348
Restore patch I reversed in r138040. Known buildbot
|
14 年之前 |
Fariborz Jahanian
|
e6f07f538f
Revers r138040. Need to look at a few buildbot failures.
|
14 年之前 |
Fariborz Jahanian
|
3dbf2f5f00
objective-c: Bring objective-c handling of decl context
|
14 年之前 |
Argyrios Kyrtzidis
|
5c5f03e402
[libclang] Support code-completion inside macro arguments.
|
14 年之前 |
John McCall
|
a8e0cd8cde
Do l-value conversion, etc., on a switch condition expression in
|
14 年之前 |
Douglas Gregor
|
d2d8be6a27
Add code completion to produce "else" blocks after an "if"
|
14 年之前 |
Douglas Gregor
|
e424470212
When producing code completion results for variadic macros, fold the
|
14 年之前 |
Douglas Gregor
|
6fa14dde4c
Add the various parameter-passing keywords for Distributed Objects
|
14 年之前 |
Douglas Gregor
|
0f91c8ccb3
When performing code completion after at @interface, allow both
|
14 年之前 |
Benjamin Kramer
|
a0651c5f5d
Eliminate a bunch of temporary strings.
|
14 年之前 |
Douglas Gregor
|
0a47d69af8
Add new libclang API, clang_codeCompleteGetObjCSelector(), which
|
14 年之前 |
Douglas Gregor
|
430d7a1a62
Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of
|
14 年之前 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 年之前 |
Douglas Gregor
|
e081a61bb0
New libclang API to expose container type for code completion, from
|
14 年之前 |
Douglas Gregor
|
3da626b4f3
Introduce a new libclang aPI function,
|
14 年之前 |