summaryrefslogtreecommitdiff
path: root/lib/Frontend/LayoutOverrideSource.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove trailing spaceFangrui Song2018-07-301-29/+29
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-8/+9
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Revert Decl's iterators back to pointer value_type rather than reference valu...David Blaikie2012-06-061-1/+1
* Remove the ref/value inconsistency in filter_decl_iterator.David Blaikie2012-04-301-1/+1
* Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer2012-02-061-1/+1
* Make sure that the layout-override parser grabs the size, not the dataDouglas Gregor2012-02-031-3/+3
* Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor2012-01-261-0/+206