index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaCodeComplete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CodeCompletion] Code complete the missing C++11 keywords
Alex Lorenz
2017-02-13
1
-11
/
+74
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
1
-0
/
+1
*
[CodeCompletion] Ensure that ObjC root class completes instance
Alex Lorenz
2017-01-24
1
-30
/
+28
*
[CodeCompletion] Block property setters: Use dynamic priority heuristic
Alex Lorenz
2017-01-06
1
-1
/
+9
*
[CodeCompletion] Autocomplete NS_DESIGNATED_INITIALIZER in initializers
Alex Lorenz
2017-01-03
1
-0
/
+17
*
[CodeCompletion][ObjC] Use a parameterized NSSet return type for
Alex Lorenz
2016-12-08
1
-1
/
+1
*
[CodeCompletion] Provide Objective-C class property completion results
Alex Lorenz
2016-12-08
1
-33
/
+80
*
[CodeCompletion] Fix incorrect Objective-C block parameter formatting
Alex Lorenz
2016-11-23
1
-4
/
+8
*
[CodeCompletion] Show block invocation results for block property setters
Alex Lorenz
2016-11-09
1
-34
/
+91
*
[index] Expose FriendDecl
Olivier Goffart
2016-11-04
1
-0
/
+1
*
Remove no-op checks for a null CodeCompleter. We have already
Chandler Carruth
2016-11-04
1
-2
/
+2
*
[CodeCompletion] Add a block property setter completion result
Alex Lorenz
2016-10-18
1
-22
/
+67
*
[CodeCompletion][NFC] Extract a function that formats block placeholders.
Alex Lorenz
2016-10-18
1
-12
/
+35
*
[CodeCompletion][NFC] Extract a function that looks for block decl type locs.
Alex Lorenz
2016-10-18
1
-37
/
+50
*
[CodeCompletion] Show protocol properties that are accessed through qualified id
Alex Lorenz
2016-10-12
1
-11
/
+12
*
[CodeCompletion] Allow system headers providing private symbols with a single...
Argyrios Kyrtzidis
2016-07-01
1
-13
/
+30
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-2
/
+2
*
CIndex: add support for static_assert
Olivier Goffart
2016-06-09
1
-0
/
+1
*
Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform
Richard Smith
2016-05-19
1
-1
/
+0
*
Prune four superfluous ExternalSemaSource.h includes and one forward declarat...
Yaron Keren
2016-05-13
1
-1
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-11
1
-0
/
+3
*
Revert r268727, it caused PR27666.
Nico Weber
2016-05-06
1
-3
/
+0
*
[MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko
2016-05-06
1
-0
/
+3
*
Revert r266415, it broke parsing SDK headers (PR27367).
Nico Weber
2016-04-15
1
-3
/
+0
*
[MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifier
Andrey Bokhanko
2016-04-15
1
-0
/
+3
*
[Parse] Code complete expressions in bracket declarators.
Benjamin Kramer
2016-02-18
1
-0
/
+4
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-3
/
+3
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-2
/
+2
*
Model NamespaceAliasDecls as having their nominated namespace as an underlying
Richard Smith
2015-12-29
1
-10
/
+7
*
[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeCompleteObjCProtocolRefere...
Craig Topper
2015-12-24
1
-5
/
+5
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-2
/
+2
*
[Sema] Use getLangOpts in Sema instead of Preprocessor. Call getTargetInfo on...
Craig Topper
2015-11-15
1
-3
/
+3
*
[libclang] Visit TypeAliasTemplateDecl
Sergey Kalinichev
2015-11-15
1
-0
/
+1
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-1
/
+1
*
[code-completion] Strip outer nullability annotations when completing method ...
Argyrios Kyrtzidis
2015-07-24
1
-3
/
+6
*
[CodeCompletion] Don't crash on member inits of templated constructors.
Benjamin Kramer
2015-07-09
1
-3
/
+7
*
[libclang] Replace ObjC generic parameters when code-completing method implem...
Douglas Gregor
2015-07-07
1
-1
/
+4
*
[libclang] Fix code-completion of block parameters that are marked with nulla...
Douglas Gregor
2015-07-07
1
-0
/
+5
*
[libclang] Replace ObjC generic parameters in code-completion results.
Douglas Gregor
2015-07-07
1
-38
/
+75
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-1
/
+3
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-3
/
+3
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Code completion for nullability type specifiers.
Douglas Gregor
2015-06-19
1
-13
/
+58
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-3
/
+1
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
1
-28
/
+21
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
1
-1
/
+1
*
[libclang] Fix crash when code-completing inside constructor initializer for ...
Argyrios Kyrtzidis
2015-03-13
1
-1
/
+7
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-2
/
+2
*
Sema: Turn some applicable functions static. NBC.
Francisco Lopes da Silva
2015-01-29
1
-9
/
+10
[prev]
[next]