Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clang-cc: Move InitializeAnalyzerOptions into Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -2/+103 | |
| | | | | llvm-svn: 86821 | |||||
* | clang-cc: Move InitializeDiagnosticOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -1/+59 | |
| | | | | llvm-svn: 86819 | |||||
* | clang-cc: Move HeaderSearchOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -0/+158 | |
| | | | | llvm-svn: 86818 | |||||
* | clang-cc: Move InitializeLangOptions to Options.cpp. | Daniel Dunbar | 2009-11-11 | 1 | -0/+462 | |
| | | | | | | | Also, inline InitializeLanguageStandard into InitializeLangOptions; this code needs to be refactored but the current division doesn't make any sense. llvm-svn: 86816 | |||||
* | clang-cc: Move InitializePreprocessorOptions to Options.cpp | Daniel Dunbar | 2009-11-11 | 1 | -0/+87 | |
| | | | | llvm-svn: 86811 | |||||
* | Use #include <stdio.h> when using fprintf and stderr. | Dan Gohman | 2009-11-10 | 1 | -0/+1 | |
| | | | | llvm-svn: 86717 | |||||
* | clang-cc: Start moving "pure" option handling to Options.cpp, to separate it | Daniel Dunbar | 2009-11-10 | 1 | -0/+156 | |
from the logic part of clang-cc, and to enforce limited scoping. llvm-svn: 86711 |