Changes in directory llvm/include/llvm:
CallingConv.h updated: 1.1 -> 1.2 Linker.h updated: 1.18 -> 1.19 PassAnalysisSupport.h updated: 1.21 -> 1.22 --- Log message: Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. Patch by Martin Partel! --- Diffs of the changes: (+4 -2) CallingConv.h | 2 +- Linker.h | 2 +- PassAnalysisSupport.h | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) Index: llvm/include/llvm/CallingConv.h diff -u llvm/include/llvm/CallingConv.h:1.1 llvm/include/llvm/CallingConv.h:1.2 --- llvm/include/llvm/CallingConv.h:1.1 Fri May 6 14:59:08 2005 +++ llvm/include/llvm/CallingConv.h Wed Feb 22 10:23:42 2006 @@ -45,7 +45,7 @@ // Target - This is the start of the target-specific calling conventions, // e.g. fastcall and thiscall on X86. - FirstTargetCC = 64, + FirstTargetCC = 64 }; } // End CallingConv namespace Index: llvm/include/llvm/Linker.h diff -u llvm/include/llvm/Linker.h:1.18 llvm/include/llvm/Linker.h:1.19 --- llvm/include/llvm/Linker.h:1.18 Mon Jan 9 21:14:40 2006 +++ llvm/include/llvm/Linker.h Wed Feb 22 10:23:42 2006 @@ -53,7 +53,7 @@ enum ControlFlags { Verbose = 1, ///< Print to std::cerr what steps the linker is taking QuietWarnings = 2, ///< Don't print errors and warnings to std::cerr. - QuietErrors = 4, ///< Indicate that this link is for a native executable + QuietErrors = 4 ///< Indicate that this link is for a native executable }; /// @} Index: llvm/include/llvm/PassAnalysisSupport.h diff -u llvm/include/llvm/PassAnalysisSupport.h:1.21 llvm/include/llvm/PassAnalysisSupport.h:1.22 --- llvm/include/llvm/PassAnalysisSupport.h:1.21 Sun Apr 24 20:01:35 2005 +++ llvm/include/llvm/PassAnalysisSupport.h Wed Feb 22 10:23:42 2006 @@ -19,6 +19,8 @@ #ifndef LLVM_PASS_ANALYSIS_SUPPORT_H #define LLVM_PASS_ANALYSIS_SUPPORT_H +#include <vector> + namespace llvm { // No need to include Pass.h, we are being included by it! _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits