Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.30 -> 1.31 --- Log message: Patches to make the LLVM sources more -pedantic clean. Patch provided by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 . --- Diffs of the changes: (+1 -1) llvm-ar.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/tools/llvm-ar/llvm-ar.cpp diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.30 llvm/tools/llvm-ar/llvm-ar.cpp:1.31 --- llvm/tools/llvm-ar/llvm-ar.cpp:1.30 Wed Dec 28 00:56:09 2005 +++ llvm/tools/llvm-ar/llvm-ar.cpp Wed May 24 12:04:04 2006 @@ -80,7 +80,7 @@ QuickAppend, ///< Quickly append to end of archive ReplaceOrInsert, ///< Replace or Insert members DisplayTable, ///< Display the table of contents - Extract, ///< Extract files back to file system + Extract ///< Extract files back to file system }; // Modifiers to follow operation to vary behavior _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits