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
...
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-23
/
+8
*
[C++11] Replacing ObjCInterfaceDecl iterators all_referenced_protocol_begin()...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators protocol_begin() and protocol_e...
Aaron Ballman
2014-03-13
1
-4
/
+2
*
Renaming the recently-created (r203830) props() range API to properties() for...
Aaron Ballman
2014-03-13
1
-2
/
+2
*
[C++11] Replacing ObjCContainerDecl iterators meth_begin() and meth_end() wit...
Aaron Ballman
2014-03-13
1
-14
/
+8
*
[C++11] Replacing ObjCContainerDecl iterators prop_begin() and prop_end() wit...
Aaron Ballman
2014-03-13
1
-13
/
+5
*
[C++11] Replacing CXXRecordDecl iterators vbases_begin() and vbases_end() wit...
Aaron Ballman
2014-03-13
1
-6
/
+4
*
[C++11] Replacing CXXRecordDecl iterators bases_begin() and bases_end() with ...
Aaron Ballman
2014-03-13
1
-6
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-3
/
+3
*
[C++11] Replacing DeclBase iterators specific_attr_begin() and specific_attr_...
Aaron Ballman
2014-03-10
1
-6
/
+2
*
[C++11] Replacing Decl iterators attr_begin() and attr_end() with iterator_ra...
Aaron Ballman
2014-03-08
1
-6
/
+7
*
[C++11] Replacing RecordDecl iterators field_begin() and field_end() with ite...
Aaron Ballman
2014-03-08
1
-5
/
+3
*
[C++11] Replacing EnumDecl iterators enumerator_begin() and enumerator_end() ...
Aaron Ballman
2014-03-08
1
-5
/
+3
*
[C++11] Replacing DeclBase iterators decls_begin() and decls_end() with itera...
Aaron Ballman
2014-03-07
1
-16
/
+8
*
[C++11] Replacing ObjCMethodDecl iterators param_begin() and param_end() with...
Aaron Ballman
2014-03-07
1
-11
/
+5
*
Fully reverting r203236 -- it seems the only bots that are happy are the MSVC...
Aaron Ballman
2014-03-07
1
-5
/
+6
*
[C++11] Replacing iterators attr_begin() and attr_end() with iterator_range a...
Aaron Ballman
2014-03-07
1
-6
/
+5
*
[C++11] Replace verbose functors with succinct lambdas
Benjamin Kramer
2014-03-01
1
-19
/
+6
*
When completing Objective-C instance method invocations, perform a contextual...
Anders Carlsson
2014-02-28
1
-1
/
+8
*
[code-completion] Style guideline for Cocoa has custom accessor in property d...
Argyrios Kyrtzidis
2014-02-20
1
-2
/
+2
*
Rename getResultType() on function and method declarations to getReturnType()
Alp Toker
2014-01-25
1
-22
/
+19
*
Introduce and use Decl::getAsFunction() to simplify templated function checks
Alp Toker
2014-01-22
1
-9
/
+3
*
Update FunctionTypeLoc and related names to match r199686
Alp Toker
2014-01-21
1
-5
/
+5
*
Rename FunctionProtoType accessors from 'arguments' to 'parameters'
Alp Toker
2014-01-20
1
-9
/
+10
*
It turns out the problem was a bit more wide-spread. Removing a lot of unneed...
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Convert anachronistic use of 'void *' to 'DeclContext *' in Scope that was a ...
Ted Kremenek
2013-10-08
1
-4
/
+4
*
Switch the semantic DeclContext for a block-scope declaration of a function or
Richard Smith
2013-09-20
1
-7
/
+11
*
Cleanup of OpaquePtr. No functionality changes.
Serge Pavlov
2013-08-27
1
-1
/
+1
*
Use pop_back_val() instead of both back() and pop_back().
Robert Wilhelm
2013-08-23
1
-3
/
+2
*
Omit llvm:: before ArrayRef, as we have using llvm::ArrayRef in include/clan...
Robert Wilhelm
2013-08-09
1
-3
/
+2
*
Add option to disable module loading.
Daniel Jasper
2013-08-05
1
-1
/
+1
*
Compress pairs. No functionality change.
Benjamin Kramer
2013-06-29
1
-5
/
+6
*
ArrayRef'ize Sema::CodeCompleteConstructorInitializer
Dmitri Gribenko
2013-06-23
1
-14
/
+14
*
ArrayRef'ize Sema::CodeComplete*
Dmitri Gribenko
2013-06-16
1
-76
/
+59
*
[libclang] For "@import .." code-completion results, associate a CXCursor_Mod...
Argyrios Kyrtzidis
2013-05-29
1
-2
/
+2
*
Enhance the ObjC global method pool to record whether there were 0, 1, or >= ...
Argyrios Kyrtzidis
2013-04-17
1
-3
/
+3
*
Parsing support for thread_local and _Thread_local. We give them the same
Richard Smith
2013-04-12
1
-4
/
+3
*
Add 178663 back.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Revert 178663.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Don't compute a patched/semantic storage class.
Rafael Espindola
2013-04-03
1
-1
/
+1
*
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...
Richard Smith
2013-03-28
1
-0
/
+3
*
[Preprocessor/Modules] Separate the macro directives kinds into their own Mac...
Argyrios Kyrtzidis
2013-03-26
1
-1
/
+1
*
documentation parsing: when providing code completion comment
Fariborz Jahanian
2013-03-23
1
-2
/
+9
*
documentation parsing. Provide code completion comment
Fariborz Jahanian
2013-03-22
1
-0
/
+14
*
Don't try to typo-correct 'super' in an objc method.
Argyrios Kyrtzidis
2013-03-14
1
-1
/
+1
*
Add TagDecl::hasNameForLinkage(), which is true if the tag
John McCall
2013-03-09
1
-1
/
+1
*
Add code completion for @import <rdar://problem/13344306>.
Douglas Gregor
2013-03-07
1
-0
/
+8
*
objective-C code completion. Property accessors may not
Fariborz Jahanian
2013-02-28
1
-1
/
+6
*
[preprocessor] Split the MacroInfo class into two separate concepts, MacroInf...
Argyrios Kyrtzidis
2013-02-20
1
-2
/
+3
*
Replace TypeLoc llvm::cast support to be well-defined.
David Blaikie
2013-02-18
1
-18
/
+17
[prev]
[next]