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
/
ParseDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Require commas to separate multiple GNU-style attributes in the same attribut...
Aaron Ballman
2019-06-18
1
-5
/
+5
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-4
/
+13
*
[OpenCL] Support pipe keyword in C++ mode
Sven van Haastregt
2019-05-22
1
-3
/
+11
*
[Lex] Allow to consume tokens while preprocessing
Ilya Biryukov
2019-05-17
1
-3
/
+3
*
Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...
Leonard Chan
2019-05-12
1
-2
/
+3
*
Simplify tracking of end of consumed decl-specifier sequence.
Richard Smith
2019-05-09
1
-11
/
+7
*
Fix gcc compilation warning in an assert [NFC]
Mikael Holmen
2019-05-09
1
-1
/
+1
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-13
/
+49
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-1
/
+3
*
Improve function / variable disambiguation.
Richard Smith
2019-05-07
1
-1
/
+1
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-1
/
+39
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-49
/
+13
*
[C++] Interpret unknown identifier in parameter clause as unknown type
Nicolas Lesser
2019-05-05
1
-0
/
+3
*
[NFC] Add parentheses to avoid -Wparentheses.
Nicolas Lesser
2019-05-04
1
-1
/
+1
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-13
/
+49
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-39
/
+1
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-1
/
+39
*
[PR41247] Fixed parsing of private keyword in C++.
Anastasia Stulova
2019-03-28
1
-3
/
+9
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-1
/
+1
*
[OpenCL] Allow addr space spelling without __ prefix in C++.
Anastasia Stulova
2019-03-25
1
-0
/
+4
*
Objective-C++11: Support static_assert() in @interface/@implementation ivar l...
Nico Weber
2019-03-14
1
-0
/
+3
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-1
/
+2
*
[CodeComplete] Propagate preferred type for function arguments in more cases
Ilya Biryukov
2019-02-26
1
-8
/
+10
*
[OpenCL][PR40707] Allow OpenCL C types in C++ mode.
Anastasia Stulova
2019-02-15
1
-13
/
+4
*
[CodeComplete] Propagate preferred types through parser in more cases
Ilya Biryukov
2019-01-31
1
-1
/
+2
*
[OpenCL] Allow address spaces as method qualifiers.
Anastasia Stulova
2019-01-21
1
-0
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+19
*
Use DeclSpec for quals in DeclaratorChunk::FunctionTypeInfo.
Anastasia Stulova
2019-01-09
1
-13
/
+5
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+0
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-8
/
+9
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-9
/
+8
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-8
/
+9
*
Support Swift in platform availability attribute
Michael Wu
2018-11-12
1
-0
/
+15
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-2
/
+2
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-8
/
+8
*
[SEMA] split ExtWarn dupl-decl-spec's into Extension and ExtWarn
Nick Desaulniers
2018-10-03
1
-1
/
+2
*
Support enums with a fixed underlying type in all language modes.
Erik Pilkington
2018-09-28
1
-13
/
+11
*
[clang] Make sure codecompletion is called for calls even when inside a token.
Kadir Cetinkaya
2018-09-10
1
-0
/
+7
*
[CodeComplete] Clearly distinguish signature help and code completion.
Ilya Biryukov
2018-09-07
1
-3
/
+4
*
[CodeComplete] Report location of opening parens for signature help
Ilya Biryukov
2018-08-30
1
-1
/
+1
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Remove trailing space
Fangrui Song
2018-07-30
1
-16
/
+16
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-13
/
+29
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-46
/
+46
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-129
/
+74
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-3
/
+1
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-1
/
+3
*
Related to PR37768: improve diagnostics for class name shadowing.
Richard Smith
2018-06-20
1
-7
/
+7
[next]