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