- 4110967 [CodeComplete] Set preferred type to bool on conditions by Ilya Biryukov · 7 years ago
- f1822ec [CodeComplete] Cleanup access checking in code completion by Ilya Biryukov · 7 years ago
- de314b3 [CodeComplete] Simplify CodeCompleteConsumer.cpp, NFC by Fangrui Song · 7 years ago
- b006e09 [clang] Introduce new completion context types by Kadir Cetinkaya · 7 years ago
- 4a7cd63 [CodeComplete] Expose InBaseClass signal in code completion results. by Eric Liu · 7 years ago
- 3d8051a [CodeComplete] Add completions for filenames in #include directives. by Sam McCall · 7 years ago
- a32d253 [clang] Make sure codecompletion is called for calls even when inside a token. by Kadir Cetinkaya · 7 years ago
- 2fab235 [CodeComplete] Report location of opening parens for signature help by Ilya Biryukov · 7 years ago
- 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
- b4670fc Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 1e95bc0 [Sema] Revert r329346 because of memory sanitizer failures. by Eugene Zelenko · 7 years ago
- bc9d4f4 [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 7 years ago
- 711964d [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
- 3289ab2 [CodeComplete] Avoid name clashes of 'Kind' inside CodeCompletionContext. NFC by Ilya Biryukov · 8 years ago
- 27d8258 [CodeComplete] Add a helper to print CodeCompletionContext::Kind by Ilya Biryukov · 8 years ago
- f3b3ccd Silence a bunch of implicit fallthrough warnings by Adrian Prantl · 8 years ago
- 1102a86 [clang] Expose orderedString from CodeCompletionResult. NFC by Sam McCall · 8 years ago
- c3f8925 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
- e71a1f9 Fix unnecessary default switch warning by Simon Pilgrim · 9 years ago
- 644ea61 Implement filtering for code completion of identifiers. by Vassil Vassilev · 9 years ago
- d16cebe Silence some MSVC false positive warnings about integer zexts and falling off the end of a covered switch by Reid Kleckner · 10 years ago
- 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
- b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
- c3425b1 [libclang] Replace ObjC generic parameters in code-completion results. by Douglas Gregor · 10 years ago
- 1ee89fc Teach Twine to support SmallString. by Yaron Keren · 11 years ago
- 0c010cd Improves overload completion result chunks. by Francisco Lopes da Silva · 11 years ago
- c3ec149 [C++11] Use 'nullptr'. Sema edition. by Craig Topper · 11 years ago
- b6cc592 Fix a bunch of mislayered clang/Lex includes from Sema by Alp Toker · 11 years ago
- 0a0e2b3 Allow the computation of the base priority for a declaration code completion result to consider the completion context by Douglas Gregor · 13 years ago
- fe0483d Use 'const Decl *' throughout code completion in Sema by Dmitri Gribenko · 13 years ago
- f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
- 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
- 9ae3956 [libclang] Remove the ParentKind cursor kind from code-completion results. by Argyrios Kyrtzidis · 13 years ago
- 3292d06 Add a new libclang completion API to get brief documentation comment that is by Dmitri Gribenko · 13 years ago
- c25c0b9 Bitpack CodeCompletionResults. by Benjamin Kramer · 13 years ago
- 9d7c0fe [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 13 years ago
- 78254c8 Introduce a new libclang API to determine the parent context of a code by Douglas Gregor · 14 years ago
- db534a4 Move CodeCompletionBuilder's chunk adding methods out of line. by Benjamin Kramer · 14 years ago
- 7b31682 When determining the availability of an enum constant, also consider by Douglas Gregor · 14 years ago
- 2c1dd27 Basic: import SmallString<> into clang namespace by Dylan Noblesmith · 14 years ago
- 4903802 Move a method from IdentifierTable.h out of line and remove the SmallString include. by Benjamin Kramer · 14 years ago
- 8a40f70 Remove unreachable code in Clang. (replace with llvm_unreachable where appropriate or when GCC requires it) by David Blaikie · 14 years ago
- f610267 Eliminate ObjCForwardProtocolDecl, which is redundant now that by Douglas Gregor · 14 years ago
- deafd0b Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDecl by Douglas Gregor · 14 years ago
- b89514a Change operator<< for raw_ostream and NamedDecl to take a reference instead of a pointer. by Benjamin Kramer · 14 years ago
- 98ea7f6 Added clang_getCompletionAnnotation and clang_getCompletionNumAnnotations to by Erik Verbruggen · 14 years ago
- 2e657ff Added CXAvailability_NotAccessible to indicate that a declaration is available, but not accessible from the current code completion context. by Erik Verbruggen · 14 years ago
- 2c595ad When performing code completion after at @interface, allow both by Douglas Gregor · 14 years ago
- 0e62c1c remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports by Chris Lattner · 14 years ago
- 2132584 Introduce a new libclang aPI function, by Douglas Gregor · 14 years ago
- 20b2ebd Implement a new 'availability' attribute, that allows one to specify by Douglas Gregor · 15 years ago
- 3a69eaf When code-completing a case statement for a switch on a value of by Douglas Gregor · 15 years ago
- 669a25a Implement code completion results for the Objective-C Key-Value Coding by Douglas Gregor · 15 years ago
- ac18130 Revert r124704, which uniqued code-completion strings. The space by Douglas Gregor · 15 years ago
- 801acff Unique code-completion strings. On Cocoa.h, this costs us about 4% in by Douglas Gregor · 15 years ago
- bcbf46c Create a special allocator class for code completion, so that all of by Douglas Gregor · 15 years ago
- b278aaf Allocate CodeCompletionString and all of its components in a by Douglas Gregor · 15 years ago
- b9ab0ed Eliminate the (de-)serialization of code completion results, now that by Douglas Gregor · 15 years ago
- 0ac4138 Synchronize globally-cached code completion results with the results by Douglas Gregor · 15 years ago
- 0212fd7 Add code completion for C++ constructors wherever we see the class (or by Douglas Gregor · 15 years ago
- 521db40 Give the Objective-C _cmd an "unlikely" code completion priority; it's by Douglas Gregor · 15 years ago
- 09c0eb1 Synchronize code-completion cursor kinds with indexing cursor by Douglas Gregor · 15 years ago
- c4ef180 Simplify code-completion result sorting a bit by Douglas Gregor · 15 years ago
- 50c6825 Rename DeclContext::getLookupContext to getRedeclContext and change its semantics slightly. No functionality change in the absence of inline namespaces. Also, change a few places where inline namespaces actually make a difference to be prepared for them. by Sebastian Redl · 15 years ago
- 49f67ce Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- bef185c Revert r112149, "Move the sorting of code-completion results out of the main by Daniel Dunbar · 15 years ago
- 78ecc49 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 1099865 Revert "Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- ebb7c84 Move the sorting of code-completion results out of the main path and by Douglas Gregor · 15 years ago
- 0de55ce When combining the code-completion results from Sema long with the by Douglas Gregor · 15 years ago
- 276321a Teach Sema to live without CodeCompleteConsumer.h. by John McCall · 15 years ago
- 19c1bfd Move more stuff out of Sema.h. by John McCall · 15 years ago
- de6836a Struggle mightily against header inclusion in Sema.h. by John McCall · 15 years ago
- f757a12 Introduce new libclang API functions that determine the availability by Douglas Gregor · 15 years ago
- 8b0666c Another step in the process of making the parser depend on Sema: by John McCall · 15 years ago
- b14904c Implement caching of code-completion results for macro definitions by Douglas Gregor · 15 years ago
- c3a6ade Move Sema's headers into include/clang/Sema, renaming a few along the way. by Douglas Gregor · 15 years ago
- 00c37ef Once code completion has completed, pass a "completion context" on to by Douglas Gregor · 15 years ago
- 8e984da Add code-completion support directly to ASTUnit, which performs code by Douglas Gregor · 15 years ago
- 4888f1a Minor code simplification. by Dan Gohman · 15 years ago
- a2db793 Introduce priorities into the code-completion results. by Douglas Gregor · 15 years ago
- 6da3db4 Improve code completion in failure cases in two ways: by Douglas Gregor · 15 years ago
- b11416d Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 15 years ago
- 636a61e Implement code completion for Objective-C method declarations and by Douglas Gregor · 15 years ago
- f3df985 Code completion results that refer to macros now get the cursor kind by Douglas Gregor · 15 years ago
- 7a9ba76 Remove unused headers. by Duncan Sands · 16 years ago
- 6b8232f Eliminate cursor kinds used to express definitions. Instead, provide by Douglas Gregor · 16 years ago
- 52ce62f Improve the sorting of code-completion results. We now always sort by by Douglas Gregor · 16 years ago
- 504a6ae Improve code completion by introducing patterns for the various C and by Douglas Gregor · 16 years ago
- b3fa919 Extend code-completion results with the type of each result by Douglas Gregor · 16 years ago
- 1615d45 Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave by Jeffrey Yasskin · 16 years ago
- f09935f Switch the clang-to-CIndex interface for code-completion to a binary format, for a massive speedup by Douglas Gregor · 16 years ago
- 337e3a5 Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. by Benjamin Kramer · 16 years ago
- 45f83ee Improve code-completion results for the flags in an @property by Douglas Gregor · 16 years ago
- ab6ccb5 StringRef'ify CodeCompletionString by Douglas Gregor · 16 years ago
- 242ea9a Rework Sema code completion interface. by Daniel Dunbar · 16 years ago
- b0a1942 Spell empty StringRef correctly (0 is a null StringRef, which is not the same). by Daniel Dunbar · 16 years ago
- 9eb7701 Various improvements to Clang's code-completion infrastructure: by Douglas Gregor · 16 years ago
- f329c7c Include macros in code-completion results by Douglas Gregor · 16 years ago