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
...
*
[OpenCL] Enable address spaces for references in C++
Anastasia Stulova
2018-11-16
1
-4
/
+8
*
Add /Zc:DllexportInlines option to clang-cl
Takuto Ikuta
2018-11-03
1
-0
/
+26
*
Diagnose parameter names that shadow the names of inherited fields under -Wsh...
Aaron Ballman
2018-11-02
1
-0
/
+7
*
[clang-cl] Inherit dllexport to static locals also in template instantiations...
Hans Wennborg
2018-10-31
1
-8
/
+20
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-4
/
+4
*
[Sema] Do not show unused parameter warnings when body is skipped
Ilya Biryukov
2018-10-24
1
-2
/
+3
*
Silence the -Wshadow warning for enumerators shadowing a type.
Aaron Ballman
2018-10-22
1
-1
/
+1
*
Improve -Wshadow warnings with enumerators.
Aaron Ballman
2018-10-11
1
-2
/
+9
*
[Sema] Fix a multiple definition bug with friends and templates
Erik Pilkington
2018-10-10
1
-2
/
+8
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-31
/
+2
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-2
/
+31
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-31
/
+2
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-2
/
+2
*
[Sema] Use a more civilized hash map to implement -Wduplicate-enum.
Erik Pilkington
2018-09-25
1
-1
/
+1
*
Revert "We allow implicit function declarations as an extension in all C dial...
Anastasia Stulova
2018-09-24
1
-3
/
+5
*
[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
[prev]
[next]