search for: b7f968b

Displaying 1 result from an estimated 1 matches for "b7f968b".

2008 Feb 22
1
[LLVMdev] tutorial typos
There were some typos in the tutorial. This patch should fix them: index b7f968b..50619e0 100644 --- a/docs/tutorial/LangImpl2.html +++ b/docs/tutorial/LangImpl2.html @@ -933,7 +933,7 @@ public: /// of arguments the function takes). class PrototypeAST { std::string Name; - std::vector< Args; + std::vector<std::string> Args; public: PrototypeAST(c...