Age | Commit message (Expand) | Author |
2012-10-24 | Move HeaderSearchOptions into the Lex library, make it intrusively | Douglas Gregor |
2012-09-13 | Fix Doxygen misuse: refer to parameter names in paragraphs correctly (\arg is | Dmitri Gribenko |
2012-06-15 | Documentation cleanup: Escaped # characters in Doxygen comments. | James Dennett |
2012-06-13 | More doxygen/documentation cleanups. | James Dennett |
2012-06-13 | Add -isystem-prefix and -ino-system-prefix arguments, which can be used to | Richard Smith |
2011-11-05 | Add two flags to the CC1 layer that I was hoping to avoid. We need to | Chandler Carruth |
2011-10-11 | Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include | Daniel Dunbar |
2011-09-22 | Add support for CPATH and friends. | Benjamin Kramer |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-07-28 | Introduce the "-index-header-map" option, to give special semantics | Douglas Gregor |
2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
2011-06-21 | Fix a case that I missed in r133550. | Bob Wilson |
2011-06-21 | Make InitHeaderSearch::AddPath and HeaderSearchOptions::AddPath consistent | Bob Wilson |
2011-06-21 | Fix the default libc++ header search path to be sysrooted. Radar 9639692. | Bob Wilson |
2011-06-16 | comment improvements. | Chris Lattner |
2011-06-16 | code cleanups, no behavior change. | Chris Lattner |
2011-02-22 | Remove the storage for -cxx-system-include. Make libcxx toolchain | Joerg Sonnenberger |
2011-02-22 | Bug#8945: Add -cxx-isystem option to specify C++ system directories. | Joerg Sonnenberger |
2010-09-09 | Frontend: Add -cxx-system-include option which can be used to specify an | Daniel Dunbar |
2010-08-24 | correct the -isystem option to not add the -isysroot path. Only the weird | Chris Lattner |
2010-03-24 | Implement support for -nostdc++. Fixes PR6446. | Douglas Gregor |
2009-12-15 | Add -resource-dir to clang -cc1, this allows the base directory for compiler | Daniel Dunbar |
2009-12-13 | CompilerInvocation: Move builtin-include-path logic out of CompilerInvocation... | Daniel Dunbar |
2009-11-19 | Add missing init. | Daniel Dunbar |
2009-11-19 | clang-cc: Remove some more llvm::cl::init arguments, by only setting values when | Daniel Dunbar |
2009-11-17 | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar |
2009-11-16 | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar |
2009-11-15 | Make some more headers standalone | Douglas Gregor |
2009-11-09 | Privatize InitHeaderSearch, this functionality is only exposed via | Daniel Dunbar |
2009-11-09 | Add default initializer for Sysroot ivar. | Daniel Dunbar |
2009-11-07 | Add HeaderSearchOptions class, for packaging the information needed to | Daniel Dunbar |