index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Parse
/
ParseObjc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-6
/
+6
*
[ObjC] Improve error message for a malformed objc-type-name
Erik Pilkington
2019-06-26
1
-1
/
+1
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-2
/
+2
*
Add support for attributes on @implementations in Objective-C
Erik Pilkington
2019-04-11
1
-6
/
+5
*
Objective-C++11: Support static_assert() in @interface/@implementation ivar l...
Nico Weber
2019-03-14
1
-0
/
+24
*
PR40642: Fix determination of whether the final statement of a statement
Richard Smith
2019-02-15
1
-2
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Refactor the way we handle diagnosing unused expression results.
Aaron Ballman
2019-01-04
1
-1
/
+1
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-10
/
+10
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-7
/
+6
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-3
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-112
/
+112
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-2
/
+2
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-62
/
+37
*
Fix allocation of Nullability attribute.
Erich Keane
2018-07-03
1
-9
/
+7
*
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-08
1
-1
/
+14
*
Revert "[Parse] Use CapturedStmt for @finally on MSVC"
Shoaib Meenai
2018-06-07
1
-14
/
+1
*
[Parse] Use CapturedStmt for @finally on MSVC
Shoaib Meenai
2018-06-07
1
-1
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-4
/
+4
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-2
/
+2
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-2
/
+2
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-2
/
+2
*
Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket...
Aaron Ballman
2018-02-12
1
-14
/
+13
*
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
Faisal Vali
2018-01-01
1
-3
/
+2
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-2
/
+3
*
Revert r321614 and r321615
Faisal Vali
2018-01-01
1
-3
/
+2
*
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierTy...
Faisal Vali
2018-01-01
1
-2
/
+3
*
[NFC] Modernize enum DeclSpecContext into a scoped enum.
Faisal Vali
2017-12-31
1
-2
/
+2
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-16
/
+16
*
[Modules TS] Added module re-export support.
Hamza Sood
2017-11-21
1
-2
/
+4
*
Place implictly declared functions at block scope
Momchil Velikov
2017-08-10
1
-10
/
+12
*
[index] Objective-C method declarations and message sends with
Alex Lorenz
2017-07-13
1
-0
/
+4
*
Add a fixit for -Wobjc-protocol-property-synthesis
Alex Lorenz
2017-07-03
1
-1
/
+1
*
[Parser][ObjC] Use an artificial EOF token while parsing lexed ObjC methods
Alex Lorenz
2017-06-19
1
-1
/
+11
*
[Parser][ObjC++] Improve diagnostics and recovery when C++ keywords are used
Alex Lorenz
2017-04-11
1
-51
/
+24
*
Publish RAIIObjectsForParser.h for external usage.
Vassil Vassilev
2017-03-23
1
-1
/
+1
*
Support attributes for Objective-C categories
Alex Lorenz
2017-03-23
1
-15
/
+5
*
[index/AST] Add references for ObjC getter=/setter= property attributes and r...
Argyrios Kyrtzidis
2017-03-16
1
-2
/
+2
*
Revert r292508 given that we intend to remove driver options for cxx modules.
Manman Ren
2017-01-20
1
-4
/
+1
*
Module: Improve diagnostic message when cxx modules are disabled and @import ...
Manman Ren
2017-01-19
1
-1
/
+4
*
[ObjC] Avoid a @try/@finally/@autoreleasepool fixit when parsing an expression
Alex Lorenz
2016-12-01
1
-1
/
+6
*
[index] Fix issue with protocol name locations in conformance list of an ObjC...
Argyrios Kyrtzidis
2016-11-09
1
-1
/
+2
*
Remove redundant calls to std::string::data()
Malcolm Parsons
2016-11-03
1
-1
/
+1
*
[SemaObjC] Be more strict while parsing type arguments and protocols
Bruno Cardoso Lopes
2016-09-13
1
-1
/
+8
*
Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration()
Nico Weber
2016-09-03
1
-1
/
+0
*
[SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLiteral diagnostics
Bruno Cardoso Lopes
2016-07-19
1
-2
/
+23
*
[ObjC] Implement @available in the Parser and AST
Erik Pilkington
2016-07-16
1
-0
/
+2
*
Fix a few issues while skipping function bodies
Olivier Goffart
2016-06-16
1
-0
/
+6
*
FixIt: use getLocForEndOfToken to insert fix-it after a type name.
Manman Ren
2016-06-02
1
-1
/
+0
*
[Parser][ObjC] Make sure c++11 in-class initialization is done when the
Akira Hatanaka
2016-04-18
1
-0
/
+2
[next]