aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-12-06Allow inferred submodules for any (sub)module that has an umbrella headerDouglas Gregor
2011-12-06When suggesting a module import for a #include or #import, suggest theDouglas Gregor
2011-12-06Implement modules support for subframeworks (aka embeddedDouglas Gregor
2011-12-06When building the main file to parse given a module map, don't skipDouglas Gregor
2011-12-06Headers: wmmintrin.h only needs xmmintrin.h.Daniel Dunbar
2011-12-06Minor tweak to prepare for submodules with umbrella headers. No actualDouglas Gregor
2011-12-06Install cpuid.h when building with cmake too.Rafael Espindola
2011-12-06Suggest typo corrections for implicit function declarations.Hans Wennborg
2011-12-06Extend warnings for missing '@end'.Erik Verbruggen
2011-12-06Switch a cast to a dyn_cast and check the pointer before using. Fixes a crashRichard Trieu
2011-12-06Stack realignment is a tristate. Add -mno-stackrealign to turn off all stackNick Lewycky
2011-12-06Minor comment update.Eli Friedman
2011-12-06Implement inferred submodules support, which (when requested)Douglas Gregor
2011-12-06Make sure we perform lvalue-to-rvalue conversions for enum initializers. PR1...Eli Friedman
2011-12-06objc: put out more coherent warning when method definitionFariborz Jahanian
2011-12-05Add -mstack-alignment=X and fix -mstackrealign handling now that theJoerg Sonnenberger
2011-12-05More refactoring of objc rewriter.Fariborz Jahanian
2011-12-05Parse inferred submodules in module maps, track their contents inDouglas Gregor
2011-12-05Make 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-05Add a warning for implicit conversion from function literals (and staticLang Hames
2011-12-05Make isWeakDecl available as a method on ValueDecl.Lang Hames
2011-12-05More objc rewriter refactoring.Fariborz Jahanian
2011-12-05[analyzer] Unify SymbolVal and SymExprVal under a single SymbolValAnna Zaks
2011-12-05[analyzer] Remove all uses of ConstraintManager::canResonAbout() fromAnna Zaks
2011-12-05[analyzer] First step toward removingAnna Zaks
2011-12-05[analyzer] Minor improvements on RangeConstraint pretty-printing.Anna Zaks
2011-12-05[analyzer] Change RetainCountChecker to use symbol dump method insteadAnna Zaks
2011-12-05[analyzer] Add ability to do a simple ProgramState dump() withoutAnna Zaks
2011-12-05[analyzer] Add a debug checker to test for tainted data.Anna Zaks
2011-12-05Some early refactoring of objective-c rewriter.Fariborz Jahanian
2011-12-05[asan] don't require libstdc++ for asan on linux. Mac fix will go separatelyKostya Serebryany
2011-12-05Inferred framework modules automatically export anything they importDouglas Gregor
2011-12-05Fix printing of wildcard exports.Douglas Gregor
2011-12-05Implement support for wildcard exports in modules, allowing a moduleDouglas Gregor
2011-12-05Actually add a useful bit to the comment pre-FIXMEDouglas Gregor
2011-12-05When writing a module file, keep track of the set of (sub)modules thatDouglas Gregor
2011-12-04Support decltype in nested-name-specifiers.David Blaikie
2011-12-03Move block return type inference diagnostic to a common place whereFariborz Jahanian
2011-12-03Fix mangling substitutions for address-space-qualified classDouglas Gregor
2011-12-03Implement support for the __is_final type trait, to determine whetherDouglas Gregor
2011-12-03If block literal return type is not specified, return type of the block is Fariborz Jahanian
2011-12-03In Microsoft mode, don't perform typo correction in a template member functio...Francois Pichet
2011-12-03Implement overload resolution for reference-typed parameters supplied with in...Sebastian Redl
2011-12-03Switch 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 initializedArgyrios Kyrtzidis
2011-12-03Add a utility to get a RValue for a given LValue for an aggregate; switch a f...Eli Friedman
2011-12-03Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...Eli Friedman