]> granicus.if.org Git - clang/shortlog
clang
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.
2011-12-01 Douglas GregorImplement name hiding for declarations deserialized...
2011-12-01 David ChisnallFix -forwardingTargetForSelector: (GNUstep runtime...
2011-12-01 Benjamin KramerAdd support for AMD's bulldozer.
2011-12-01 Douglas GregorIntroduce the notion of name visibility into modules...
2011-12-01 Anna Zaks[analyzer] Make KeychainAPI checker less aggressive...
2011-12-01 Douglas GregorWhen typo-correction an Objective-C superclass name...
2011-12-01 Michael J.... Add Microsoft mangling of constructors and destructors...
2011-12-01 Francois PichetChange the Microsoft __interface keyword to be an alias...
2011-12-01 Ted KremenekFix typo.
2011-12-01 Anna Zaks[analyzer] Refactor checkers to use helper function...
2011-12-01 Ted KremenekWhen analyzing a C++ method (without a specific caller...
2011-12-01 Eli FriedmanDon't use a varargs convention for calls unprototyped...
2011-12-01 Argyrios Kyrtzidis[libclang] Create a diagnostic set to pass at the end...
2011-12-01 Douglas GregorInfer the submodule ID for a given declaration based...
2011-12-01 Douglas GregorWhen sending a message to a receiver that has "unknown...
2011-12-01 Argyrios KyrtzidisParmVarDecls have no linkage. Previously we would repor...
2011-12-01 Douglas GregorSwitch the ID numbers used for submodule IDs in the...
2011-12-01 Ted KremenekSpecially whitelist the selector 'addOperationWithBlock...
2011-12-01 Ted KremenekFurther tweak -Wurneachable-code and templates by allow...
2011-12-01 Eli FriedmanFix MSVC class layout for empty classes. Patch by...
2011-11-30 Douglas GregorAnother GCC fix
2011-11-30 Richard SmithRevert most of r145372 for now. Lookahead beyond the...
2011-11-30 Douglas GregorUnbreak build with GCC. Clang is too lame to diagnose...
2011-11-30 Douglas GregorPromote ModuleMap::Module to a namespace-scope class...
2011-11-30 Argyrios Kyrtzidis[PCH] In ASTReader::FinishedDeserializing, after we...
2011-11-30 Lang HamesTest case for fix committed in r145441.
2011-11-30 Kostya Serebryanymake asan work at -O0, clang part. Patch by glider...
2011-11-30 Ted KremenekPer an offline conversation with John McCall, have...
2011-11-30 Ted KremenekDon't run -Wunreachable-code on template instantiations...
2011-11-30 Matt Beaumont-GayDon't collide loop variable names (to appease GCC)
2011-11-30 Douglas GregorNote that we'll need to handle __include_macros special...
2011-11-30 Akira HatanakaGet the -march argument based on the target MIPS archit...
2011-11-30 Benjamin KramerUpdate CMake build.
next