Age | Commit message (Expand) | Author |
2009-11-18 | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek |
2009-11-17 | Fix -Asserts warning. | Daniel Dunbar |
2009-11-17 | fgetln is a BSDism; replace it with more portable code. | Benjamin Kramer |
2009-11-17 | Add c-index-test mode "-test-file-scan", which scans a source file and calls ... | Ted Kremenek |
2009-11-17 | Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ... | Ted Kremenek |
2009-11-17 | Allow "source_filename" to be an optional argument (the client can provide NU... | Ted Kremenek |
2009-11-17 | Organize c-index-test into logic sections, and add section headers. | Ted Kremenek |
2009-11-17 | Clean up c-index-test command line usage a bit by requiring a "-test-load-tu"... | Ted Kremenek |
2009-11-17 | Remove stale reference to old WPA dir, patch by Kovarththanan Rajaratnam. | Daniel Dunbar |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Sort visitor methods. No functionality change. | Ted Kremenek |
2009-11-17 | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar |
2009-11-17 | Have clang_getCursorSource() return NULL when the source location is invalid ... | Ted Kremenek |
2009-11-17 | Move InitializeAnalyzerOptions for consistency. | Daniel Dunbar |
2009-11-17 | Remove unused NoPreprocess variable. | Daniel Dunbar |
2009-11-17 | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar |
2009-11-16 | Trim includes. | Daniel Dunbar |
2009-11-16 | Store more information in HeaderSearchOptions so that its initialization is not | Daniel Dunbar |
2009-11-16 | clang-cc: Eliminate cyclic dependency in initializing CodeGenOptions. | Daniel Dunbar |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Add examples dir, built with BUILD_EXAMPLES=1 (Makefiles, no CMake equivalent... | Daniel Dunbar |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
2009-11-14 | clang-cc: Switch to using FrontendAction. Whee. | Daniel Dunbar |
2009-11-14 | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar |
2009-11-14 | Turn -fixit it back into a mode, but make -fixit-at imply that mode this time | Daniel Dunbar |
2009-11-14 | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-13 | Add clang-cc option "--analyzer-experimental-internal-checks". This | Ted Kremenek |
2009-11-13 | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar |
2009-11-13 | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar |
2009-11-13 | clang-cc: Move output file initialization closer to use. | Daniel Dunbar |
2009-11-13 | Simplify, in anticipation of introducing explicit action instances. | Daniel Dunbar |
2009-11-13 | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar |
2009-11-13 | Rework Sema code completion interface. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::has* methods for testing if the instance has a particular | Daniel Dunbar |
2009-11-13 | Add ASTContext to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar |
2009-11-13 | Add a FIXME. | Daniel Dunbar |
2009-11-13 | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-13 | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar |
2009-11-13 | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-13 | Move input kind identification (-x) into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Add clang-cc option "-analyzer-experimental-checks" to enable experimental pa... | Ted Kremenek |
2009-11-13 | Move -target-{triple,abi} options into FrontendOptions. | Daniel Dunbar |
2009-11-13 | Move code completion options to clang-cc | Daniel Dunbar |
2009-11-12 | Move FixItAtLocations into FrontendOptions | Daniel Dunbar |