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