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
*
DR407: Rationalize how we handle tags being hidden by typedefs. Even with
Richard Smith
2015-11-12
1
-1
/
+1
*
N3922: direct-list-initialization of an auto-typed variable no longer deduces a
Richard Smith
2015-11-11
1
-7
/
+15
*
Create install targets for scan-build and scan-view
Jonathan Roelofs
2015-11-09
1
-5
/
+2
*
Better link for Library Fundamentals TS.
Richard Smith
2015-11-05
1
-1
/
+1
*
Fix incorrect status for P0012R1.
Richard Smith
2015-11-05
1
-1
/
+1
*
Fix CSS style name.
Richard Smith
2015-11-05
1
-2
/
+2
*
Update C++ status page to match motions from Kona.
Richard Smith
2015-11-05
1
-6
/
+46
*
Add a link to the DXR project
Ehsan Akhgari
2015-10-29
1
-0
/
+11
*
[analyzer] Update analyzer website for release of checker-277.
Devin Coughlin
2015-10-29
4
-3
/
+33
*
[analyzer] Enhance FAQ with instructions on handing unused variables.
Anna Zaks
2015-10-27
1
-0
/
+14
*
[analyzer] Update links to developer.apple.com.
Jordan Rose
2015-09-18
2
-7
/
+7
*
Mention that libcxx is required to build Compiler-RT tests on OS X.
Yury Gribov
2015-09-15
1
-0
/
+8
*
Update mailing list references to lists.llvm.org
Tanya Lattner
2015-08-05
7
-17
/
+17
*
Revert r243827.
Davide Italiano
2015-08-01
1
-1
/
+1
*
Convertibility of nullptr_t to bool is available in clang. Note it.
Davide Italiano
2015-08-01
1
-1
/
+1
*
Update cxx_dr_status.html after 3.7 branch
Hans Wennborg
2015-07-14
2
-13
/
+13
*
DR1909: Diagnose all invalid cases of a class member sharing its name with th...
Richard Smith
2015-07-06
1
-2
/
+2
*
Fix "the the" in comments/documentation/etc.
Eric Christopher
2015-06-19
1
-2
/
+1
*
"This adds -fconcepts-ts as a cc1 option for enabling the
Faisal Vali
2015-05-22
1
-1
/
+1
*
Fix 'CFG graph' typo. NFC
Jonathan Roelofs
2015-05-19
1
-1
/
+1
*
DR295: cv-qualifiers on function types are ignored in C++.
Richard Smith
2015-05-14
1
-1
/
+1
*
Update cxx_dr_status to latest issues list.
Richard Smith
2015-05-14
1
-79
/
+79
*
Update the subversion link to http://subversion.apache.org/packages.html.
Yaron Keren
2015-05-07
1
-2
/
+2
*
Fix clang getting started guide to require VC2013 instead of VS2012.
Yaron Keren
2015-05-07
1
-2
/
+2
*
Recommend to use CMake on the Clang Getting Started page.
Alexey Samsonov
2015-04-21
1
-8
/
+15
*
Mark DR777 only as fixed in clang SVN.
Benjamin Kramer
2015-03-27
1
-1
/
+1
*
[Sema] Implement DR777
Benjamin Kramer
2015-03-27
1
-1
/
+1
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-7
/
+7
*
[analyzer] www: +progress for undefbehavior.ZeroAllocDereference
Anton Yartsev
2015-03-11
1
-1
/
+1
*
Fix a menu issue. patch by Vassil Vassilev
Sylvestre Ledru
2015-03-09
1
-1
/
+1
*
Add a download link to the web page (PR22764)
Hans Wennborg
2015-03-06
1
-0
/
+1
*
Fix typo.
Larisse Voufo
2015-02-25
1
-1
/
+1
*
Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...
Larisse Voufo
2015-02-25
1
-1
/
+1
*
Fix typo.
Larisse Voufo
2015-02-22
1
-1
/
+1
*
Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...
Larisse Voufo
2015-02-22
1
-1
/
+1
*
Fix typo.
Larisse Voufo
2015-02-21
1
-1
/
+1
*
Move -fdefine-sized-deallocation and -fno-sized-deallocation options from dri...
Larisse Voufo
2015-02-21
1
-6
/
+7
*
Mark DR1940 as implemented
David Majnemer
2015-02-19
1
-1
/
+1
*
Mark DR1947 as implemented
David Majnemer
2015-02-19
1
-1
/
+1
*
Mark DR1948 as implemented
David Majnemer
2015-02-19
1
-1
/
+1
*
Mark DR1994 as a duplicate of DR529
David Majnemer
2015-02-19
1
-1
/
+1
*
Mark DR1968 as implemented
David Majnemer
2015-02-19
1
-1
/
+1
*
Update C++ implementation status page with recent changes w.r.t. to sized dea...
Larisse Voufo
2015-02-19
1
-1
/
+10
*
Update cxx_dr_status to cover dr1748 and add test.
Richard Smith
2015-02-14
1
-1
/
+1
*
Update cxx_status to list features implemented in Clang 3.6.
Benjamin Kramer
2015-02-09
1
-12
/
+12
*
Re-arrange DR test cases, and update DR status page.
Larisse Voufo
2015-01-28
1
-6
/
+6
*
DR1902: if overload resolution recurses, and the inner overload resolution
Richard Smith
2015-01-27
1
-1
/
+1
*
Update cxx_dr_status.html after 3.6 branch
Hans Wennborg
2015-01-14
2
-5
/
+5
*
[analyzer] Updated progress for memory.ZeroAlloc
Anton Yartsev
2014-12-24
1
-1
/
+2
*
[analyzer] +memory.ZeroAlloc
Anton Yartsev
2014-12-24
1
-1
/
+26
[next]