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