Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Driver] Add support for -fno-builtin-foo options. | Chad Rosier | 2016-01-06 | 1 | -0/+8 |
| | | | | | | | Addresses PR4941 and rdar://6756912. http://reviews.llvm.org/D15195 llvm-svn: 256937 | ||||
* | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 1 | -1/+1 |
| | | | | | | | | | | Sorry for the noise, I managed to miss a bunch of recent regressions of include orderings here. This should actually sort all the includes for Clang. Again, no functionality changed, this is just a mechanical cleanup that I try to run periodically to keep the #include lines as regular as possible across the project. llvm-svn: 225979 | ||||
* | Move CodeGenOptions constructor out-of-line and add missing headers. NFC. | Alexey Samsonov | 2014-11-11 | 1 | -0/+24 |
llvm-svn: 221646 |