aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/LayoutOverrideSource.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-29Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren1-1/+1
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose1-8/+9
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-2/+2
2012-08-10Add missing cctype includes.Joerg Sonnenberger1-0/+1
2012-06-06Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie1-1/+1
2012-04-30Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie1-1/+1
2012-02-06Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer1-1/+1
2012-02-03Make sure that the layout-override parser grabs the size, not the dataDouglas Gregor1-3/+3
2012-01-26Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor1-0/+206