r244000 - Update mailing list references to lists.llvm.org

2015-08-04 Thread Tanya Lattner
Author: tbrethou
Date: Tue Aug  4 22:55:23 2015
New Revision: 244000

URL: http://llvm.org/viewvc/llvm-project?rev=244000&view=rev
Log:
Update mailing list references to lists.llvm.org

Modified:
cfe/trunk/README.txt
cfe/trunk/docs/ExternalClangExamples.rst
cfe/trunk/docs/InternalsManual.rst
cfe/trunk/docs/ReleaseNotes.rst
cfe/trunk/test/Analysis/dead-stores.m
cfe/trunk/test/SemaObjC/comptypes-9.m
cfe/trunk/www/analyzer/checker_dev_manual.html
cfe/trunk/www/analyzer/installation.html
cfe/trunk/www/analyzer/menu.html.incl
cfe/trunk/www/analyzer/open_projects.html
cfe/trunk/www/demo/index.cgi
cfe/trunk/www/get_involved.html
cfe/trunk/www/menu.html.incl

Modified: cfe/trunk/README.txt
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/README.txt?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/README.txt (original)
+++ cfe/trunk/README.txt Tue Aug  4 22:55:23 2015
@@ -20,7 +20,7 @@ Information on the LLVM project:   http:
 
 If you have questions or comments about Clang, a great place to discuss them is
 on the Clang development mailing list:
-  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
+  http://lists.llvm.org/mailman/listinfo/cfe-dev
 
 If you find a bug in Clang, please file it in the LLVM bug tracker:
   http://llvm.org/bugs/

Modified: cfe/trunk/docs/ExternalClangExamples.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ExternalClangExamples.rst?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/docs/ExternalClangExamples.rst (original)
+++ cfe/trunk/docs/ExternalClangExamples.rst Tue Aug  4 22:55:23 2015
@@ -20,7 +20,7 @@ where Clang is used are:
 
 If you know of (or wrote!) a tool or project using Clang, please send an
 email to Clang's `development discussion mailing list
-`_ to have it added.
+`_ to have it added.
 (or if you are already a Clang contributor, feel free to directly commit
 additions). Since the primary purpose of this page is to provide examples
 that can help developers, generally they must have code available.

Modified: cfe/trunk/docs/InternalsManual.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/InternalsManual.rst?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/docs/InternalsManual.rst (original)
+++ cfe/trunk/docs/InternalsManual.rst Tue Aug  4 22:55:23 2015
@@ -508,7 +508,7 @@ token.  This concept maps directly to th
 ``SourceRange`` and ``CharSourceRange``
 ---
 
