summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/DeclXML.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use the llvm coding convention for indentation for switch.Mike Stump2010-01-201-2/+2
| | | | llvm-svn: 93966
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-49/+25
| | | | llvm-svn: 81346
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-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 Kyrtzidis2009-06-301-1/+1
| | | | | | | | subclasses. Timings showed no significant difference before and after the commit. llvm-svn: 74504
* More XML output support, from Olaf Krzikalla!Douglas Gregor2009-06-151-0/+161
llvm-svn: 73402
OpenPOWER on IntegriCloud