Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d45df094353b8b0b5f1f76d9f5f828c34595fe11
/
clang
/
lib
/
Sema
/
SemaCodeComplete.cpp
899d139
Use llvm::stable_sort
by Fangrui Song
· 7 years ago
bc7ff89
[CodeComplete] Fix crash when completing ObjC block parameter with a broken type
by Sam McCall
· 7 years ago
db8a742
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
by Duncan P. N. Exon Smith
· 7 years ago
70ad396
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallback unless we are going to do some typo correction
by Bruno Ricci
· 7 years ago
3e804d2
Support framework import/include auto-completion
by David Goldman
· 7 years ago
ff2a997
[CodeComplete] Propagate preferred type for function arguments in more cases
by Ilya Biryukov
· 7 years ago
206740e
[CodeComplete] Collect visited contexts when scope specifier is invalid.
by Eric Liu
· 7 years ago
756ecb8
Make some helper functions static. NFC.
by Benjamin Kramer
· 7 years ago
4f9543b
[CodeComplete] Propagate preferred types through parser in more cases
by Ilya Biryukov
· 7 years ago
c61eaa5
Rename getTypeQualifiers to getMethodQualifiers.
by Anastasia Stulova
· 7 years ago
c514ade
[CodeComplete] [clangd] Fix crash on ValueDecl with a null type
by Ilya Biryukov
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
e5bcf0b
[Sema][NFC] Fix Wimplicit-fallthrough warning in getCursorKindForDecl
by Bruno Ricci
· 7 years ago
b45d851b
[CodeComplete] Properly determine qualifiers of 'this' in a lambda
by Ilya Biryukov
· 7 years ago
67dbeb6
[CodeComplete] Temporarily disable failing assertion
by Ilya Biryukov
· 7 years ago
4974d75d
[CodeComplete] Fill preferred type on binary expressions
by Ilya Biryukov
· 7 years ago
4110967
[CodeComplete] Set preferred type to bool on conditions
by Ilya Biryukov
· 7 years ago
9d2872d
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
9064673
Revert "[OpenCL] Add generic AS to 'this' pointer"
by Mikael Nilsson
· 7 years ago
78de847
[OpenCL] Add generic AS to 'this' pointer
by Mikael Nilsson
· 7 years ago
9839755
[CodeComplete] Fix a crash in access checks of inner classes
by Ilya Biryukov
· 7 years ago
f1822ec
[CodeComplete] Cleanup access checking in code completion
by Ilya Biryukov
· 7 years ago
0b9d1b7
[CodeComplete] Delete unused variable in rC342449
by Fangrui Song
· 7 years ago
050229d
[CodeComplete] Format SemaCodeComplete.cpp and improve code consistency
by Fangrui Song
· 7 years ago
8e9baa3
[CodeComplete] Penalize inherited ObjC properties for auto-completion
by Sam McCall
· 7 years ago
ebf0a6d
[CodeComplete] Do not complete self-initializations
by Ilya Biryukov
· 7 years ago
fabaaaa
[clang] Improve ctor initializer completions.
by Kadir Cetinkaya
· 7 years ago
fa98390
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
by Erik Pilkington
· 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
6d57266
[clang] Fix a null pointer dereference.
by Kadir Cetinkaya
· 7 years ago
2bfd3f5
[CodeComplete] Fix accessibility of protected members when accessing members implicitly.
by Eric Liu
· 7 years ago
b87c6eb
[CodeComplete] Make sure keyword 'template' is added even when code pattern is disabled.
by Eric Liu
· 7 years ago
fc51490
Lift VFS from clang to llvm (NFC)
by Jonas Devlieghere
· 7 years ago
aeb4b3e
[CodeComplete] Fix crash when completing params function declarations.
by Sam McCall
· 7 years ago
b91e081
[CodeComplete] Re-fix accessibilty of protected members from base class.
by Eric Liu
· 7 years ago
ae45d0a4
[clang] Implement Override Suggestions in Sema.
by Kadir Cetinkaya
· 7 years ago
3e4f5eb
[CodeComplete] #include completion treats -I as non-system (require header-like extension).
by Sam McCall
· 7 years ago
88de9f6
[Sema] Do not load macros from preamble when LoadExternal is false.
by Eric Liu
· 7 years ago
3d8051a
[CodeComplete] Add completions for filenames in #include directives.
by Sam McCall
· 7 years ago
84774c3
[CodeCompletion] Enable signature help when initializing class/struct/union members.
by Kadir Cetinkaya
· 7 years ago
832c4af
[CodeComplete] Clearly distinguish signature help and code completion.
by Ilya Biryukov
· 7 years ago
d485df1
[Sema] Store MacroInfo in CodeCompletionResult for macro results.
by Eric Liu
· 7 years ago
2fab235
[CodeComplete] Report location of opening parens for signature help
by Ilya Biryukov
· 7 years ago
55b1b15
[CodeComplete] Fix the crash in code completion on access checking
by Ilya Biryukov
· 7 years ago
ef6c43d
Refactor checking of switch conditions and case values.
by Richard Smith
· 7 years ago
18b404a
[CodeComplete] Fix accessibilty of protected members from base class.
by Eric Liu
· 7 years ago
47d7f52
[clangd] Uprank delcarations when "using q::name" is present in the main file
by Kirill Bobyrev
· 7 years ago
00f43c9
[SemaCodeComplete] Expose a method to create CodeCompletionString for macros.
by Eric Liu
· 7 years ago
7cf29bc
[NFS] Wipe trailing whitespaces
by Kirill Bobyrev
· 7 years ago
f5ba09f
[SemaCodeComplete] Make sure visited contexts are passed to completion results handler.
by Eric Liu
· 7 years ago
b4670fc
Optionally add code completion results for arrow instead of dot
by Ivan Donchevskii
· 7 years ago
7b301e2
Switch a couple of users of LangOpts::GNUMode to the more appropriate LangOpts::GNUKeywords.
by Richard Smith
· 7 years ago
a3f955b
[CodeComplete] Expose helpers to get RawComment of completion result.
by Ilya Biryukov
· 7 years ago
fb9dde7
[CodeComplete] Provide completion in decls even for incomplete types
by Ilya Biryukov
· 7 years ago
9fc8faf
Remove \brief commands from doxygen comments.
by Adrian Prantl
· 7 years ago
2a8c18d
Fix typos in clang
by Alexander Kornienko
· 8 years ago
00f70bd
Remove redundant casts. NFC
by George Burgess IV
· 8 years ago
63c5972
[CodeComplete] Omit templated constructors from member list too.
by Sam McCall
· 8 years ago
10d95c5
[Sema] Add visited contexts to CodeCompleteContext
by Haojian Wu
· 8 years ago
bb2cf63
[CodeComplete] Add an option to omit results from the preamble.
by Sam McCall
· 8 years ago
090da2d
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
by Faisal Vali
· 8 years ago
038df49
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types.
by Faisal Vali
· 8 years ago
c535adc
Revert r321614 and r321615
by Faisal Vali
· 8 years ago
8736dee
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums.
by Faisal Vali
· 8 years ago
421b2d1
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
by Faisal Vali
· 8 years ago
f3b3ccd
Silence a bunch of implicit fallthrough warnings
by Adrian Prantl
· 8 years ago
acfa339
Refactor overridden methods iteration to avoid double lookups.
by Benjamin Kramer
· 8 years ago
fead6ae
[Sema] Ignore decls in namespaces when global decls are not wanted.
by Eric Liu
· 8 years ago
06d3402
[SemaCodeComplete] Allow passing out scope specifiers in qualified-id completions via completion context.
by Eric Liu
· 8 years ago
f3df1f7
[completion] complete ObjC interface names in an expression
by Alex Lorenz
· 8 years ago
b5da91c
Avoid printing some redundant name qualifiers in completion
by Ilya Biryukov
· 8 years ago
13d9054
Test commit
by Ivan Donchevskii
· 8 years ago
e3962ae
Fix overloaded static functions in SemaCodeComplete
by Benjamin Kramer
· 8 years ago
b874042
[code completion] Complete ObjC methods in @implementation without leading
by Alex Lorenz
· 8 years ago
6524c05
Do not add a colon chunk to the code completion of class inheritance access modifiers
by Erik Verbruggen
· 8 years ago
67ef14f
Resolve a defect in C++17 copy omission.
by Richard Smith
· 8 years ago
4e7a6fe
Set completion priority of destructors and operators to CCP_Unlikely.
by Ilya Biryukov
· 8 years ago
7ec9107
Don't show deleted function (constructor) candidates for code completion
by Erik Verbruggen
· 8 years ago
b6d1ec8
Fixed failing assert in code completion.
by Ilya Biryukov
· 8 years ago
797980e
Fix compilation problem introduced in r308433
by Erik Verbruggen
· 8 years ago
11338c5
Add default values for function parameter chunks
by Erik Verbruggen
· 8 years ago
ac506d7
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
by Faisal Vali
· 8 years ago
0e54e56
Revert changes from my previous refactoring - will need to fix dependencies in clang's extra tooling (such as clang-tidy etc.).
by Faisal Vali
· 8 years ago
11746b0
[NFC] Refactor the Preprocessor function that handles Macro definitions and rename Arguments to Parameters in Macro Definitions.
by Faisal Vali
· 8 years ago
8a7a4cf
[Completion] Code complete the members for a dependent type after a '::'
by Alex Lorenz
· 8 years ago
be3ba9da
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
3339911
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
by Galina Kistanova
· 8 years ago
e6afa39
[CodeCompletion] Provide member completions for dependent expressions whose
by Alex Lorenz
· 8 years ago
0fe0d98
[CodeCompletion] NFC, extract a function that generates member
by Alex Lorenz
· 8 years ago
f7f6f82
[CodeCompletion] Complete platform names in @available expressions
by Alex Lorenz
· 8 years ago
f1898cf
[libclang] Fix crash in member access code completion with implicit base
by Erik Verbruggen
· 9 years ago
6bf4a58
[CodeCompletion] Format block parameter placeholders in implicit property
by Alex Lorenz
· 9 years ago
46eed9d
[CodeCompletion] Code complete the '__auto_type' keyword
by Alex Lorenz
· 9 years ago
8f4d399
[CodeCompletion] Code complete the missing C++11 keywords
by Alex Lorenz
· 9 years ago
3584515
P0091R3: Implement basic parsing support for C++17 deduction-guides.
by Richard Smith
· 9 years ago
638dbc3
[CodeCompletion] Ensure that ObjC root class completes instance
by Alex Lorenz
· 9 years ago
6e0f393
[CodeCompletion] Block property setters: Use dynamic priority heuristic
by Alex Lorenz
· 9 years ago
847fda1
[CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers
by Alex Lorenz
· 9 years ago
71ecb07
[CodeCompletion][ObjC] Use a parameterized NSSet return type for
by Alex Lorenz
· 9 years ago
Next »