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
/
AST
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow system header to provide their own implementation of some builtin
serge-sans-paille
2020-01-10
1
-0
/
+8
*
Improve support of GNU mempcpy
serge-sans-paille
2020-01-09
1
-0
/
+7
*
[Concepts] Function trailing requires clauses
Saar Raz
2020-01-09
1
-17
/
+26
*
Adds fixit hints to the -Wrange-loop-analysis
Mark de Wever
2020-01-01
1
-0
/
+6
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
1
-7
/
+36
*
Remove Expr.h include from ASTContext.h, NFC
Reid Kleckner
2019-12-06
1
-1
/
+2
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-1
/
+1
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-05
1
-0
/
+1
*
Revert " Reapply af57dbf12e54 "Add support for options -frounding-math...
Melanie Blower
2019-12-04
1
-1
/
+0
*
Reapply af57dbf12e54 "Add support for options -frounding-math, ftrapp...
Melanie Blower
2019-12-04
1
-0
/
+1
*
Add FunctionDecl::getParameterSourceRange()
Nicolas Manichon
2019-12-03
1
-0
/
+16
*
[OPENMP]Fix PR41826: symbols visibility in device code.
Alexey Bataev
2019-11-25
1
-0
/
+4
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-1
/
+1
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-1
/
+1
*
[clang] New __attribute__((__clang_arm_mve_alias)).
Simon Tatham
2019-10-24
1
-4
/
+12
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-14
/
+9
*
[hip][cuda] Fix the extended lambda name mangling issue.
Michael Liao
2019-10-19
1
-2
/
+4
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-0
/
+12
*
[clang] [AST] Treat "inline gnu_inline" the same way as "extern inline gnu_in...
Martin Storsjo
2019-09-27
1
-3
/
+5
*
For P0784R7: add support for new (std::nothrow).
Richard Smith
2019-09-27
1
-2
/
+1
*
Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...
Ilya Biryukov
2019-09-25
1
-8
/
+19
*
Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...
Ilya Biryukov
2019-09-25
1
-14
/
+8
*
[AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...
Ilya Biryukov
2019-09-25
1
-8
/
+14
*
[Clang][CodeGen] support alias attribute w/ gnu_inline
Nick Desaulniers
2019-09-12
1
-1
/
+2
*
[Sema] Diagnose default-initialization, destruction, and copying of
Akira Hatanaka
2019-09-07
1
-0
/
+3
*
[c++20] P1143R2: Add support for the C++20 'constinit' keyword.
Richard Smith
2019-09-04
1
-0
/
+16
*
Revert "[Sema] Diagnose default-initialization, destruction, and copying of"
Akira Hatanaka
2019-07-26
1
-3
/
+0
*
Initialize the non-trivial C union bits I added to RecordDeclBitfields
Akira Hatanaka
2019-07-13
1
-0
/
+3
*
P0840R2: support for [[no_unique_address]] attribute
Richard Smith
2019-06-20
1
-0
/
+33
*
Fix crash when checking a dependently-typed reference that is
Richard Smith
2019-06-17
1
-1
/
+1
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-7
/
+7
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+21
*
Refactor: split Uninitialized state on APValue into an "Absent" state
Richard Smith
2019-05-21
1
-1
/
+1
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-4
/
+4
*
Revert r360637 "PR41817: Fix regression in r359260 that caused the MS compati...
Hans Wennborg
2019-05-14
1
-35
/
+6
*
PR41817: Fix regression in r359260 that caused the MS compatibility
Richard Smith
2019-05-14
1
-6
/
+35
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-1
/
+0
*
[OpenCL] Prevent mangling kernel functions.
Anastasia Stulova
2019-05-07
1
-0
/
+2
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-0
/
+1
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-1
/
+0
*
CWG issue 727: Fix numerous bugs in support for class-scope explicit
Richard Smith
2019-05-03
1
-39
/
+63
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-45
/
+74
*
C++ DR2387: a variable template declared wtih (or instantiated with) a
Richard Smith
2019-04-26
1
-30
/
+51
*
Revert r359048: C++ DR2387: a variable template declared wthi
Ilya Biryukov
2019-04-24
1
-51
/
+30
*
C++ DR2387: a variable template declared wtih (or instantiated with) a
Richard Smith
2019-04-23
1
-30
/
+51
*
Fix overly-long line after r358731.
Richard Smith
2019-04-19
1
-2
/
+2
*
Fix typo in function name [NFC]
Ali Tamur
2019-04-19
1
-3
/
+3
*
[c++2a] Add semantic support for private module fragments.
Richard Smith
2019-04-18
1
-10
/
+18
*
Special case ObjCPropertyDecl for printing
David Goldman
2019-04-04
1
-1
/
+7
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-11
/
+15
[next]