2009-04-10 |
Anders Carlsson | Use correct alignment and size for references in record... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Wording changes. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Add blurb about attribute "analyzer_noreturn" |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Rename variables to avoid conflict. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Add Expr::EvaluateAsLValue which will (believe it or... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Fix thinko noticed by Chris. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Anders Carlsson | Use the same alignment for reference declarations as... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | fix indentation |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Split failing test case from misc-ps.m to misc-ps-range... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Douglas Gregor | PCH serialization/deserialization of the source manager... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Fix: <rdar://problem/6776949> Branch condition evaluate... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | Make messages consistent. |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Chris Lattner | reject codegen of __thread variables as unimplemented... |
commit | commitdiff | tree | snapshot |
2009-04-10 |
Ted Kremenek | Implement attribute "analyzer_noreturn" (<rdar://proble... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Douglas Gregor | Implementation of pre-compiled headers (PCH) based... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | - Move ownership of MemRegionManager into ValueManager. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Anders Carlsson | Add @encode support for complex types. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Douglas Gregor | Propagate the ASTContext to various AST traversal and... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Eli Friedman | Add some FIXMEs for missing checks. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Chris Lattner | document the x86 address space extension for GS. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Fix grammar. Bold face feature points. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | More cleanup. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | More cleanups. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Add link from internals manual to PTH documentation. |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Minor cleanups. Added a blurb about the advantages... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Douglas Gregor | Simple DeclContext's internal representation by always... |
commit | commitdiff | tree | snapshot |
2009-04-09 |
Ted Kremenek | Remove SVal::MakeZero and replace it with ValueManager... |
commit | commitdiff | tree | snapshot |
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 |
next |