]> granicus.if.org Git - clang/shortlog
clang
2011-04-19 Peter CollingbourneAdd a new expression classification, CL_AddressableVoid
2011-04-19 Ted KremenekAdd missing break statements.
2011-04-19 Anders CarlssonMake the VariadicMethodTypeChecker accept block pointer...
2011-04-19 Matt Beaumont-GayFix line endings
2011-04-18 Daniel DunbarDriver/Darwin: Change to use generic iOS runtime librar...
2011-04-18 Ted KremenekReport memory usage for global code completion results...
2011-04-18 Francois PichetUnbreak the MSVC build: Don't mix variable declarations...
2011-04-18 Ted KremenekAdd libclang API to query how much memory is used by...
2011-04-18 Ted KremenekAdd ASTContext::getTotalMemory() to allow clients to...
2011-04-18 Ted KremenekAdd SelectorTable::getTotalMemory() to allow clients...
2011-04-18 Daniel DunbarDriver/Darwin: Disable movw/movt with -mkernel or ...
2011-04-18 Fariborz JahanianFix a bug in calculation of composite type
2011-04-18 Daniel DunbarDriver: Support -fno-lto.
2011-04-18 Ted KremenekAdd ToolChain path support for linker on Slackware.
2011-04-18 Devang PatelFix typo in comment.
2011-04-18 Richard SmithFix PR9741. The implicit declarations created for range...
2011-04-18 Douglas GregorWhen providing code completions of ivar names for a...
2011-04-18 Anders CarlssonGet rid of std::vector usage when getting function...
2011-04-18 Douglas GregorWhen producing code completion results for the Objectiv...
2011-04-18 Anders CarlssonClean up code generation of typeid expressions and...
2011-04-17 Anders CarlssonPut a typeid test in its own namespace.
2011-04-17 Chris LattnerFix a miscompilation I introduced in r129652, thanks...
2011-04-17 Anders CarlssonUse the right type name.
2011-04-17 Anders CarlssonWhen laying out bases in, always try the "base subobjec...
2011-04-17 Anders CarlssonCleanup tests, no functionality change.
2011-04-17 Anders CarlssonAdd addBaseSubobjectTypeName which isn't used yet.
2011-04-17 Anders CarlssonMove code to add a type name to a TagDecl type out...
2011-04-17 Anders CarlssonUse a SmallVector for field types in CGRecordLayoutBuil...
2011-04-17 Michael J.... Make -mno-mmx imply -mno-3dnow. This is what gcc does...
2011-04-17 Chris Lattnerwhen assertions are disabled, labels go away. Hopefull...
2011-04-17 Eli FriedmanHack to turn the valgrind buildbot green, until Devang...
2011-04-17 Chris Lattnerimplement rdar://9289524 - case followed immediately...
2011-04-17 Chris Lattnerfold memcpy/set/move_chk to llvm.memcpy/set/move when...
2011-04-16 Chris Lattnerfix rdar://9289603 - clang should fold trivial ?: for...
2011-04-16 Richard TrieuTesting my commit access. A few whitespace changes...
2011-04-16 Argyrios KyrtzidisIntroduce Rewriter::IncreaseIndentation() which increas...
2011-04-16 Tanya LattnerModify test for 32 and 64 bit.
2011-04-16 Devang PatelEmit proper selector name in debug info.
2011-04-16 Devang PatelEmit debug info for Objective-C properties.
2011-04-15 Tanya LattnerFix bug in vector initializer when initializing a vecto...
2011-04-15 Fariborz JahanianEnforce nonnull __attribute__ on Objective-C method...
2011-04-15 Douglas GregorInitial work to improve documentation for Clang's diagn...
2011-04-15 Douglas GregorFor the purposes of overload resolution, consider a...
2011-04-15 Douglas GregorForbid the use of C++ new/delete to allocate/free objec...
2011-04-15 Douglas GregorParse GNU-style attributes prior to the type-id/new...
2011-04-15 Nick LewyckyRestore accidentally deleted file (I blame svn).
2011-04-15 Fariborz JahanianFixes a crash when generating dependency file stuff
2011-04-15 Nick LewyckyReapply r129561, moving the runtime/Makefile that build...
2011-04-15 Nick LewyckyDoug Gregor tells me that runtime/libcxx/ is a placehol...
2011-04-15 Douglas GregorImplement appropriate semantics for C++ casting and...
2011-04-15 Owen AndersonRevert r129561, which broke one of the clang buildbots.
2011-04-15 Fariborz JahanianAllow shadowin of 'self' in objc methods in
2011-04-15 Richard SmithAdd __has_feature(cxx_range_for) check for C++11 range...
2011-04-15 Michael J.... Add mm3dnow.h.
2011-04-15 Michael J.... Add 3DNow! Intrinsics.
2011-04-15 Richard SmithUpdate www: clang now supports C++11 for-range and...
2011-04-15 Richard SmithSupport for C++11 (non-template) alias declarations.
2011-04-15 Richard SmithTeach -ast-print how to print template template parameters.
2011-04-15 Benjamin KramerFix mismatched delete.
2011-04-15 Richard SmithApply NAKAMURA Takumi's workaround to fix thses tests...
2011-04-15 Nick LewyckyCreate a compiler-rt directory and move the Makefile...
2011-04-15 Ted KremenekImprove diagnostics on GNU attributes by warning about...
2011-04-15 Chris Lattnerfix a bunch of comment typos found by codespell. Patch by
2011-04-15 Peter CollingbourneC1X: implement static asserts
2011-04-15 Peter CollingbourneC1X: implement generic selections
2011-04-15 Peter CollingbourneC1X: add a language standard
2011-04-14 Tanya LattnerDo not expand the opencl pragma names. This is so you...
2011-04-14 Douglas GregorIf the declaration of a C++ member function with an...
2011-04-14 Douglas GregorWhen we transform a C++ exception declaration (e.g...
2011-04-14 Richard SmithAdd support for C++0x's range-based for loops, as speci...
2011-04-14 Richard SmithDetect when the string "<::" is found in code after...
2011-04-14 Douglas GregorHarden Clang's cursor visitation logic against NULL...
2011-04-14 Fariborz JahanianMatch pointer of compatible vection types.
2011-04-14 Douglas GregorWhen determining the "usage" type of a declaration...
2011-04-14 Anton KorobeynikovImplement ARM pcs attribute. Basically it's another...
2011-04-14 Richard SmithName mangling of late-specified return types doesn...
2011-04-14 Richard SmithImplement C++0x [lex.pptoken]p3's handling of <::.
2011-04-14 Douglas GregorParse an '@' in an Objective-C++ class member specifica...
2011-04-14 Sebastian RedlChained PCH: Remember when additional specializations...
2011-04-14 Sebastian RedlAdd header guards to include/clang/Basic/ConvertUTF.h.
2011-04-14 Sebastian RedlFix -H. It was pretty broken.
2011-04-14 Sebastian RedlThe ASTReader created by -chain-include used the genera...
2011-04-14 Ted KremenekReturn the correct lastly populated block from CFGBuild...
2011-04-14 Ken DyckReplace a couple of divide-by-8s with divide-by-charwid...
2011-04-14 Eli FriedmanRe-fix r129481 and r129465 properly. Nulls fixits...
2011-04-14 Argyrios KyrtzidisWhen creating an implicit member expression through...
2011-04-14 Ken DyckReplace a couple of divisions-by-'8' with divisions...
2011-04-14 Anders CarlssonIn C++, when initializing an array from a pascal string...
2011-04-14 Anders CarlssonAdd a flag to StringLiteral to keep track of whether...
2011-04-13 Anders CarlssonRename test.
2011-04-13 Chandler CarruthAdd -no-canonical-prefixes to tests which assert on...
2011-04-13 Fariborz JahanianIssue the 2nd fixit even if fix-it hint is supressed.
2011-04-13 Ted KremenekAdd Objective-C++ files to those accepted by ccc-analyzer.
2011-04-13 Ted KremenekUpdate public analyzer build to checker-256.
2011-04-13 Fariborz JahanianNo fixit hint for builtin expressions which are
2011-04-13 Bill WendlingRemoving the unaligned load tests from builtins-x86...
2011-04-13 Axel NaumannFrom Vassil Vassilev: Give external source's last resor...
2011-04-13 Bill WendlingRemove comment that snuck in there.
2011-04-13 Bill WendlingIt looks like the FreeBSD buildbot needs this for the...
2011-04-13 Chandler CarruthTeach -Wuninitialized about C++'s typeid expression...
next