Erik Pilkington
|
95eacf347e
Remove a dead diagnostic, NFC
|
6 лет назад |
Rui Ueyama
|
ce7674d7be
Fix parameter name comments using clang-tidy. NFC.
|
6 лет назад |
Erik Pilkington
|
c760628a81
[ObjC] Improve error message for a malformed objc-type-name
|
6 лет назад |
Ilya Biryukov
|
a3c3146170
[Lex] Allow to consume tokens while preprocessing
|
6 лет назад |
Erik Pilkington
|
a12e071469
Add support for attributes on @implementations in Objective-C
|
6 лет назад |
Nico Weber
|
e615fa35aa
Objective-C++11: Support static_assert() in @interface/@implementation ivar lists and method declarations
|
6 лет назад |
Richard Smith
|
d1f4353f6e
PR40642: Fix determination of whether the final statement of a statement
|
6 лет назад |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 лет назад |
Aaron Ballman
|
bf91d084ae
Refactor the way we handle diagnosing unused expression results.
|
6 лет назад |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 лет назад |
Stephen Kelly
|
d7b659b592
Port getLocStart -> getBeginLoc
|
7 лет назад |
Michael Kruse
|
915cb4dbc2
Append new attributes to the end of an AttributeList.
|
7 лет назад |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 лет назад |
Erich Keane
|
74701fe1cf
[NFC] Rename clang::AttributeList to clang::ParsedAttr
|
7 лет назад |
Erich Keane
|
829882796c
AttributeList de-listifying:
|
7 лет назад |
Erich Keane
|
83dc9e5eeb
Fix allocation of Nullability attribute.
|
7 лет назад |
Shoaib Meenai
|
e8805d277d
Reapply "[Parse] Use CapturedStmt for @finally on MSVC"
|
7 лет назад |
Shoaib Meenai
|
02655f4bc1
Revert "[Parse] Use CapturedStmt for @finally on MSVC"
|
7 лет назад |
Shoaib Meenai
|
3a20c38055
[Parse] Use CapturedStmt for @finally on MSVC
|
7 лет назад |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 лет назад |
Faisal Vali
|
9626b8d4ee
Revert rC330794 and some dependent tiny bug fixes
|
7 лет назад |
Faisal Vali
|
45d663da56
[c++2a] [concepts] Add rudimentary parsing support for template concept declarations
|
7 лет назад |
Jordan Rose
|
5fe5d44d7f
Sink PrettyDeclStackTrace down to the AST library
|
7 лет назад |
Aaron Ballman
|
dc011c9015
Allow the NS, CF, and ObjC attributes to be used with -fdouble-square-bracket-attributes. The syntactic locations for such attributes on ObjC constructs have been specifically chosen to follow the GNU attribute syntactic locations.
|
7 лет назад |
Faisal Vali
|
1ae65827b5
Again reverting an attempt to convert the DeclSpec enums into scoped enums.
|
7 лет назад |
Faisal Vali
|
9d3d610d05
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums with underlying types.
|
7 лет назад |
Faisal Vali
|
20f9e21530
Revert r321614 and r321615
|
7 лет назад |
Faisal Vali
|
8723ca6013
[NFC] Modernize enums TypeSpecifierWidth, TypeSpecifierSign & TypeSpecifierType into scoped enums.
|
7 лет назад |
Faisal Vali
|
2d075f470b
[NFC] Modernize enum DeclSpecContext into a scoped enum.
|
7 лет назад |
Faisal Vali
|
ef699b2164
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
|
7 лет назад |