2011-04-13 |
Ted Kremenek | Update public analyzer build to checker-256. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Fariborz Jahanian | No fixit hint for builtin expressions which are |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Removing the unaligned load tests from builtins-x86... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Axel Naumann | From Vassil Vassilev: Give external source's last resor... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Remove comment that snuck in there. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | It looks like the FreeBSD buildbot needs this for the... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Chandler Carruth | Teach -Wuninitialized about C++'s typeid expression... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Argyrios Kyrtzidis | Collect the options applicable to the Rewriter methods... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Just use a native "load" instead of translating the... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Francois Pichet | Still not used to put the * next to the variable name. |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Francois Pichet | In Microsoft mode, within class scope, if a CXXScopeSpe... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Anders Carlsson | Use EmitCallOrInvoke in EmitBadTypeidCall and EmitBadCa... |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Bill Wendling | Convert the unaligned load builtins to the first-class... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | Driver/no-integrated-as: Fix forwarding of -g flag... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Fariborz Jahanian | Redeclaration of 'self' should be flagged in |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | IRgen/Obj-C: Emit CFStrings and NSStrings with the... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | We can't emit an aggregate cast as its sub-expression... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Daniel Dunbar | Driver: Don't treat -m{abi,arch,cpu,cmodel}= as "driver... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Teach VariadicMethodTypeChecker to not crash when proce... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Fix another IdempotentOperationsChecker corner case... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Provide options to explicitly enable/disable checkers... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Enable C++ static analysis support in ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | ArrayBoundCheckerV2: don't arbitrarily warn about index... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Lenny Maiorani | This patch adds modeling of strcmp() to the CString... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Fariborz Jahanian | Fix a regression where the initializer implements |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Richard Smith | Fix AST serialization of reference-to-reference types... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | static analyzer: invalidate by-ref arguments passed... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Fix bug in SimpleSValBuilder where '--' pointer arithme... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Douglas Gregor | Don't suggest dynamic_cast or typeid as code completion... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Template static data members can have weak_odr linkage... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Whoops. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Douglas Gregor | Objective-C++: The global namespace is an associated... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Ignore indirect field declarations. Fixes PR9570. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | Formatting. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | This test works now; enable it. |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | RegionStoreManager::invalidateRegions: treat classes... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
John McCall | After some discussion with Doug, we decided that it... |
commit | commitdiff | tree | snapshot |
2011-04-12 |
Ted Kremenek | Teach GRState::getSValAsScalarOrLoc() about C++ references. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Ted Kremenek | C++ static analysis: also invalidate fields of objects... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Fariborz Jahanian | Typo. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Fariborz Jahanian | Fixup more objc rwriter bug having to do with |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Chris Lattner | fix the path to ld.so for darwin/ppc, resolving PR9677... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | If there's an invoke destination, we should use invoke... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
John McCall | More __unknown_anytype work. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Remove CK_DynamicToNull. |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | When we know that a dynamic_cast always returns null... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Add CXXDynamicCastExpr::isAlwaysNull() which will be... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Clean up CodeGenFunction::EmitDynamicCast. No functiona... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Anders Carlsson | Replace a couple of Builder.CreateICmpEQ with Builder... |
commit | commitdiff | tree | snapshot |
2011-04-11 |
Eli Friedman | PR9669: implement correct checking for [dcl.init.string]p2. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Remove the CodeGenCXX/dyncast.cpp test; it isn't really... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | As a first step towards fixing PR9641, add a CK_Dynamic... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
John McCall | Simplify calling CheckPlaceholderExpr, converge on... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Strip off parens and no-op casts when deciding if an... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Change CollectPrimaryBases to collect the bases in... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Anders Carlsson | Make -fdump-vtable-layouts also dump vtable indices... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | Reflect rename on LLVM cmake file. |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Chandler Carruth | Enhance the diagnostic for literal float -> int convers... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | Refactor 129240 to merge the old default argument into... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Eli Friedman | PR9580: Handle vectors correctly in ScalarExprEmitter... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Francois Pichet | MSVC accepts that default parameters be redefined for... |
commit | commitdiff | tree | snapshot |
2011-04-10 |
Oscar Fuentes | libclang output name is now libclang. This solves a... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
John McCall | Fix a bunch of major problems with __unknown_anytype... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | Make sure we or together the overflow flags of the... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Lenny Maiorani | strcat() and strncat() model additions to CStringChecker. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor flags for TokenKinds.def |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Dylan Noblesmith | refactor -ccc-gcc-name code |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eli Friedman | PR8369: make __attribute((regparm(0))) work correctly... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Clean up the bool conversion warning. Group it with... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chandler Carruth | Add support for warning on general null pointer express... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | accept -x objc-cpp-output as an alias for -x objective... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Chris Lattner | add a __sync_swap builtin to fill out the rest of the... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Ken Dyck | Convert the PointerWidthInBytes variable in EmitMemberP... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Ken Dyck | Eliminate a divide-by-8 in BuildVMIClassTypeInfo()... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eric Christopher | Remove a pair of unused diagnostic messages. |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Nick Lewycky | Apply explicit braces to avoid ambiguous 'else' [-Wpare... |
commit | commitdiff | tree | snapshot |
2011-04-09 |
Eric Christopher | Eat the UTF-8 BOM at the beginning of a file since... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | complete documentation of flags, patch by nobled |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Fariborz Jahanian | Fixes a rewrting bug of a property-dot syntax expressio... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Argyrios Kyrtzidis | Properly traverse a ObjCMethodDecl in RecursiveASTVisitor. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | typo fix + expand |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Ted Kremenek | Start overhauling static analyzer support for C++ const... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Minor format fix. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Document -ftrap-function= option |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Devang Patel | Do not use zero as an upper bound for unbounded array... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Rename -mtrap_function= to -ftrap_function= since it... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Evan Cheng | Add -mtrap_function=<> option. rdar://9257465 |
commit | commitdiff | tree | snapshot |
2011-04-08 |
John Wiegley | Use ExprResult& instead of Expr *& in Sema |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Fariborz Jahanian | Warn for any kind of initialization if initializer... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chris Lattner | fix a typo, patch by PaX team. |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chandler Carruth | Switch 'is possibly uninitialized' to 'may be uninitial... |
commit | commitdiff | tree | snapshot |
2011-04-08 |
Chandler Carruth | Now that the analyzer is distinguishing between uniniti... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Driver: Don't attempt to forward some Clang-only option... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Ted Kremenek | Teach -Wuninitialized to not warn about variables decla... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Add test case. |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Output main file name,... |
commit | commitdiff | tree | snapshot |
2011-04-07 |
Daniel Dunbar | Fronted/CC_LOG_DIAGNOSTICS: Tweak output form to be... |
commit | commitdiff | tree | snapshot |
next |