2009-04-09 |
Daniel Dunbar | Add more builtin definitions, including strcmp. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | analyzer: Introduce a new class, ValueManager, that... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Update analyzer build. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | stop using loc::SymbolVal and clean up code with new... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | stop using loc::SymbolVal. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | stop using loc::SymbolVal. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | stop using loc::SymbolVal. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | Add a new method because sometimes the type of the... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | make a conjured symbol as the original code. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | clean up code with new API. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Fix a null pointer dereference error due to state cachi... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Zhongxing Xu | Create a symbolic region instead of a loc::SymbolVal... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | GRExprEngine: Don't try to reason about the size of... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Another ParentMap bug: only the right side of a comma... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Fix another regression introduced by changes to the... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Daniel Dunbar | Make -include, -imacros paths absolute in Frontend. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Refactor/cleanup reasoning of nil receivers in message... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Driver: Split out CPP specific options for clang so... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Steve Naroff | Fix <rdar://problem/6770998> make cast of super illegal... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Use the new EmitCallArgs function. No indented function... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Force triple for these tests. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | add driver support for -Wno-trigraphs |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | add support for -Wtrigraphs and -Wno-trigraphs. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Fariborz Jahanian | Added a FIXME. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | add driver headers to xcode proj |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | implement -imacros support in driver. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | finish the implementation of -imacros. The driver... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Add code for emitting call arguments (not used yet). |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | We weren't generating correct code for calls to variadi... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Fix buffer overrun when laying out synthesized ivars. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | According to the GCC man page, all -imacros are include... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | properly escape filenames when generating implicit... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Fariborz Jahanian | Fixed a problem using property syntax on a 'super' |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Devang Patel | Use presumed location to get line number info. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | Enhance analyzer reasoning about sending messages to... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | Fix bug in ParentMap::isConsumedExpr. A BinaryOperator... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | reject the #__include_macros directive unless it comes... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | Add initial support for -imacros. Right now it has... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | More fixes to builtin preprocessor defines. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Steve Naroff | Sema::CheckConditionalOperands(): Soften pointer/intege... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Make sure value is initialized when built w/o asserts. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Douglas Gregor | -Wmissing-prototypes shouldn't complain about main... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Darwin ld: Unconditionally add -lstdc++ if we are prete... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | use escapes. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | some minor edits |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Make debug info work when using -save-temps. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | Initial draft of PTH internals. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Add a destination type argument to EmitConstantExpr... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Implementation definition of interfaces with __objc_exc... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Sanjiv Gupta | Pointer width on targets like PIC16 is 16-bit, while... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | remove fixme! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | fix typo, noticed by Gabor |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | improve compatibility with VC+, patch by John Thompson! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | New static analyzer check by Nikita Zhuk! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Set __PIC__ (more) correctly. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Don't assume that a block always has a FunctionProtoTyp... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Mike Stump | Add basic support for arm static analysis checking... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix forwarding of -fpascal-strings. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Fix <rdar://problem/6764172> [sema] crash on invalid. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Visibility attributes should only be set on definition. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix forwarding of -{std,ansi,trigraphs} when... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Shuffle some call code around. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Forward remaining -f options to clang manually. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Only forward last instance of -mmacosx-version... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Now that we have __weak defined as attribute in all... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Manually translate a number of -f with no-... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Add default for ArgList::hasFlag and simplify... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | Allow us to ask for the access specifier of a translati... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Propagte -fvisibility to objc2's class symbols. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Eli Friedman | Diagnose uses of function specifiers on declarations... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Explicitly warn that -pg isn't supported (even... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Add 'q' flag for options which shouldn't be... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | CFG: when there is not continue or break target, mark... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Fixes method name lookup when method appears in |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Fix broken test case. I have no idea why this ever... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix a parsing bug where some options were matched |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | add a warning for this crazy case, as suggested by... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | Move the internal DeclContext data structures into... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Use %s in test, not hard coded name. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | Fariborz points out that weak is now defined to the... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | XFAIL a failing test |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Tweak Sema::ActOnInstanceMessage() to look for a class... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Fix typo in newly added test case. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Change the type of ObjC @ string constants (from NSCons... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Handle use side of __objc_exception__ attribute; when... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | *everyone* knows that __weak is not defined on linux :) |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | implement rdar://6762183. I'm not sure if it is more... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Various fixes to symbols used for Obj-C x86_64 metadata. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Add test case. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove hack from LiveVariables analysis where variables... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | define __va_copy unconditionally, but va_copy only... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove GetLeakNode. This isn't the right approach. |
commit | commitdiff | tree | snapshot |
next |