-.. mostly taken from 
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-August/010595.html
+.. mostly taken from 
http://lists.llvm.org/pipermail/cfe-dev/2010-August/010595.html
 
 Clang represents most source ranges by [first, last], where "first" and "last"
 each point to the beginning of their respective tokens.  For example consider

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Tue Aug  4 22:55:23 2015
@@ -156,4 +156,4 @@ tree.
 
 If you have any questions or comments about Clang, please feel free to
 contact us via the `mailing
-list `_.
+list `_.

Modified: cfe/trunk/test/Analysis/dead-stores.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/dead-stores.m?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/test/Analysis/dead-stores.m (original)
+++ cfe/trunk/test/Analysis/dead-stores.m Tue Aug  4 22:55:23 2015
@@ -28,7 +28,7 @@ extern NSString *NSAlignmentBinding;
 // This test case was reported as a false positive due to a bug in the
 // LiveVariables <-> deadcode.DeadStores interplay.  We should not flag a 
warning
 // here.  The test case was reported in:
-//  http://lists.cs.uiuc.edu/pipermail/cfe-dev/2008-July/002157.html
+//  http://lists.llvm.org/pipermail/cfe-dev/2008-July/002157.html
 void DeadStoreTest(NSObject *anObject) {
   NSArray *keys;
   if ((keys = [anObject exposedBindings]) &&   // no-warning

Modified: cfe/trunk/test/SemaObjC/comptypes-9.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/comptypes-9.m?rev=244000&r1=243999&r2=244000&view=diff
==
--- cfe/trunk/test/SemaObjC/comptypes-9.m (original)
+++ cfe/trunk/test/SemaObjC/comptypes-9.m Tue Aug  4 22:55:23 2015
@@ -1,5 

[clang-tools-extra] r244001 - Update references to new lists.llvm.org mailing lists.

2015-08-04 Thread Tanya Lattner
Author: tbrethou
Date: Tue Aug  4 22:56:44 2015
New Revision: 244001

URL: http://llvm.org/viewvc/llvm-project?rev=244001&view=rev
Log:
Update references to new lists.llvm.org mailing lists.

Modified:
clang-tools-extra/trunk/README.txt

Modified: clang-tools-extra/trunk/README.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/README.txt?rev=244001&r1=244000&r2=244001&view=diff
==
--- clang-tools-extra/trunk/README.txt (original)
+++ clang-tools-extra/trunk/README.txt Tue Aug  4 22:56:44 2015
@@ -12,11 +12,11 @@ tree, and in the 'tools/extra' subdirect
 
 All discussion regarding Clang, Clang-based tools, and code in this repository
 should be held using the standard Clang mailing lists:
-  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
+  http://lists.llvm.org/mailman/listinfo/cfe-dev
 
 Code review for this tree should take place on the standard Clang patch and
 commit lists:
-  http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
+  http://lists.llvm.org/mailman/listinfo/cfe-commits
 
 If you find a bug in these tools, please file it in the LLVM bug tracker:
   http://llvm.org/bugs/


___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


[libcxx] r244003 - Update references to lists.llvm.org

2015-08-04 Thread Tanya Lattner
Author: tbrethou
Date: Tue Aug  4 22:59:14 2015
New Revision: 244003

URL: http://llvm.org/viewvc/llvm-project?rev=244003&view=rev
Log:
Update references to lists.llvm.org

Modified:
libcxx/trunk/CMakeLists.txt
libcxx/trunk/www/atomic_design.html
libcxx/trunk/www/atomic_design_a.html
libcxx/trunk/www/atomic_design_b.html
libcxx/trunk/www/atomic_design_c.html
libcxx/trunk/www/cxx1y_status.html
libcxx/trunk/www/cxx1z_status.html
libcxx/trunk/www/index.html
libcxx/trunk/www/lit_usage.html
libcxx/trunk/www/ts1z_status.html
libcxx/trunk/www/type_traits_design.html

Modified: libcxx/trunk/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/CMakeLists.txt?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/CMakeLists.txt (original)
+++ libcxx/trunk/CMakeLists.txt Tue Aug  4 22:59:14 2015
@@ -17,7 +17,7 @@ project(libcxx CXX C)
 set(PACKAGE_NAME libcxx)
 set(PACKAGE_VERSION trunk-svn)
 set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-set(PACKAGE_BUGREPORT "llvmb...@cs.uiuc.edu")
+set(PACKAGE_BUGREPORT "llvm-b...@lists.llvm.org")
 
 # Add path for custom modules
 set(CMAKE_MODULE_PATH

Modified: libcxx/trunk/www/atomic_design.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/atomic_design.html?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/www/atomic_design.html (original)
+++ libcxx/trunk/www/atomic_design.html Tue Aug  4 22:59:14 2015
@@ -22,8 +22,8 @@
 
   
 Quick Links
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>cfe-dev
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits";>cfe-commits
+http://lists.llvm.org/mailman/listinfo/cfe-dev";>cfe-dev
+http://lists.llvm.org/mailman/listinfo/cfe-commits";>cfe-commits
 http://llvm.org/bugs/";>Bug Reports
 http://llvm.org/svn/llvm-project/libcxx/trunk/";>Browse SVN
 http://llvm.org/viewvc/llvm-project/libcxx/trunk/";>Browse 
ViewVC

Modified: libcxx/trunk/www/atomic_design_a.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/atomic_design_a.html?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/www/atomic_design_a.html (original)
+++ libcxx/trunk/www/atomic_design_a.html Tue Aug  4 22:59:14 2015
@@ -22,8 +22,8 @@
 
   
 Quick Links
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>cfe-dev
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits";>cfe-commits
+http://lists.llvm.org/mailman/listinfo/cfe-dev";>cfe-dev
+http://lists.llvm.org/mailman/listinfo/cfe-commits";>cfe-commits
 http://llvm.org/bugs/";>Bug Reports
 http://llvm.org/svn/llvm-project/libcxx/trunk/";>Browse SVN
 http://llvm.org/viewvc/llvm-project/libcxx/trunk/";>Browse 
ViewVC

Modified: libcxx/trunk/www/atomic_design_b.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/atomic_design_b.html?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/www/atomic_design_b.html (original)
+++ libcxx/trunk/www/atomic_design_b.html Tue Aug  4 22:59:14 2015
@@ -22,8 +22,8 @@
 
   
 Quick Links
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>cfe-dev
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits";>cfe-commits
+http://lists.llvm.org/mailman/listinfo/cfe-dev";>cfe-dev
+http://lists.llvm.org/mailman/listinfo/cfe-commits";>cfe-commits
 http://llvm.org/bugs/";>Bug Reports
 http://llvm.org/svn/llvm-project/libcxx/trunk/";>Browse SVN
 http://llvm.org/viewvc/llvm-project/libcxx/trunk/";>Browse 
ViewVC

Modified: libcxx/trunk/www/atomic_design_c.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/atomic_design_c.html?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/www/atomic_design_c.html (original)
+++ libcxx/trunk/www/atomic_design_c.html Tue Aug  4 22:59:14 2015
@@ -22,8 +22,8 @@
 
   
 Quick Links
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>cfe-dev
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits";>cfe-commits
+http://lists.llvm.org/mailman/listinfo/cfe-dev";>cfe-dev
+http://lists.llvm.org/mailman/listinfo/cfe-commits";>cfe-commits
 http://llvm.org/bugs/";>Bug Reports
 http://llvm.org/svn/llvm-project/libcxx/trunk/";>Browse SVN
 http://llvm.org/viewvc/llvm-project/libcxx/trunk/";>Browse 
ViewVC

Modified: libcxx/trunk/www/cxx1y_status.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/cxx1y_status.html?rev=244003&r1=244002&r2=244003&view=diff
==
--- libcxx/trunk/www/cxx1y_status.html (original)
+++ libcxx/trunk/www/cxx1y_status

[libcxxabi] r244004 - Update to new lists.llvm.org

2015-08-04 Thread Tanya Lattner
Author: tbrethou
Date: Tue Aug  4 23:01:26 2015
New Revision: 244004

URL: http://llvm.org/viewvc/llvm-project?rev=244004&view=rev
Log:
Update to new lists.llvm.org

Modified:
libcxxabi/trunk/CMakeLists.txt
libcxxabi/trunk/www/index.html

Modified: libcxxabi/trunk/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/CMakeLists.txt?rev=244004&r1=244003&r2=244004&view=diff
==
--- libcxxabi/trunk/CMakeLists.txt (original)
+++ libcxxabi/trunk/CMakeLists.txt Tue Aug  4 23:01:26 2015
@@ -66,7 +66,7 @@ if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURR
   set(PACKAGE_NAME libcxxabi)
   set(PACKAGE_VERSION 3.7.0svn)
   set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
-  set(PACKAGE_BUGREPORT "llvmb...@cs.uiuc.edu")
+  set(PACKAGE_BUGREPORT "llvm-b...@lists.llvm.org")
 
   if(EXISTS ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)
 set(LLVM_LIT ${LLVM_MAIN_SRC_DIR}/utils/lit/lit.py)

Modified: libcxxabi/trunk/www/index.html
URL: 
http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/www/index.html?rev=244004&r1=244003&r2=244004&view=diff
==
--- libcxxabi/trunk/www/index.html (original)
+++ libcxxabi/trunk/www/index.html Tue Aug  4 23:01:26 2015
@@ -22,8 +22,8 @@
 
   
 Quick Links
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>cfe-dev
-http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits";>cfe-commits
+http://lists.llvm.org/mailman/listinfo/cfe-dev";>cfe-dev
+http://lists.llvm.org/mailman/listinfo/cfe-commits";>cfe-commits
 http://llvm.org/bugs/";>Bug Reports
 http://llvm.org/svn/llvm-project/libcxxabi/trunk/";>Browse SVN
 http://llvm.org/viewvc/llvm-project/libcxxabi/trunk/";>Browse 
ViewVC
@@ -119,7 +119,7 @@
   a different ABI library), this may interfere with test results.
 
   Send discussions to the
-  (http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev";>clang mailing 
list).
+  (http://lists.llvm.org/mailman/listinfo/cfe-dev";>clang mailing 
list).
 
   
   Frequently asked questions


___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


New mailing list is up!

2015-08-04 Thread Tanya Lattner
All,

The LLVM mailing lists should be up and running. If you encounter any issues, 
please email me directly. 

As a reminder, llvmdev is now llvm-dev and llvmbugs is llvm-bugs. Please update 
your contacts/filters.

All llvm.org  services should be back up (reviews.llvm.org 
 coming soon).

Thanks,
Tanya___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits


r244018 - Don't repeat function names in comments. NFC.

2015-08-04 Thread Filipe Cabecinhas
Author: filcab
Date: Wed Aug  5 01:19:26 2015
New Revision: 244018

URL: http://llvm.org/viewvc/llvm-project?rev=244018&view=rev
Log:
Don't repeat function names in comments. NFC.

Modified:
cfe/trunk/lib/CodeGen/CGExprComplex.cpp
cfe/trunk/lib/CodeGen/CGExprScalar.cpp
cfe/trunk/lib/CodeGen/CodeGenFunction.h

Modified: cfe/trunk/lib/CodeGen/CGExprComplex.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGExprComplex.cpp?rev=244018&r1=244017&r2=244018&view=diff
==
--- cfe/trunk/lib/CodeGen/CGExprComplex.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGExprComplex.cpp Wed Aug  5 01:19:26 2015
@@ -83,10 +83,10 @@ public:
   /// specified value pointer.
   void EmitStoreOfComplex(ComplexPairTy Val, LValue LV, bool isInit);
 
-  /// EmitComplexToComplexCast - Emit a cast from complex value Val to 
DestType.
+  /// Emit a cast from complex value Val to DestType.
   ComplexPairTy EmitComplexToComplexCast(ComplexPairTy Val, QualType SrcType,
  QualType DestType);
-  /// EmitComplexToComplexCast - Emit a cast from scalar value Val to DestType.
+  /// Emit a cast from scalar value Val to DestType.
   ComplexPairTy EmitScalarToComplexCast(llvm::Value *Val, QualType SrcType,
 QualType DestType);
 
@@ -391,7 +391,7 @@ ComplexPairTy ComplexExprEmitter::VisitS
   E->getExprLoc());
 }
 
-/// EmitComplexToComplexCast - Emit a cast from complex value Val to DestType.
+/// Emit a cast from complex value Val to DestType.
 ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val,
QualType SrcType,
QualType DestType) {

Modified: cfe/trunk/lib/CodeGen/CGExprScalar.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGExprScalar.cpp?rev=244018&r1=244017&r2=244018&view=diff
==
--- cfe/trunk/lib/CodeGen/CGExprScalar.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGExprScalar.cpp Wed Aug  5 01:19:26 2015
@@ -140,19 +140,18 @@ public:
   /// boolean (i1) truth value.  This is equivalent to "Val != 0".
   Value *EmitConversionToBool(Value *Src, QualType DstTy);
 
-  /// \brief Emit a check that a conversion to or from a floating-point type
-  /// does not overflow.
+  /// Emit a check that a conversion to or from a floating-point type does not
+  /// overflow.
   void EmitFloatConversionCheck(Value *OrigSrc, QualType OrigSrcType,
 Value *Src, QualType SrcType,
 QualType DstType, llvm::Type *DstTy);
 
-  /// EmitScalarConversion - Emit a conversion from the specified type to the
-  /// specified destination type, both of which are LLVM scalar types.
+  /// Emit a conversion from the specified type to the specified destination
+  /// type, both of which are LLVM scalar types.
   Value *EmitScalarConversion(Value *Src, QualType SrcTy, QualType DstTy);
 
-  /// EmitComplexToScalarConversion - Emit a conversion from the specified
-  /// complex type to the specified destination type, where the destination 
type
-  /// is an LLVM scalar type.
+  /// Emit a conversion from the specified complex type to the specified
+  /// destination type, where the destination type is an LLVM scalar type.
   Value *EmitComplexToScalarConversion(CodeGenFunction::ComplexPairTy Src,
QualType SrcTy, QualType DstTy);
 
@@ -731,8 +730,8 @@ void ScalarExprEmitter::EmitFloatConvers
 "float_cast_overflow", StaticArgs, OrigSrc);
 }
 
-/// EmitScalarConversion - Emit a conversion from the specified type to the
-/// specified destination type, both of which are LLVM scalar types.
+/// Emit a conversion from the specified type to the specified destination 
type,
+/// both of which are LLVM scalar types.
 Value *ScalarExprEmitter::EmitScalarConversion(Value *Src, QualType SrcType,
QualType DstType) {
   SrcType = CGF.getContext().getCanonicalType(SrcType);
@@ -884,9 +883,8 @@ Value *ScalarExprEmitter::EmitScalarConv
   return Res;
 }
 
-/// EmitComplexToScalarConversion - Emit a conversion from the specified 
complex
-/// type to the specified destination type, where the destination type is an
-/// LLVM scalar type.
+/// Emit a conversion from the specified complex type to the specified
+/// destination type, where the destination type is an LLVM scalar type.
 Value *ScalarExprEmitter::
 EmitComplexToScalarConversion(CodeGenFunction::ComplexPairTy Src,
   QualType SrcTy, QualType DstTy) {
@@ -3461,8 +3459,8 @@ Value *ScalarExprEmitter::VisitAtomicExp
 // Entry Point into this File
 
//===---