|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | "previously defined here" diagnostics all notes.
llvm-svn: 59920 | 
| | 
| 
| 
| | llvm-svn: 59772 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | int foobar(int);
 int foobar() {}
which requires ifdef'ing out a testcase in predefined-function.c.
llvm-svn: 47236 | 
| | 
| 
| 
| 
| 
| | declarations/definitions). Patch by Carl Lewis!
llvm-svn: 46070 | 
| | 
| 
| 
| 
| 
| | that aren't in scope. Since C functions are in a flat namespace, we need to give them special treatment (when compared with variables and typedefs).
llvm-svn: 45789 | 
| | 
| 
| 
| 
| 
| 
| 
| | 6.7.2.2p4).
Fix Sema::MergeFunctionDecl to allow for function type compatibility (by using the predicate on ASTContext). Function types don't have to be identical to be compatible...
llvm-svn: 45784 | 
|  | llvm-svn: 44253 |