Age | Commit message (Expand) | Author |
2009-11-18 | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor |
2009-11-18 | Code completion for Objective-C properly lists | Douglas Gregor |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-18 | Add ObjCClassDecl::getSourceRange(). | Ted Kremenek |
2009-11-18 | Add SourceLocations to ObjCClassDecl for the class identifiers referenced by ... | Ted Kremenek |
2009-11-17 | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor |
2009-11-17 | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-17 | Fixes a typo, reported by Doug. | Fariborz Jahanian |
2009-11-17 | Make sure, for sure this time, that expressions do not have reference type | Douglas Gregor |
2009-11-17 | StringRef'ify CodeCompletionString | Douglas Gregor |
2009-11-17 | Fix MSVC warning. | Benjamin Kramer |
2009-11-17 | Eliminate TargetInfo::getDefaultLangOptions, this kind of logic is better done | Daniel Dunbar |
2009-11-17 | Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver, | Daniel Dunbar |
2009-11-17 | Add driver::types::isObjC predicate. | Daniel Dunbar |
2009-11-17 | Add EvalEndPath interface to Checker. Now we can check memory leaked at the | Zhongxing Xu |
2009-11-17 | Move -fnext-runtime defaulting to driver (and change clang-cc default to | Daniel Dunbar |
2009-11-17 | Move -fms-extensions defaulting to driver, instead of using getDefaultLangOpt... | 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 | Instead of hanging a using declaration's target decls directly off the using | John McCall |
2009-11-17 | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar |
2009-11-17 | Add missing #include found by Clang | Douglas Gregor |
2009-11-17 | Require the object type of a member access expression ("." or "->") to | Douglas Gregor |
2009-11-17 | Reorder options alphabetically. | Daniel Dunbar |
2009-11-17 | Remove unused program action. | Daniel Dunbar |
2009-11-17 | Rename CompilerInvocation::DiagOpts -> DiagnosticOpts for consistency. | Daniel Dunbar |
2009-11-17 | Add missing defaults to AnalyzerOptions. | Daniel Dunbar |
2009-11-17 | Remove unused IsCXXAware and IgnoreSysRoots option from HeaderSearchOptions::... | Daniel Dunbar |
2009-11-17 | Unify the way destructor epilogues are generated for synthesized and regular ... | Anders Carlsson |
2009-11-17 | Add a comment. | Zhongxing Xu |
2009-11-17 | When querying type qualifiers on QualType via one of the "non-local" | Douglas Gregor |
2009-11-17 | Remove extra space in warn_maynot_respond diagnostic. Fixes <rdar://problem/... | Ted Kremenek |
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 | Fix condition in LocationCheck::classof(). Thanks to Marius Wachtler for poi... | Ted Kremenek |
2009-11-16 | Handle case of missing '@end' in implementation context | Fariborz Jahanian |
2009-11-16 | * Do the same thing to the basicstore as in r84163. | Zhongxing Xu |
2009-11-15 | Make sure that virtual destructors have delete operators. | Anders Carlsson |
2009-11-15 | Add DeclarationName::dump(). | Anders Carlsson |
2009-11-15 | If we find a deallocation function in the class scope, but it is a placement ... | Anders Carlsson |
2009-11-15 | Make a couple more headers standalone | Douglas Gregor |
2009-11-15 | Remove an obviously-broken header, which still tries to refer to ScopedDecl. | Douglas Gregor |
2009-11-15 | Make some more headers standalone | Douglas Gregor |
2009-11-15 | Add TargetOptions and use it when constructing targets. | Daniel Dunbar |
2009-11-15 | Make a few headers parse standalone | Douglas Gregor |
2009-11-15 | Add pluggable action support to clang-cc, via -plugin command line option. | Daniel Dunbar |
2009-11-14 | Move the program action enum to FrontendOptions. | Daniel Dunbar |
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 |