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
/
Serialization
/
ASTReaderDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-1
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+1
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-1
/
+1
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+16
*
[OPENMP] Fix PR38903: Crash on instantiation of the non-dependent
Alexey Bataev
2018-09-13
1
-4
/
+11
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-15
/
+2
*
Revert r342019, "Track definition merging on the canonical declaration
Richard Smith
2018-09-12
1
-2
/
+15
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-15
/
+2
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-1
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+1
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-10
/
+63
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-1
/
+8
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-63
/
+10
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-10
/
+63
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-0
/
+6
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-22
/
+11
*
[modules] Defer merging deduced return types.
Richard Smith
2018-08-03
1
-14
/
+22
*
Serialize DoesNotEscape.
Akira Hatanaka
2018-08-01
1
-0
/
+1
*
[AST][4/4] Move the bit-fields from ObjCMethodDecl and ObjCContainerDecl into...
Erich Keane
2018-08-01
1
-7
/
+7
*
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...
Erich Keane
2018-08-01
1
-26
/
+27
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-10
/
+10
*
[serialization] PR34728: Don't assume that only a suffix of template
Richard Smith
2018-07-31
1
-15
/
+9
*
Remove trailing space
Fangrui Song
2018-07-30
1
-22
/
+22
*
[ODRHash] Support hashing enums.
Richard Trieu
2018-07-25
1
-0
/
+5
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-07-04
1
-23
/
+85
*
Revert r336021 "PR33924: merge local declarations that have linkage of some k...
Hans Wennborg
2018-07-03
1
-80
/
+23
*
PR33924: merge local declarations that have linkage of some kind within
Richard Smith
2018-06-29
1
-23
/
+80
*
[modules] Emit the type of the TypeSourceInfo for a DeclaratorDecl (but
Richard Smith
2018-06-29
1
-7
/
+6
*
Revert "Append new attributes to the end of an AttributeList."
Michael Kruse
2018-06-25
1
-11
/
+22
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-06-19
1
-22
/
+11
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-1
/
+1
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-1
/
+1
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-1
/
+1
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-1
/
+1
*
Move helper classes into anonymous namespaces. NFCI.
Benjamin Kramer
2018-05-15
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-21
/
+21
*
[Modules] Handle ObjC/C ODR-like semantics for EnumConstantDecl
Bruno Cardoso Lopes
2018-04-30
1
-4
/
+20
*
[Modules][ObjC] ASTReader should add protocols for class extensions
Bruno Cardoso Lopes
2018-04-27
1
-0
/
+6
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-9
/
+0
*
[c++2a] [concepts] Add rudimentary parsing support for template concept decla...
Faisal Vali
2018-04-25
1
-0
/
+9
*
[Serialization] Fix some Clang-tidy modernize and Include What You Use warnin...
Eugene Zelenko
2018-04-11
1
-181
/
+216
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+3
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-3
/
+2
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-2
/
+3
*
DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standard
Richard Smith
2018-04-05
1
-2
/
+6
*
[ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...
George Karpenkov
2018-03-29
1
-0
/
+1
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-0
/
+2
*
[clang] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-03-27
1
-1
/
+1
*
[Modules] Fix creating fake definition data for lambdas.
Volodymyr Sapsai
2018-03-21
1
-10
/
+12
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-2
/
+2
[next]