]> granicus.if.org Git - clang/shortlog
clang
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.
2011-11-30 Douglas GregorMove the module auto-import logic after the logic that...
2011-11-30 Douglas GregorTrivial indentation fix for the code I just committed
2011-11-30 Douglas GregorIntroduce an opt-in warning indicating when the compile...
2011-11-30 Douglas GregorImplement (de-)serialization of the description of...
2011-11-30 Anna Zaks[analyzer] Add checker callback documentation.
2011-11-30 Benjamin KramerUse raw_ostream::indent.
2011-11-30 Douglas GregorSwitch the module map printer over to
2011-11-30 Douglas GregorAdd preprocessor-only test for submodule imports
2011-11-30 John McCallFix the instantiation of pseudo-object expressions...
2011-11-30 Douglas GregorWhen writing a module file, pass the module through...
2011-11-30 Douglas GregorTeach the preprocessor how to handle module import...
2011-11-30 Douglas GregorWhen loading a module that involves submodules (e.g...
2011-11-30 Bob WilsonAdd bigger method type encodings to protocol objects...
2011-11-30 Kostya Serebryanywhen -faddress-sanitizer is present, add required flags...
2011-11-30 Douglas GregorSwitch the module-loading interfaces and parser from...
2011-11-29 Eric ChristopherMake sure that forward declarations are marked as such...
2011-11-29 Argyrios Kyrtzidis[libclang] Do the ConcurrencyCheck at the beginning...
2011-11-29 Akira HatanakaChange processor names. Patch by Simon Atanasyan.
2011-11-29 Richard SmithRevert r145244. It causes us to create broken ASTs...
2011-11-29 Matt Beaumont-GaySuppress -Warray-bounds for classes (not just structs...
2011-11-29 Douglas GregorEliminate the -emit-module option, which emitted a...
2011-11-29 Lang HamesTest isa<FunctionDecl> to exclude objective-C methods...
2011-11-29 Douglas GregorEscape strings when printing module maps, for silly...
2011-11-29 Douglas GregorSwitch on-demand module building over to use module...
2011-11-29 Ted KremenekRelax RegionStore to allow loads from CodeTextRegions...
2011-11-29 Matt Beaumont-GayMerge branch 'yo-dawg-i-herd-u-like-arrays'
2011-11-29 Ted KremenekPlace "use @dynamic or provide a method implementation...
2011-11-29 Douglas GregorTeach the module import mechanism how to rebuild module...
2011-11-29 Douglas GregorStart refactoring to use module maps when rebuilding...
2011-11-29 Argyrios KyrtzidisInitialize NumWarningsInPreamble in ASTUnit's construct...
2011-11-29 Douglas GregorExpose the printing of module maps as part of the Modul...
2011-11-29 Benjamin KramerThe cheap version of getName() is sufficient here.
2011-11-29 Benjamin KramerPreserve constness.
2011-11-29 Benjamin KramerSilence GCC warnings, RefCountedBase is meant to be...
2011-11-29 Richard SmithAdd fix-it to remove 'typedef' from function template...
2011-11-29 Argyrios KyrtzidisFix leaking of LexedMethod objects created for caching...
2011-11-29 Argyrios Kyrtzidis[libclang] Fix leak in clang_indexSourceFile_Impl
2011-11-29 NAKAMURA Takumi[Win32] Catch exceptions (eg. segfault) on waiting...
2011-11-29 Argyrios Kyrtzidis[libclang] Make the test portable.
2011-11-29 Richard SmithPR10101: Recover better from a common copy-paste error...
2011-11-29 Argyrios Kyrtzidis[libclang] Make clang_findReferencesInFile also work...
2011-11-29 Peter CollingbourneAdd Clang release notes for OpenCL C support.
2011-11-29 Peter CollingbourneFix URL typo.
2011-11-29 Fariborz Jahanianobjc: warn if NSObject attribute appears other than...
2011-11-29 Ted KremenekFix serialized diagnostics to handle FixIts that only...
2011-11-29 Chandler CarruthFix a spelling error pointed out by Sebastien, and...
2011-11-29 Chandler CarruthRemove the last of my notes. I don't think these really...
2011-11-29 Chandler CarruthLast major chunk of features. This covers a couple...
2011-11-29 Chandler CarruthAnd sink the GNU runtime bit into this section as a...
2011-11-29 Chandler CarruthFlesh out the Objective-C section a bit. This may well...
next