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
/
www
Commit message (
Expand
)
Author
Age
Files
Lines
*
Finish implementation of C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-20
1
-2
/
+2
*
PR13403 (+duplicates): implement C++ DR1310 (http://wg21.link/cwg1310).
Richard Smith
2017-01-19
1
-3
/
+3
*
PR9551: Implement DR1004 (http://wg21.link/cwg1004).
Richard Smith
2017-01-18
1
-2
/
+2
*
Implement DR1265 (wg21.link/cwg1265).
Richard Smith
2017-01-13
1
-2
/
+2
*
Update C++ status pages for Clang 4 branch:
Richard Smith
2017-01-13
3
-29
/
+32
*
[Docs][OpenCL] Added OpenCL feature description to Clang documentation.
Anastasia Stulova
2017-01-12
1
-4
/
+4
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-1
/
+1
*
Implement DR1388 (wg21.link/cwg1388).
Richard Smith
2017-01-09
1
-2
/
+2
*
Revert r291410 and r291411.
Richard Smith
2017-01-09
1
-1
/
+1
*
Implement C++ DR1391 (wg21.link/cwg1391)
Richard Smith
2017-01-09
1
-1
/
+1
*
Revert "DR1391: Check for implicit conversion sequences for non-dependent fun...
Renato Golin
2017-01-02
1
-1
/
+1
*
DR1391: Check for implicit conversion sequences for non-dependent function
Richard Smith
2017-01-02
1
-1
/
+1
*
[c++17] Implement P0522R0 as written. This allows a template template argument
Richard Smith
2016-12-31
1
-3
/
+7
*
DR1315: a non-type template argument in a partial specialization is permitted
Richard Smith
2016-12-28
1
-1
/
+1
*
DR1495: A partial specialization is ill-formed if it is not (strictly) more
Richard Smith
2016-12-27
1
-2
/
+2
*
[c++1z] cxx_status: mark p0195r2 as done.
Richard Smith
2016-12-19
1
-1
/
+1
*
[c++1z] P0217R3: Allow by-value structured binding of arrays.
Richard Smith
2016-12-14
1
-3
/
+1
*
Add tests for a couple more DRs.
Richard Smith
2016-12-09
2
-4
/
+7
*
cxx_dr_status: update to latest issue list and add a couple more tests.
Richard Smith
2016-12-09
1
-283
/
+793
*
[c++1z] P0003R5: Removing dynamic exception specifications.
Richard Smith
2016-12-08
1
-1
/
+1
*
[c++17] P0135R1: Guaranteed copy elision.
Richard Smith
2016-12-06
2
-2
/
+2
*
DR1213: element access on an array xvalue or prvalue produces an xvalue. In the
Richard Smith
2016-12-05
1
-1
/
+1
*
DR616, and part of P0135R1: member access (or pointer-to-member access) on a
Richard Smith
2016-12-03
1
-4
/
+4
*
P0012R1: add Itanium ABI support for throwing non-noexcept function pointers ...
Richard Smith
2016-12-01
1
-3
/
+1
*
Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...
Richard Smith
2016-12-01
1
-13
/
+7
*
[www] Fix spelling error in checker release notes.
Devin Coughlin
2016-11-16
1
-1
/
+1
*
[www] Update analyzer website for release of checker-279
Devin Coughlin
2016-11-16
3
-2
/
+21
*
PR23281: Fix implementation of DR1891 to implement the intent: that is, a
Richard Smith
2016-11-16
1
-1
/
+1
*
Add instructions in clang get_started page about working with a monorepo
Mehdi Amini
2016-11-12
1
-0
/
+2
*
[c++1z] std::byte didn't make it
Richard Smith
2016-11-12
1
-7
/
+0
*
[c++1z] Two more features have been accepted.
Richard Smith
2016-11-11
1
-1
/
+1
*
[c++1z] p0522 is approved.
Richard Smith
2016-11-11
1
-2
/
+5
*
[cxx_status] Prepare features list for WG21 motions.
Richard Smith
2016-11-11
1
-2
/
+25
*
[www] Update the link to the 'include what you use' project
Alex Lorenz
2016-11-07
1
-1
/
+1
*
[www] Fix a typo on the analyzer website
Alex Lorenz
2016-11-01
1
-1
/
+1
*
Implement ABI proposal for throwing noexcept function pointers, per discussion
Richard Smith
2016-11-01
1
-7
/
+13
*
[cxx_status] update comment
Richard Smith
2016-10-26
1
-1
/
+1
*
Mark P0012R1 as "Partial" since it's now substantially complete.
Richard Smith
2016-10-22
1
-1
/
+5
*
[c++1z] P0012R1: Implement a few remaining pieces: downgrade diagnostic for
Richard Smith
2016-10-22
2
-2
/
+8
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-2
/
+2
*
Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...
Renato Golin
2016-10-21
1
-2
/
+2
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-2
/
+2
*
DR1330: instantiate exception-specifications when "needed". We previously did
Richard Smith
2016-10-18
1
-2
/
+2
*
[analyzer] Update alpha and potential checker documentation, esp. alpha.valist
Dominic Chen
2016-10-18
2
-65
/
+78
*
Mark aligned allocation as done.
Richard Smith
2016-10-10
1
-1
/
+1
*
Switch to a different workaround for unimplementability of P0145R3 in MS ABIs.
Richard Smith
2016-09-29
1
-6
/
+4
*
Mark P0127R3 as done, and replace its __has_feature check with the correspond...
Richard Smith
2016-09-29
1
-1
/
+1
*
cxx_status: use HTML5 details/summary elements to hide implementation status
Richard Smith
2016-09-28
1
-23
/
+43
*
Add a couple more tentative names for upcoming SD-6 feature checks. These might
Richard Smith
2016-09-28
1
-2
/
+2
*
P0095R3: Implement the latest published revision of SD-6 (C++ feature test ma...
Richard Smith
2016-09-28
1
-1
/
+1
[next]