Age | Commit message (Expand) | Author |
2009-11-14 | Change *BugReport constructors to take StringRefs. | Benjamin Kramer |
2009-11-14 | Add FrontendActions for all preprocessor based clang-cc actions. | Daniel Dunbar |
2009-11-14 | Add FrontendActions, which provides a FrontendAction interface to all the exi... | Daniel Dunbar |
2009-11-14 | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar |
2009-11-14 | Shuffle VerifyDiagnosticsClient API to be less fragile. | 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 | Add VerifyDiagnosticsClient, to replace old -verify. | Daniel Dunbar |
2009-11-14 | Pass Preprocessor through DiagnosticClient::BeginSourceFile. | Daniel Dunbar |
2009-11-14 | Add ASTConsumer to CompilerInstance. | Daniel Dunbar |
2009-11-14 | If we attempt to add a constructor template specialization that looks | Douglas Gregor |
2009-11-14 | Add static version of Preprocessor::getSpelling. | Daniel Dunbar |
2009-11-14 | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar |
2009-11-14 | Move definition of GRExprEngine::ProcessEndPath() out-of-line. | Ted Kremenek |
2009-11-13 | Revert r88718, which does NOT solve the constructor-template-as-copy-construc... | Douglas Gregor |
2009-11-13 | A constructor template cannot be instantiated to a copy | Douglas Gregor |
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 | 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 | Check in a new interface of Checker, which will soon be used. | Zhongxing Xu |
2009-11-13 | GRStateManager::CurrentStmt is not used. Remove it. | Zhongxing Xu |
2009-11-13 | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | 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-13 | add a fixme, inheriting from PointerIntPair is gross :) | Chris Lattner |
2009-11-12 | Move FixItAtLocations into FrontendOptions | Daniel Dunbar |
2009-11-12 | Add FrontendOptions, and starting moving clang-cc to it. | Daniel Dunbar |
2009-11-12 | We need the definition of NamedDecl in DeclContextInternals.h, since Clang is... | Douglas Gregor |
2009-11-12 | Spell empty StringRef correctly (0 is a null StringRef, which is not the same). | Daniel Dunbar |
2009-11-12 | Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library. | Chandler Carruth |
2009-11-12 | Give CanQual<T> an implicit conversion to bool, so that it can be used | Douglas Gregor |
2009-11-12 | Add a CK_BaseToDerived cast kind. | Anders Carlsson |
2009-11-12 | Disallow FIX-ITs when generating code. | Daniel Dunbar |
2009-11-12 | Improve source-location information for implicitly-generated member call expr... | Douglas Gregor |
2009-11-12 | do not store wchar/char16/char32/intmax width/alignment info | Chris Lattner |
2009-11-12 | Move warning options into DiagnosticOptions. | Daniel Dunbar |
2009-11-12 | Move dump-build-information option into DiagnosticOptions. | Daniel Dunbar |
2009-11-12 | Remove obsolete 'struct NullDerefTag'. | Ted Kremenek |
2009-11-12 | Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx... | Ted Kremenek |