This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
512f7ee315
llvm-project
/
clang
/
test
/
CodeCompletion
History
Sam McCall
63c5972039
[CodeComplete] Omit templated constructors from member list too.
...
Also avoid printing a 'void' return type for constructor expressions. llvm-svn: 323148
2018-01-22 20:44:47 +00:00
..
Inputs
[Lex] Fix crash on code completion in comment in included file.
2018-01-19 23:41:47 +00:00
PR9728.cpp
…
auto.cpp
…
auto_type.c
[CodeCompletion] Code complete the '__auto_type' keyword
2017-02-13 23:35:59 +00:00
bracket-decl.c
…
call.c
…
call.cpp
Avoid printing some redundant name qualifiers in completion
2017-11-08 10:39:09 +00:00
comments.cpp
[Lex] Fix crash on code completion in comment in included file.
2018-01-19 23:41:47 +00:00
constexpr.cpp
…
crash-func-init.cpp
Fixed a crash in code completion.
2017-09-08 13:36:38 +00:00
ctor-initializer.cpp
…
documentation.cpp
…
documentation.m
…
enum-switch-case-qualified.cpp
…
enum-switch-case.c
…
enum-switch-case.cpp
…
function-templates.cpp
…
functions.cpp
Add default values for function parameter chunks
2017-07-19 10:45:40 +00:00
ignore-ns-level-decls.cpp
[Sema] Ignore decls in namespaces when global decls are not wanted.
2017-12-13 10:26:49 +00:00
inside-macros.cpp
[CodeComplete] Fix completion in the middle of idents in macro calls
2018-01-22 17:18:28 +00:00
keywords.cpp
[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 23:19:40 +00:00
macros-in-modules.c
…
macros-in-modules.m
…
macros.c
…
member-access.c
…
member-access.cpp
[CodeComplete] Omit templated constructors from member list too.
2018-01-22 20:44:47 +00:00
namespace-alias.cpp
…
namespace.cpp
…
nested-name-specifier.cpp
…
objc-expr.m
…
objc-message.m
…
objc-message.mm
…
objc-protocol-member-access.m
…
operator.cpp
…
ordinary-name-cxx11.cpp
[CodeCompletion] Code complete the missing C++11 keywords
2017-02-13 23:19:40 +00:00
ordinary-name.c
…
ordinary-name.cpp
…
pch-and-module.m
…
pragma-macro-token-caching.c
[Preprocessor] Fix incorrect token caching that occurs when lexing _Pragma
2017-02-24 17:45:16 +00:00
preamble.c
…
qualifiers-as-written.cpp
Workaround reverse-iteration buildbot breakages. Filed PR35244.
2017-11-08 13:05:52 +00:00
some_struct.h
…
stdin.c
…
tag.c
…
tag.cpp
…
templates.cpp
…
truncation.c
…
truncation.c.h
…
uninstantiated_params.cpp
Avoid printing some redundant name qualifiers in completion
2017-11-08 10:39:09 +00:00
using-namespace.cpp
…
using.cpp
…