clang/lib/Parse
Fariborz Jahanian 90ba78c64d Place duplicate argument declaration in in
method prototypes under the -Wduplicate-method-arg and
turn it off by default.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127552 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-12 18:54:30 +00:00
..
CMakeLists.txt CMake: LLVM_NO_RTTI must be obsolete now! 2011-02-10 09:15:32 +00:00
Makefile
ParseAST.cpp The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit 2011-02-17 18:59:06 +00:00
ParseCXXInlineMethods.cpp When parsing an out-of-line member function declaration, we must delay 2011-02-14 07:13:47 +00:00
ParseDecl.cpp Forgotten part of previous commit. 2011-03-12 11:17:06 +00:00
ParseDeclCXX.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
ParseExpr.cpp Add support for the OpenCL vec_step operator, by generalising and 2011-03-11 19:24:49 +00:00
ParseExprCXX.cpp Fixes for some more expressions containing function templateids that 2011-03-12 01:48:56 +00:00
ParseInit.cpp Implement support for pack expansions in initializer lists and 2011-01-03 19:31:53 +00:00
ParseObjc.cpp Place duplicate argument declaration in in 2011-03-12 18:54:30 +00:00
ParsePragma.cpp Rename tok::eom to tok::eod. 2011-02-28 02:37:51 +00:00
ParsePragma.h OpenCL: add support for __kernel, kernel keywords and EXTENSION, 2011-02-14 01:42:53 +00:00
ParseStmt.cpp Implement a hack intended to allow Clang to parse libstdc++ 4.5's 2011-03-11 23:10:44 +00:00
ParseTemplate.cpp Push nested-name-specifier source-location information into dependent 2011-03-02 00:47:37 +00:00
ParseTentative.cpp Propagate the new exception information to FunctionProtoType. 2011-03-12 11:50:43 +00:00
Parser.cpp Fixed source range for FileScopeAsmDecl. Others source range fixes will follow. 2011-03-03 14:20:18 +00:00
RAIIObjectsForParser.h Implement bracket insertion for Objective-C instance message sends as 2010-09-15 14:51:05 +00:00