]> granicus.if.org Git - clang/shortlog
clang
2008-11-04 Cedric VenetUpdate CMakeLists.txt
2008-11-04 Daniel DunbarRemove stray character.
2008-11-04 Ted KremenekUpdate Xcode project.
2008-11-04 Anders CarlssonMake it an error if an Objective-C declaration is not...
2008-11-04 Chris LattnerLinkageSpecDecl is c++ specific, move it to DeclCXX
2008-11-04 Sebastian RedlSome cleanup of the cast checkers. Don't canonicalize...
2008-11-04 Douglas GregorFine-grained C++ status page
2008-11-04 Douglas GregorAdd a new expression class, ObjCSuperExpr, to handle...
2008-11-04 Douglas GregorCreate a new expression class, CXXThisExpr, to handle...
2008-11-04 Douglas GregorNow that we have copy initialization support, use it...
2008-11-04 Douglas GregorDiagnose use of 'this' in a C++ default argument. Thank...
2008-11-04 Sebastian RedlTrivial style fix.
2008-11-04 Anders Carlsson#define NULL as 0 when compiling as C++. This fixes...
2008-11-04 Anders CarlssonImplement lowering of va_arg in clang directly. (This...
2008-11-04 Anders CarlssonFix bug in va_copy
2008-11-04 Ted KremenekUpdated checker build.
2008-11-04 Ted KremenekHandle prefix '_' that may appear in front of the name...
2008-11-04 Ted KremenekFix use of uninitialized variable.
2008-11-04 Ted KremenekUpdated checker build.
2008-11-04 Ted KremenekAllow user toggling between plist and html output with...
2008-11-04 Steve NaroffUpdate VC++ project file.
2008-11-03 Steve NaroffFix <rdar://problem/6339636> clang ObjC rewriter: Asser...
2008-11-03 Ted KremenekHook up the Plist diagnostic client to the driver.
2008-11-03 Douglas GregorCheck that this cannot be used in a default argument...
2008-11-03 Ted KremenekAdd path diagnostics client for emitting path reports...
2008-11-03 Ted KremenekRename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
2008-11-03 Douglas GregorImplicit support for direct initialization of objects...
2008-11-03 Daniel DunbarClarify performance experiments description based on...
2008-11-03 Douglas GregorStandard conversion sequences now have a CopyConstructo...
2008-11-03 Douglas GregorAdd implicitly-declared default and copy constructors...
2008-11-03 Douglas GregorEliminate header dependency ASTContext -> TargetInfo
2008-11-03 Douglas GregorImplement C++ DR 106 and C++ DR 540, both of which...
2008-11-03 Douglas GregorConnect ASTContext to TargetInfo when determining the...
2008-11-03 Steve NaroffFix <rdar://problem/6336774> clang block rewriter:...
2008-11-03 Chris LattnerFix PR3001: if we have an error parsing an initializer...
2008-11-03 Chris Lattnerprivatize some methods.
2008-11-03 Ted KremenekSimplify the functions HtmlEsape and ShellEscape. ...
2008-11-03 Zhongxing XuAdd some notes for SCA.
2008-11-03 Zhongxing XuFix 80-col violations.
2008-11-03 Zhongxing Xu- Remove AnonTypedRegion, which is not to be used.
2008-11-02 Sebastian RedlSource ranges for named cast diagnostics.
2008-11-02 Cedric VenetAdd header files to CMake build solution. It use globin...
2008-11-02 Zhongxing XuAdd function side-effect test cast.
2008-11-02 Zhongxing Xu1. When a pointer to struct is used as an argument...
2008-11-02 Zhongxing XuAdd defined in if().
2008-11-02 Eli FriedmanMore fallout from r58501: primary fix is some more...
2008-11-02 Ted KremenekAdd 'alloca' test case for return-of-stack-address...
2008-11-02 Ted KremenekEnhance return-of-stack-address checker to recognize...
2008-11-02 Ted KremenekAdd transfer function logic for alloca().
2008-11-02 Ted KremenekAdded AllocaRegion, which represents regions created...
2008-11-02 Ted KremenekFixed a horrible bug in HTMLDiagnostics.cpp where bugs...
2008-11-01 Daniel DunbarMove IRBuilder type definition to common file.
2008-11-01 Chris Lattnerminor tweaks.
2008-11-01 Daniel DunbarGrammar tweaks.
2008-11-01 Daniel DunbarAdd recent timing results to web page.
2008-10-31 Douglas GregorSemantic checking of constructor declarations and class...
2008-10-31 Douglas GregorImplement basic support for converting constructors...
2008-10-31 Anders CarlssonFix a bug that was introduced in 58501. Ideally I think...
2008-10-31 Ted KremenekComment out invalid assertion. I'm leaving it in the...
2008-10-31 Sebastian RedlImplement semantic checking of static_cast and dynamic_...
2008-10-31 Zhongxing XuSimplify interface. We can get canonical type from...
2008-10-31 Zhongxing XuImplement struct initialization for SCA.
2008-10-31 Zhongxing XuImplement array initialization for SCA.
2008-10-31 Sanjiv GuptaFixed build warning. No functionality change.
2008-10-31 Zhongxing XuAdd test code for array initialization.
2008-10-31 Sanjiv GuptaMade the mechanism of defining preprocessor defs for...
2008-10-31 Daniel DunbarTurn off module verification in Release-Asserts builds.
2008-10-31 Douglas GregorAdd support for parsing and representing C++ constructo...
2008-10-31 Daniel Dunbar"One" line fix for -parse-noop failure, "id" and severa...
2008-10-31 Daniel DunbarDebug info: Bug fix, function types should always inclu...
2008-10-31 Zhongxing XuImplement BindStruct and fix a bug in RetriveStruct.
2008-10-31 Zhongxing XuFix 80-col violations.
2008-10-31 Zhongxing XuImplement load from struct region. Instead of returning...
2008-10-31 Zhongxing XuMake CompoundLiteralRegion a subclass of TypedRegiion.
2008-10-31 Zhongxing XuAdd a tentative assertion.
2008-10-31 Ted KremenekOn Mac OS X, use TMPDIR as the default location to...
2008-10-31 Daniel DunbarQuick fix for PR2950, infinite loop generating debug...
2008-10-31 Daniel DunbarFormatting tweaks.
2008-10-31 Zhongxing XuFix a comment.
2008-10-31 Ted KremenekAdded missing 'expected-warning'
2008-10-31 Ted KremenekEnhance compound literal test case.
2008-10-31 Ted KremenekUse llvm::raw_string_ostream instead of std::ostringstream.
2008-10-31 Ted KremenekEnhance path-sensitive return-of-stack-address check...
2008-10-31 Ted KremenekAdd accessor method to CompoundLiteralRegion to retriev...
2008-10-30 Ted KremenekUpdated checker build.
2008-10-30 Ted KremenekAdd missing "expected warning".
2008-10-30 Ted KremenekExtend "followsFundamentalRule" to ignore prefix '_...
2008-10-30 Ted KremenekHandle the case in VisitInitListExprs where there are...
2008-10-30 Ted KremenekAdd method that will be invoked using the dot-syntax...
2008-10-30 Ted KremenekDistinguish between self.X = ... where self.X is a...
2008-10-30 Ted KremenekImprove compound literal test case.
2008-10-30 Ted KremenekUse the correct predecessor node.
2008-10-30 Ted KremenekPretty-printing for SVals now mainly uses llvm::raw_ost...
2008-10-30 Ted KremenekAdd missing return statement.
2008-10-30 Ted KremenekAdded iterators to nonloc::CompoundSVal.
2008-10-30 Ted Kremenek80 col violation.
2008-10-30 Ted KremenekUse a worklist in GRExprEngine::VisitInitListExpr to...
2008-10-30 Ted KremenekUpdate #includes since SVals.h no longer includes Basic...
2008-10-30 Ted KremenekAdd iterator/reverse_iterator to InitListExpr for itera...
2008-10-30 Ted KremenekCompoundVal now uses an ImmutableList<SVal> to store...
next