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
*
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
*
Improves overload completion result chunks.
Francisco Lopes da Silva
2015-01-28
1
-48
/
+89
*
Sema: Formatting. No behavior change.
Francisco Lopes da Silva
2015-01-25
1
-1
/
+1
*
Sema: require a complete type before lookup.
Francisco Lopes da Silva
2015-01-25
1
-11
/
+14
*
Sema: code completion for variadic prototypes.
Francisco Lopes da Silva
2015-01-23
1
-1
/
+3
*
Sema: code completion for pointer and reference to functions.
Francisco Lopes da Silva
2015-01-22
1
-19
/
+29
*
Sema: Add FIXME note
Francisco Lopes da Silva
2015-01-22
1
-0
/
+1
*
Initial support for C++ parameter completion
Francisco Lopes da Silva
2015-01-21
1
-76
/
+150
*
PR13699: Include friend declarations in code completion results if they had a
Richard Smith
2015-01-15
1
-3
/
+6
*
Address review feedback on r221933.
Nico Weber
2014-12-27
1
-15
/
+17
*
Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...
David Blaikie
2014-11-19
1
-34
/
+42
*
Typo fix.
Yaron Keren
2014-11-14
1
-1
/
+1
*
Avoid a crash after loading an #undef'd macro in code completion
Ben Langmuir
2014-09-30
1
-1
/
+2
*
Switch over a few uses of param_begin() to parameters()
Alp Toker
2014-07-07
1
-2
/
+2
*
Extract an isReservedName() function
Alp Toker
2014-06-30
1
-18
/
+18
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-3
/
+3
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-88
/
+95
*
Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.
Benjamin Kramer
2014-05-10
1
-5
/
+3
[next]