2008-11-04 |
Douglas Gregor | Fine-grained C++ status page |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Douglas Gregor | Add a new expression class, ObjCSuperExpr, to handle... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Douglas Gregor | Create a new expression class, CXXThisExpr, to handle... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Douglas Gregor | Now that we have copy initialization support, use it... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Douglas Gregor | Diagnose use of 'this' in a C++ default argument. Thank... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Sebastian Redl | Trivial style fix. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Anders Carlsson | #define NULL as 0 when compiling as C++. This fixes... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Anders Carlsson | Implement lowering of va_arg in clang directly. (This... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Anders Carlsson | Fix bug in va_copy |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ted Kremenek | Handle prefix '_' that may appear in front of the name... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ted Kremenek | Fix use of uninitialized variable. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Ted Kremenek | Allow user toggling between plist and html output with... |
commit | commitdiff | tree | snapshot |
2008-11-04 |
Steve Naroff | Update VC++ project file. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Steve Naroff | Fix <rdar://problem/6339636> clang ObjC rewriter: Asser... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ted Kremenek | Hook up the Plist diagnostic client to the driver. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Check that this cannot be used in a default argument... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ted Kremenek | Add path diagnostics client for emitting path reports... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ted Kremenek | Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h' |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Implicit support for direct initialization of objects... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Daniel Dunbar | Clarify performance experiments description based on... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Standard conversion sequences now have a CopyConstructo... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Add implicitly-declared default and copy constructors... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Eliminate header dependency ASTContext -> TargetInfo |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Implement C++ DR 106 and C++ DR 540, both of which... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Douglas Gregor | Connect ASTContext to TargetInfo when determining the... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Steve Naroff | Fix <rdar://problem/6336774> clang block rewriter:... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Chris Lattner | Fix PR3001: if we have an error parsing an initializer... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Chris Lattner | privatize some methods. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Ted Kremenek | Simplify the functions HtmlEsape and ShellEscape. ... |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Zhongxing Xu | Add some notes for SCA. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Zhongxing Xu | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2008-11-03 |
Zhongxing Xu | - Remove AnonTypedRegion, which is not to be used. |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Sebastian Redl | Source ranges for named cast diagnostics. |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Cedric Venet | Add header files to CMake build solution. It use globin... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Zhongxing Xu | Add function side-effect test cast. |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Zhongxing Xu | 1. When a pointer to struct is used as an argument... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Zhongxing Xu | Add defined in if(). |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Eli Friedman | More fallout from r58501: primary fix is some more... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Ted Kremenek | Add 'alloca' test case for return-of-stack-address... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Ted Kremenek | Enhance return-of-stack-address checker to recognize... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Ted Kremenek | Add transfer function logic for alloca(). |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Ted Kremenek | Added AllocaRegion, which represents regions created... |
commit | commitdiff | tree | snapshot |
2008-11-02 |
Ted Kremenek | Fixed a horrible bug in HTMLDiagnostics.cpp where bugs... |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Daniel Dunbar | Move IRBuilder type definition to common file. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Chris Lattner | minor tweaks. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Daniel Dunbar | Grammar tweaks. |
commit | commitdiff | tree | snapshot |
2008-11-01 |
Daniel Dunbar | Add recent timing results to web page. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Douglas Gregor | Semantic checking of constructor declarations and class... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Douglas Gregor | Implement basic support for converting constructors... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Anders Carlsson | Fix a bug that was introduced in 58501. Ideally I think... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Comment out invalid assertion. I'm leaving it in the... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Sebastian Redl | Implement semantic checking of static_cast and dynamic_... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Simplify interface. We can get canonical type from... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Implement struct initialization for SCA. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Implement array initialization for SCA. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Sanjiv Gupta | Fixed build warning. No functionality change. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Add test code for array initialization. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Sanjiv Gupta | Made the mechanism of defining preprocessor defs for... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Daniel Dunbar | Turn off module verification in Release-Asserts builds. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Douglas Gregor | Add support for parsing and representing C++ constructo... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Daniel Dunbar | "One" line fix for -parse-noop failure, "id" and severa... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Daniel Dunbar | Debug info: Bug fix, function types should always inclu... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Implement BindStruct and fix a bug in RetriveStruct. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Implement load from struct region. Instead of returning... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Make CompoundLiteralRegion a subclass of TypedRegiion. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Add a tentative assertion. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | On Mac OS X, use TMPDIR as the default location to... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Daniel Dunbar | Quick fix for PR2950, infinite loop generating debug... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Daniel Dunbar | Formatting tweaks. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Zhongxing Xu | Fix a comment. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Added missing 'expected-warning' |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Enhance compound literal test case. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Use llvm::raw_string_ostream instead of std::ostringstream. |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Enhance path-sensitive return-of-stack-address check... |
commit | commitdiff | tree | snapshot |
2008-10-31 |
Ted Kremenek | Add accessor method to CompoundLiteralRegion to retriev... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Add missing "expected warning". |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Extend "followsFundamentalRule" to ignore prefix '_... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Handle the case in VisitInitListExprs where there are... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Add method that will be invoked using the dot-syntax... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Distinguish between self.X = ... where self.X is a... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Improve compound literal test case. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Use the correct predecessor node. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Pretty-printing for SVals now mainly uses llvm::raw_ost... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Add missing return statement. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Added iterators to nonloc::CompoundSVal. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Use a worklist in GRExprEngine::VisitInitListExpr to... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Update #includes since SVals.h no longer includes Basic... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Add iterator/reverse_iterator to InitListExpr for itera... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | CompoundVal now uses an ImmutableList<SVal> to store... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | "missing ivar release" is a performance bug. |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Patch by Nikita Zhuk: test case for fix for false posit... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Ted Kremenek | Patch by Nikita Zhuk: |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Steve Naroff | Make sure RewriteObjCMethodDecl() does a block pointer... |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Douglas Gregor | Fix arithmetic type check |
commit | commitdiff | tree | snapshot |
2008-10-30 |
Steve Naroff | Add a couple fixes for rewriting ivars/methods that... |
commit | commitdiff | tree | snapshot |
next |