aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend
AgeCommit message (Expand)Author
2009-11-18Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ...Ted Kremenek
2009-11-17Pass source locations of identifiers referenced by @class through Action::Act...Ted Kremenek
2009-11-17recognize .hpp as c++ (needed for ./configure'ing boost)Nuno Lopes
2009-11-17add Fedora 11 include path. what a crap..Nuno Lopes
2009-11-17Simplify CompilerInvocation::toArgs, now that LangOptions handling is more pr...Daniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-17Silence some warnings produced by Clang, and add a missing headerDouglas Gregor
2009-11-17Add initial cut at CompilerInvocation::toArgs, which "serializes" the Compile...Daniel Dunbar
2009-11-17Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar
2009-11-17Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::...Daniel Dunbar
2009-11-16Store more information in HeaderSearchOptions so that its initialization is notDaniel Dunbar
2009-11-16First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor
2009-11-16Use configure options for searching for libstdc++.Rafael Espindola
2009-11-16Parameterize the constant-generating macros in stdint.h with new built-inKen Dyck
2009-11-15Add TargetOptions and use it when constructing targets.Daniel Dunbar
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-14Switch -verify implementation to use VerifyDiagnosticClient.Daniel Dunbar
2009-11-14Add VerifyDiagnosticsClient, to replace old -verify.Daniel Dunbar
2009-11-14Add ASTConsumer to CompilerInstance.Daniel Dunbar
2009-11-14Move CompilerInstance::set* methods out-of-line.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-13Remove local splitLines reimplementation.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-13Add CompilerInstance::createPCHExternalASTSource.Daniel 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 Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor toDaniel Dunbar
2009-11-13Use StringRef::split instead of SplitString.Rafael Espindola
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-13Only flush plist diagnostics once.Ted Kremenek
2009-11-13Fix recently introduced use-after-free error reported in <rdar://problem/7387...Ted Kremenek
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-12Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.Chandler Carruth
2009-11-12Generalize stdint.h for non-8-bit-multiple types, patch by Chris Lattner
2009-11-12do not store wchar/char16/char32/intmax width/alignment infoChris Lattner
2009-11-12Move warning options into DiagnosticOptions.Daniel Dunbar
2009-11-12Avoid comparing string literals.Daniel Dunbar
2009-11-12Use the --with-c-include-dirs configure option.Rafael Espindola
2009-11-11Tweak PCH -include handling to make sure it matches the name as would be presentDaniel Dunbar
2009-11-11Always initialize the header search object as part of InitializePreprocessor;Daniel Dunbar
2009-11-11Allow Preprocessor to take ownership of the HeaderSearch object. I think it s...Daniel Dunbar
2009-11-11Sink AttachDependencyFileGen into CreatePreprocessor.Daniel Dunbar