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
/
AST
/
DeclObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ObjCMethodDecl::findPropertyDecl for class properties.
Jordan Rose
2016-03-11
1
-9
/
+15
*
Class Property: change PropertyMap to include isClassProperty.
Manman Ren
2016-01-28
1
-6
/
+8
*
Class Property: class property and instance property can have the same name.
Manman Ren
2016-01-28
1
-18
/
+65
*
Class Property: handle class properties.
Manman Ren
2016-01-27
1
-2
/
+2
*
Use instance_properties instead of properties. NFC.
Manman Ren
2016-01-26
1
-6
/
+6
*
[TrailingObjects] Convert Decl* classes.
James Y Knight
2015-12-29
1
-7
/
+7
*
Stop back-patching 'readonly' Objective-C properties with 'readwrite' ones.
Douglas Gregor
2015-11-03
1
-11
/
+65
*
DeclObjC: Move computing the type of self into a separate function (NFC).
Adrian Prantl
2015-07-08
1
-5
/
+13
*
Use AlignOf instead of alignOf so that this can go back to being a static_ass...
Aaron Ballman
2015-07-07
1
-3
/
+3
*
Changing a use of alignof() into llvm::alignOf() for MSVC compatibility. This...
Aaron Ballman
2015-07-07
1
-2
/
+3
*
Don't rely on the use of non-POD types within unions.
Douglas Gregor
2015-07-07
1
-1
/
+3
*
[libclang] Replace ObjC generic parameters when code-completing method implem...
Douglas Gregor
2015-07-07
1
-0
/
+6
*
The AST importer had a bug where it would enter into an infinite recursion
Douglas Gregor
2015-07-07
1
-13
/
+22
*
Implement variance for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-5
/
+13
*
Improve the Objective-C common-type computation used by the ternary operator.
Douglas Gregor
2015-07-07
1
-1
/
+1
*
Substitute type arguments into uses of Objective-C interface members.
Douglas Gregor
2015-07-07
1
-2
/
+28
*
Handle Objective-C type arguments.
Douglas Gregor
2015-07-07
1
-0
/
+27
*
Parsing, semantic analysis, and AST for Objective-C type parameters.
Douglas Gregor
2015-07-07
1
-4
/
+113
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
1
-3
/
+5
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
1
-0
/
+5
*
revert r231700 (designated initializer patch) which broke
Fariborz Jahanian
2015-03-11
1
-10
/
+0
*
[PATCH Sema Objective-C]. Patch to warn on missing designated initializer
Fariborz Jahanian
2015-03-09
1
-0
/
+10
*
Fix ObjCInterfaceDecl::getCategoryMethod() and give it a caller. No behavior ...
Nico Weber
2015-03-02
1
-2
/
+1
*
Cleanup: remove artificial division between lookup results and const lookup
Richard Smith
2015-02-21
1
-8
/
+8
*
Prefer SmallVector::append/insert over push_back loops. Clang edition.
Benjamin Kramer
2015-02-17
1
-3
/
+2
*
ObjC getters with names like "newItem" should still be linked to the @property.
Jordan Rose
2015-01-16
1
-1
/
+1
*
Wrap to 80 columns. NfC.
Nico Weber
2014-12-22
1
-10
/
+11
*
Constify a few IdentifierInfo * parameters.
Jordan Rose
2014-11-19
1
-3
/
+3
*
Objective-C. Change to method lookup rules to look
Fariborz Jahanian
2014-08-27
1
-12
/
+15
*
Objective-C. Warn if user has made explicit call
Fariborz Jahanian
2014-08-22
1
-0
/
+5
*
Improving diagnostic source ranges for the nonnull attribute. Now it highligh...
Aaron Ballman
2014-08-01
1
-0
/
+7
*
Objective-C. Changes per A. Ballman's comment
Fariborz Jahanian
2014-07-16
1
-10
/
+12
*
Objective-C. Introducing __attribute__((objc_runtime_name("runtimename"))
Fariborz Jahanian
2014-07-16
1
-0
/
+23
*
If a declaration is loaded, and then a module import adds a redeclaration, then
Richard Smith
2014-05-16
1
-17
/
+17
*
[C++11] Use 'nullptr'. AST edition.
Craig Topper
2014-05-12
1
-74
/
+83
*
Stop all the Decl classes poking at Redeclarable's data member directly, and ...
Richard Smith
2014-05-10
1
-1
/
+1
*
[SemaObjC] Fix ObjCInterfaceDecl::inheritsDesignatedInitializers(), if there ...
Argyrios Kyrtzidis
2014-04-26
1
-3
/
+13
*
Fix indentation, NFC.
Argyrios Kyrtzidis
2014-04-16
1
-4
/
+4
*
[objc] Consider new initializers inside @implementation when determining if t...
Argyrios Kyrtzidis
2014-04-16
1
-0
/
+6
*
[SemaObjC] For the semantics of the designated-initializer attribute, conside...
Argyrios Kyrtzidis
2014-03-28
1
-9
/
+30
*
[C++11] Replacing ObjCImplementationDecl iterators ivar_begin() and ivar_end(...
Aaron Ballman
2014-03-14
1
-6
/
+4
*
[C++11] Replacing ObjCCategoryDecl iterators propimpl_begin() and propimpl_en...
Aaron Ballman
2014-03-14
1
-6
/
+2
*
[C++11] Replacing ObjCCategoryDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-14
1
-13
/
+7
*
[C++11] Replacing ObjCProtocolDecl iterators protocol_begin() and protocol_en...
Aaron Ballman
2014-03-13
1
-21
/
+14
*
[C++11] Replacing ObjCInterfaceDecl iterators known_extensions_begin() and kn...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_extensions_begin() and ...
Aaron Ballman
2014-03-13
1
-4
/
+1
*
[C++11] Replacing ObjCInterfaceDecl iterators known_categories_begin() and kn...
Aaron Ballman
2014-03-13
1
-7
/
+2
*
[C++11] Replacing ObjCInterfaceDecl iterators visible_categories_begin() and ...
Aaron Ballman
2014-03-13
1
-33
/
+10
[next]