]> granicus.if.org Git - clang/shortlog
clang
2011-12-06 Anna Zaks[analyzer] Refactor: Move symbol_iterator from SVal...
2011-12-06 Anna Zaks[analyzer] Propagate taint through NonLoc to NonLoc...
2011-12-06 Anna Zaks[analyzer] Remove an unnecessary check.
2011-12-06 Douglas GregorAdd a FIXME to provide a sensible error message here
2011-12-06 Richard SmithMove vector bitcast handling in constant expressions...
2011-12-06 Douglas GregorUse absolute paths for temporary module map files
2011-12-06 Argyrios Kyrtzidis[libclang] API enhancements by Joe Groff!
2011-12-06 Douglas GregorRename Objective-C-only tests to .m
2011-12-06 Douglas GregorRemove misleading error message
2011-12-06 Douglas GregorWhen inferring a module map for a framework, infer...
2011-12-06 Benjamin KramerRemove unused member to appease valgrind.
2011-12-06 Kostya Serebryany[asan] Mac: do not link dynamic libs with the asan...
2011-12-06 Douglas GregorAllow inferred submodules for any (sub)module that...
2011-12-06 Douglas GregorWhen suggesting a module import for a #include or ...
2011-12-06 Douglas GregorImplement modules support for subframeworks (aka embedded
2011-12-06 Douglas GregorWhen building the main file to parse given a module...
2011-12-06 Daniel DunbarHeaders: wmmintrin.h only needs xmmintrin.h.
2011-12-06 Douglas GregorMinor tweak to prepare for submodules with umbrella...
2011-12-06 Rafael EspindolaInstall cpuid.h when building with cmake too.
2011-12-06 Hans WennborgSuggest typo corrections for implicit function declarat...
2011-12-06 Erik VerbruggenExtend warnings for missing '@end'.
2011-12-06 Richard TrieuSwitch a cast to a dyn_cast and check the pointer befor...
2011-12-06 Nick LewyckyFix test for unrelated changes.
2011-12-06 Nick LewyckyStack realignment is a tristate. Add -mno-stackrealign...
2011-12-06 Eli FriedmanMinor comment update.
2011-12-06 John McCallFix an extremely stupid bug causing terrible miscompila...
2011-12-06 Douglas GregorImplement inferred submodules support, which (when...
2011-12-06 Eli FriedmanMake sure we perform lvalue-to-rvalue conversions for...
2011-12-06 Fariborz Jahanianobjc: put out more coherent warning when method definition
2011-12-05 Joerg SonnenbergerAdd -mstack-alignment=X and fix -mstackrealign handling...
2011-12-05 Fariborz JahanianMore refactoring of objc rewriter.
2011-12-05 Douglas GregorParse inferred submodules in module maps, track their...
2011-12-05 Eli FriedmanMake EmitAggregateCopy take an alignment argument....
2011-12-05 Argyrios Kyrtzidis[libclang] When indexing a field in a C++ class, return...
2011-12-05 Anna Zaks[analyzer] Rely on LLVM Dominators in Clang dominator...
2011-12-05 Anna Zaks[analyzer] Mark ConstraintManager::canReasonAbout as...
2011-12-05 Anna Zaks[analyzer] Simplify the condition.
2011-12-05 Anna Zaks[analyzer] Simplify the expected-warning statement.
2011-12-05 Lang HamesAdd a warning for implicit conversion from function...
2011-12-05 Lang HamesMake isWeakDecl available as a method on ValueDecl.
2011-12-05 Fariborz JahanianMore objc rewriter refactoring.
2011-12-05 Anna Zaks[analyzer] Add a missing taint tester warning.
2011-12-05 Anna Zaks[analyzer] Unify SymbolVal and SymExprVal under a singl...
2011-12-05 Anna Zaks[analyzer] Remove all uses of ConstraintManager::canRes...
2011-12-05 Anna Zaks[analyzer] First step toward removing
2011-12-05 Anna Zaks[analyzer] Minor improvements on RangeConstraint pretty...
2011-12-05 Anna Zaks[analyzer] Change RetainCountChecker to use symbol...
2011-12-05 Anna Zaks[analyzer] Add ability to do a simple ProgramState...
2011-12-05 Anna Zaks[analyzer] Add a debug checker to test for tainted...
2011-12-05 Fariborz JahanianSome early refactoring of objective-c rewriter.
2011-12-05 Kostya Serebryany[asan] don't require libstdc++ for asan on linux. Mac...
2011-12-05 Chris Lattnerwe got badgered into supporting multi-alternative const...
2011-12-05 Douglas GregorInferred framework modules automatically export anythin...
2011-12-05 Douglas GregorFix printing of wildcard exports.
2011-12-05 Douglas GregorImplement support for wildcard exports in modules,...
2011-12-05 Douglas GregorActually add a useful bit to the comment pre-FIXME
2011-12-05 Douglas GregorWhen writing a module file, keep track of the set of...
2011-12-05 NAKAMURA Takumiinclude/clang*/Makefile: Tweak installation to work...
2011-12-04 David BlaikieSupport decltype in nested-name-specifiers.
2011-12-03 Fariborz JahanianMove block return type inference diagnostic to a common...
2011-12-03 Douglas GregorFix mangling substitutions for address-space-qualified...
2011-12-03 Douglas GregorImplement support for the __is_final type trait, to...
2011-12-03 Fariborz JahanianIf block literal return type is not specified, return...
2011-12-03 Francois PichetIn Microsoft mode, don't perform typo correction in...
2011-12-03 Sebastian RedlImplement overload resolution for reference-typed param...
2011-12-03 Eli FriedmanSwitch LValue so that it exposes alignment in CharUnits...
2011-12-03 Argyrios Kyrtzidis[PCH] Make sure that the SourceExpr of a OpaqueValueExp...
2011-12-03 Argyrios Kyrtzidis[libclang] Fix infinite loop when doing visitation...
2011-12-03 Argyrios Kyrtzidis[libclang] Allow indexing/get-cursor/etc. for the excep...
2011-12-03 Eli FriedmanAdd a utility to get a RValue for a given LValue for...
2011-12-03 Eli FriedmanSwitch the Alignment argument on AggValueSlot over...
2011-12-03 Douglas GregorModule files representing actual modules don't need...
2011-12-03 Douglas GregorImplement support for precompiled headers, preambles...
2011-12-03 Eli FriedmanTrack alignment in AggValueSlot. No functional change...
2011-12-03 Douglas GregorKeep track of all of the import declarations that are...
2011-12-02 Douglas GregorWhen we treat an #include or #import as a module import...
2011-12-02 Douglas GregorIntroduce a module import declaration, so that we prope...
2011-12-02 Nick LewyckyRevert r145697 and dependent patch r145702. It added...
2011-12-02 Nick LewyckyUpdate for change to LLVM TargetMachine API in r145714.
2011-12-02 Douglas GregorAdd missing test header
2011-12-02 Douglas GregorOnly perform checking of the predefines buffer when...
2011-12-02 Hans WennborgMake r145697 actually work.
2011-12-02 Douglas GregorMake sure that name lookup in C checks whether a name...
2011-12-02 Hans WennborgMake conversion specifier warning refer to typedef...
2011-12-02 Douglas GregorWhen making a module visible, also make any of its...
2011-12-02 Douglas GregorImplement (de-)serialization of the set of exported...
2011-12-02 Douglas GregorNotify the AST writer (via ASTDeserializationListener...
2011-12-02 Douglas GregorImplement name hiding for macro definitions within...
2011-12-02 Eli FriedmanFix bitfield handling for record layout with #pragma...
2011-12-02 Daniel Dunbarruntime/Linux: Initial support for tying compiler-rt...
2011-12-02 Eric ChristopherAdd support for AVX registers to clang inline asm....
2011-12-02 Eric ChristopherClean up some oddly gratuitous vertical whitespace.
2011-12-02 Eric ChristopherRename function.
2011-12-02 Douglas GregorImplementing parsing and resolution of module export...
2011-12-02 Ted KremenekFix test regression introduced by r145656. When seeing...
2011-12-02 Ted KremenekDiagnose use of wide string literal in 'asm' instead...
2011-12-02 Richard SmithFix wrong-code bug when a const automatic variable...
2011-12-02 Kostya Serebryany[asan] update docs to allow, but discourage, -O0
2011-12-02 Eli FriedmanWhen we're passing a vector with an illegal type throug...
2011-12-01 Daniel DunbarDriver/Darwin: Add ASAN runtime library link support.
next