Age | Commit message (Expand) | Author |
2011-12-06 | Allow inferred submodules for any (sub)module that has an umbrella header | Douglas Gregor |
2011-12-06 | When suggesting a module import for a #include or #import, suggest the | Douglas Gregor |
2011-12-06 | Implement modules support for subframeworks (aka embedded | Douglas Gregor |
2011-12-06 | When building the main file to parse given a module map, don't skip | Douglas Gregor |
2011-12-06 | Headers: wmmintrin.h only needs xmmintrin.h. | Daniel Dunbar |
2011-12-06 | Minor tweak to prepare for submodules with umbrella headers. No actual | Douglas Gregor |
2011-12-06 | Install cpuid.h when building with cmake too. | Rafael Espindola |
2011-12-06 | Suggest typo corrections for implicit function declarations. | Hans Wennborg |
2011-12-06 | Extend warnings for missing '@end'. | Erik Verbruggen |
2011-12-06 | Switch a cast to a dyn_cast and check the pointer before using. Fixes a crash | Richard Trieu |
2011-12-06 | Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack | Nick Lewycky |
2011-12-06 | Minor comment update. | Eli Friedman |
2011-12-06 | Implement inferred submodules support, which (when requested) | Douglas Gregor |
2011-12-06 | Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR1... | Eli Friedman |
2011-12-06 | objc: put out more coherent warning when method definition | Fariborz Jahanian |
2011-12-05 | Add -mstack-alignment=X and fix -mstackrealign handling now that the | Joerg Sonnenberger |
2011-12-05 | More refactoring of objc rewriter. | Fariborz Jahanian |
2011-12-05 | Parse inferred submodules in module maps, track their contents in | Douglas Gregor |
2011-12-05 | Make EmitAggregateCopy take an alignment argument. Make EmitFinalDestCopy pa... | Eli Friedman |
2011-12-05 | [analyzer] Rely on LLVM Dominators in Clang dominator computation. | Anna Zaks |
2011-12-05 | [analyzer] Mark ConstraintManager::canReasonAbout as protected. | Anna Zaks |
2011-12-05 | [analyzer] Simplify the condition. | Anna Zaks |
2011-12-05 | Add a warning for implicit conversion from function literals (and static | Lang Hames |
2011-12-05 | Make isWeakDecl available as a method on ValueDecl. | Lang Hames |
2011-12-05 | More objc rewriter refactoring. | Fariborz Jahanian |
2011-12-05 | [analyzer] Unify SymbolVal and SymExprVal under a single SymbolVal | Anna Zaks |
2011-12-05 | [analyzer] Remove all uses of ConstraintManager::canResonAbout() from | Anna Zaks |
2011-12-05 | [analyzer] First step toward removing | Anna Zaks |
2011-12-05 | [analyzer] Minor improvements on RangeConstraint pretty-printing. | Anna Zaks |
2011-12-05 | [analyzer] Change RetainCountChecker to use symbol dump method instead | Anna Zaks |
2011-12-05 | [analyzer] Add ability to do a simple ProgramState dump() without | Anna Zaks |
2011-12-05 | [analyzer] Add a debug checker to test for tainted data. | Anna Zaks |
2011-12-05 | Some early refactoring of objective-c rewriter. | Fariborz Jahanian |
2011-12-05 | [asan] don't require libstdc++ for asan on linux. Mac fix will go separately | Kostya Serebryany |
2011-12-05 | Inferred framework modules automatically export anything they import | Douglas Gregor |
2011-12-05 | Fix printing of wildcard exports. | Douglas Gregor |
2011-12-05 | Implement support for wildcard exports in modules, allowing a module | Douglas Gregor |
2011-12-05 | Actually add a useful bit to the comment pre-FIXME | Douglas Gregor |
2011-12-05 | When writing a module file, keep track of the set of (sub)modules that | Douglas Gregor |
2011-12-04 | Support decltype in nested-name-specifiers. | David Blaikie |
2011-12-03 | Move block return type inference diagnostic to a common place where | Fariborz Jahanian |
2011-12-03 | Fix mangling substitutions for address-space-qualified class | Douglas Gregor |
2011-12-03 | Implement support for the __is_final type trait, to determine whether | Douglas Gregor |
2011-12-03 | If block literal return type is not specified, return type of the block is | Fariborz Jahanian |
2011-12-03 | In Microsoft mode, don't perform typo correction in a template member functio... | Francois Pichet |
2011-12-03 | Implement overload resolution for reference-typed parameters supplied with in... | Sebastian Redl |
2011-12-03 | Switch LValue so that it exposes alignment in CharUnits. (No functional chan... | Eli Friedman |
2011-12-03 | [PCH] Make sure that the SourceExpr of a OpaqueValueExpr is always initialized | Argyrios Kyrtzidis |
2011-12-03 | Add a utility to get a RValue for a given LValue for an aggregate; switch a f... | Eli Friedman |
2011-12-03 | Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r... | Eli Friedman |