Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the llvm coding convention for indentation for switch. | Mike Stump | 2010-01-20 | 1 | -2/+2 |
| | | | | llvm-svn: 93966 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -49/+25 |
| | | | | llvm-svn: 81346 | ||||
* | De-ASTContext-ify DeclContext. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -4/+4 |
| | | | | | | | Remove ASTContext parameter from DeclContext's methods. This change cascaded down to other Decl's methods and changes to call sites started "escalating". Timings using pre-tokenized "cocoa.h" showed only a ~1% increase in time run between and after this commit. llvm-svn: 74506 | ||||
* | Remove the ASTContext parameter from the getBody() methods of Decl and ↵ | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| | | | | | | | | subclasses. Timings showed no significant difference before and after the commit. llvm-svn: 74504 | ||||
* | More XML output support, from Olaf Krzikalla! | Douglas Gregor | 2009-06-15 | 1 | -0/+161 |
llvm-svn: 73402 |