]> granicus.if.org Git - clang/shortlog
clang
2008-09-08 Daniel DunbarAdd ThreadSpecified bit to Decl.
2008-09-08 Daniel DunbarAdd missing RUN line
2008-09-07 Argyrios KyrtzidisSupport C++'s declaration-statement.
2008-09-07 Nico Weberrename libclangSEMA to libclangSema
2008-09-06 Nuno Lopesskip test if llvm-gcc is requires but not found on...
2008-09-06 Daniel DunbarKey LLVM types for TagDecl's off of the clang Type...
2008-09-06 Eli FriedmanPer PR2773, define __USER_LABEL_PREFIX__ for x86-32...
2008-09-05 Steve NaroffMore type checking for blocks. Still incomplete (will...
2008-09-05 Ted KremenekAdd comment back that Argiris pointed out that I mistak...
2008-09-05 Ted KremenekChange struct forward declarations and definitions...
2008-09-05 Argyrios KyrtzidisSupport "typeof unary-expression" (GNU C++ extension).
2008-09-05 Argyrios KyrtzidisSet different header search paths for the Windows platform.
2008-09-05 Argyrios KyrtzidisAdd header search paths for Mingw32 (GCC version 4).
2008-09-05 Argyrios KyrtzidisLine endings: CRLF -> LF
2008-09-05 Daniel DunbarFix placement of const on a number of X86 builtins.
2008-09-05 Daniel DunbarTest case for previous commit (Workaround gcc bug causi...
2008-09-05 Daniel DunbarWorkaround gcc bug causing crash on our preprocessed...
2008-09-05 Ted KremenekRemove stale comments.
2008-09-05 Ted KremenekRemove "NextDecl" from RecordDecl. This change touches...
2008-09-05 Daniel DunbarSet sext/zext on function result.
2008-09-04 Ted KremenekPatch to scan-build by Jordan Breeding:
2008-09-04 Daniel DunbarSet function attributes (sext, zext, etc.) on Objective...
2008-09-04 Ted KremenekUpdated checker build.
2008-09-04 Daniel DunbarFix unintended use of doxygen comment strings.
2008-09-04 Daniel DunbarFix infinite loop in for ... in code generation.
2008-09-04 Ted KremenekAdded test case for the dead stores checker that was...
2008-09-04 Ted KremenekFix CFG construction bug:
2008-09-04 Daniel DunbarFix FindSpecRefs to be Python 2.4 compatible and get...
2008-09-04 Daniel DunbarPrevent invalid warnings about incomplete implementatio...
2008-09-04 Nuno Lopesfix running tests with valgrind (there were a lot of...
2008-09-04 Ted Kremenekscan-build:
2008-09-04 Steve NaroffTouchup CheckSingleAssignmentConstraints() and CheckCom...
2008-09-04 Steve NaroffFix a handful of typos (closure->block) to avoid confusion.
2008-09-04 Steve NaroffAdd type checking for blocks.
2008-09-04 Mon P WangGenerate error if we try to implicit cast between diffe...
2008-09-04 Daniel DunbarAdd some Objective-C code generation tests.
2008-09-04 Daniel DunbarNeXT: Emit lazy reference to Protocol class for forward...
2008-09-04 Daniel DunbarAvoid superfluous errors regarding variable-length...
2008-09-04 Daniel DunbarImplement codegen of aggregates as lvalues in binary...
2008-09-04 Ted KremenekUpdated checker build.
2008-09-04 Ted KremenekCapture 'uname' and 'gcc -v' output to .info files.
2008-09-04 Daniel DunbarUpdate TestRunner to not report failure for XFAIL tests
2008-09-04 Ted KremenekOutput "ANALYZE:" diagnostics to STDOUT instead of...
2008-09-04 Ted Kremenekccc-analyzer:
2008-09-03 Daniel DunbarSet register storage class correctly for function param...
2008-09-03 Ted KremenekFollowing gcc's behavior, only enable trigraphs if...
2008-09-03 Daniel DunbarAdd svn:ignore on SemaObjC/Output.
2008-09-03 Daniel DunbarAdd two test cases for builtins (mostly related to...
2008-09-03 Daniel DunbarAdd __builtin_object_size support.
2008-09-03 Daniel DunbarModify object size checking builtins to lower to libc...
2008-09-03 Steve NaroffAdd semantic analysis for "blocks".
2008-09-03 Ted KremenekFix 80 col violations.
2008-09-03 Ted KremenekAdded --use-cxx option to scan-build.
2008-09-03 Daniel DunbarImprove type-checking of ?: for Objective-C types.
2008-09-03 Ted KremenekStore: (static analyzer)
2008-09-03 Daniel DunbarRestore Objective-C dot-syntax access of methods.
2008-09-03 Daniel DunbarFix ObjCPropertRefExpr to be able to encode all the...
2008-09-02 Ted KremenekWhen creating CXXRecordDecls and RecordDecls within...
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekRecordDecl serialization:
2008-09-02 Ted KremenekRecordDecl:
2008-09-02 Ted KremenekCXXRecordDecl and RecordDecl:
2008-09-02 Steve Naroff- Implement __block.
2008-09-02 Steve NaroffPull code from last commit. will put back soon.
2008-09-02 Steve NaroffImplement block pseudo-storage class modifiers (__block...
2008-09-02 Nuno Lopesrecognise .s/.S file extensions. add default value...
2008-09-02 Nuno Lopesadd the other test case for completeness and to avoid...
2008-09-02 Eli FriedmanFix for PR2747: allow pointer->int casts with a null...
2008-09-02 Eli FriedmanFix for PR2750; don't check for an 'e' in the trash...
2008-09-02 Eli FriedmanAn extremely hacky version of transparent_union support...
2008-09-02 Eli FriedmanMake sure to take the unqualified versions of the canon...
2008-09-02 Zhongxing XuFit the comments into 80 columns.
2008-09-01 Ted KremenekUpdated checker build.
2008-09-01 Nuno Lopesreadd test as it passes correctly. nice, but weird
2008-09-01 Eli FriedmanBacking out r55607 due to logic errors and test regression.
2008-09-01 Ted KremenekUpdated checker build.
2008-09-01 Ted KremenekTidy up sema processing of attribute "nonull":
2008-09-01 Nuno Lopesfix one more this-is-not-a-constant error. test included
2008-09-01 Nuno Lopesmake CheckArithmeticConstantExpression() aware of ...
2008-09-01 Nuno Lopescodegen constant data as such. add QualType::isConstant()
2008-08-31 Ted KremenekPatch by Kovarththanan Rajaratnam!
2008-08-31 Anders CarlssonHandle mutation while enumerating correctly. Fix some...
2008-08-31 Anders CarlssonInitial support for CodeGen of for ... in statements.
2008-08-30 Anders CarlssonStub out CodeGenFunction::EmitObjCForCollectionStmt.
2008-08-30 Anders CarlssonAdd code to create the fast enumeration state type
2008-08-30 Daniel DunbarTemporarily disable some tests which due to dot-syntax
2008-08-30 Anders CarlssonFix indentation on files in CodeGen and Sema.
2008-08-30 Anders CarlssonSimplify some calls to Builder.CreateCall
2008-08-30 Daniel DunbarAdd Objective-C property setter support.
2008-08-30 Daniel DunbarRefactor handling of calls:
2008-08-30 Daniel DunbarAdd newline at end of file.
2008-08-29 Daniel DunbarImprove ccc:
2008-08-29 Daniel DunbarDowngrade a number of FIXME asserts to ErrorUnsupported.
2008-08-29 Nico Weberfix a comment that was forgotten in r54071
2008-08-29 Nico Weberminor cleanup
2008-08-29 Zhongxing XuAdded LLVM comment header.
2008-08-29 Zhongxing XuMigrate the rest symbolic analysis stuff to BasicConstr...
2008-08-29 Daniel DunbarAdd special "property reference" CodeGen::LValue type...
2008-08-29 Ted KremenekRemove dead method.
2008-08-29 Daniel DunbarAdd newline to end of file.
next