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
/
Sema
/
SemaDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[modules] Frontend support for building a header module from a list of
Richard Smith
2018-09-15
1
-1
/
+19
*
Consistently create a new declaration when merging a pre-existing but
Richard Smith
2018-09-12
1
-5
/
+11
*
PR33222: Require the declared return type not the actual return type to
Richard Smith
2018-09-10
1
-8
/
+3
*
Part of PR33222: defer enforcing return type mismatch for dependent
Richard Smith
2018-09-10
1
-19
/
+60
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-2
/
+31
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-31
/
+2
*
PR38627: Fix handling of exception specification adjustment for
Richard Smith
2018-09-05
1
-15
/
+5
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-5
/
+5
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-5
/
+5
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-5
/
+5
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-1
/
+9
*
Remove obsolete set call
Stephen Kelly
2018-08-09
1
-8
/
+0
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-6
/
+7
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-111
/
+85
*
Implement diagnostic stream operator for ParsedAttr.
Erich Keane
2018-08-09
1
-7
/
+2
*
Fold two cast plus a cast in a loop into a variable.
Nicolas Lesser
2018-08-03
1
-5
/
+5
*
Work around GCC miscompile exposed by r338464.
Richard Smith
2018-08-01
1
-2
/
+5
*
Speculative fix for buildbot failures after r338464.
Richard Smith
2018-08-01
1
-1
/
+2
*
[P0936R0] add [[clang::lifetimebound]] attribute
Richard Smith
2018-08-01
1
-0
/
+21
*
[OpenCL] Forbid size dependent types used as kernel arguments
Alexey Sotkin
2018-07-31
1
-3
/
+43
*
[OpenCL] Check for invalid kernel arguments in array types
Alexey Sotkin
2018-07-31
1
-5
/
+27
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[CUDA][HIP] Allow function-scope static const variable
Yaxun Liu
2018-07-28
1
-8
/
+19
*
Update to -r337585, allow scoped enum inits in -pedantic
Erich Keane
2018-07-23
1
-0
/
+3
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-131
/
+320
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-07-18
1
-0
/
+79
*
[NFC] Rename clang::AttributeList to clang::ParsedAttr
Erich Keane
2018-07-13
1
-4
/
+4
*
AttributeList de-listifying:
Erich Keane
2018-07-12
1
-48
/
+30
*
[NFC] Replace usage of QualType.getTypePtr()-> with operator->
Erich Keane
2018-07-11
1
-1
/
+1
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-15
/
+18
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-18
/
+15
*
[CUDA] Check initializers of instantiated template variables.
Artem Belevich
2018-06-06
1
-52
/
+2
*
[Sema] Fix parsing of anonymous union in language linkage specification
Jan Korous
2018-06-06
1
-3
/
+5
*
[AST] Fix loss of enum forward decl from decl context
Joel E. Denny
2018-05-30
1
-10
/
+1
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-15
/
+18
*
[Sema] Don't skip function bodies with 'auto' without trailing return type
Ilya Biryukov
2018-05-30
1
-2
/
+8
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-18
/
+15
*
Check pointer null-ness before dereferencing it.
Richard Trieu
2018-05-29
1
-5
/
+6
*
[Sema] Fix incorrect packed aligned structure layout
Momchil Velikov
2018-05-21
1
-3
/
+4
*
Revert r332470 (and corresponding tests in r332492).
Richard Smith
2018-05-18
1
-76
/
+13
*
Add support for __declspec(code_seg("segname"))
Erich Keane
2018-05-16
1
-13
/
+76
*
PR37450: Fix bug that disabled some type checks for variables with deduced ty...
Richard Smith
2018-05-14
1
-7
/
+14
*
[OpenCL] Restrict various keywords in OpenCL C++ mode
Sven van Haastregt
2018-05-09
1
-0
/
+14
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-40
/
+40
*
Track the result of evaluating a computed noexcept specification on the
Richard Smith
2018-05-03
1
-1
/
+1
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+3
*
Test commit removing trailing whitespace
Stuart Brady
2018-04-27
1
-1
/
+1
*
Revert addition of 'concept' to diagnostics in r330890.
Richard Smith
2018-04-26
1
-2
/
+0
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-7
/
+3
*
Revert rC330794 and some dependent tiny bug fixes
Faisal Vali
2018-04-26
1
-6
/
+0
[next]