2010-09-03 |
John McCall | Add a quick-and-dirty hack to give a better diagnostic... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Chris Lattner | "I see dead code". IdempotentOperationChecker::isTrunc... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Devirtualize Sema, kill off DeleteExpr and DeleteStmt... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | IRgen: Fix silly thinko in r112021, which was generatin... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Dawn Perchik | Add symantic support for the Pascal calling convention via |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Bob Wilson | Translate NEON vabdl, vaba, and vabal builtins to be... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Re-commit r112916 with an additional fix for the self... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Fariborz Jahanian | Patch to allow alternative representation of c++ |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Static local variables don't result in global construct... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Support pointer arithmetic in SimpleSValuator involving... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Remove bogus assertions. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Add optional record of "location" SVals in the environm... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Add GRState::getSimplifiedSVal(), which provides an... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Ted Kremenek | Fix enum: CallEnter/CallExit are StmtPoints |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Remove now unused function. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | Revert r112916, it's breaking selfhost pretty badly. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | Revert "Another i1 vs. i8 type mismatch issue. This... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Anders Carlsson | Get rid of the "functions declared 'noreturn' should... |
commit | commitdiff | tree | snapshot |
2010-09-03 |
Daniel Dunbar | tests: Fix a dependency on the temporary value names. |
commit | commitdiff | tree | snapshot |
2010-09-03 |
John McCall | It's not safe to use the generic CXXMethodDecl overload... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dawn Perchik | Add support for Borland extensions via option -fborland... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Daniel Dunbar | IRgen/Obj-C: Rewrite Objective-C bit-field access to... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Daniel Dunbar | IRgen: Move CGBitFieldInfo strategy computation helpers... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Care | Reapply 112850 and 112839 with a constructor for the... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Fix a few more ConvertTypes that should be ConvertTypeF... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Sebastian Redl | Implement __has_virtual_destructor. Patch by Steven... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | stop looking for #uses comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Chris Lattner | remove some tests that aren't adding any value: the... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | Add a couple of FIXMEs. The types of palignr are differ... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bob Wilson | Add a bunch of missing bitcasts for clang NEON builtin... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Teach libclang to visit OverloadExprs, so that we can... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | sabre points out that the timing here is pretty pessima... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Add libclang visitation for UnresolvedLookupExprs |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | Experimentally move the tautological comparison warning... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Add libclang visitation for C++ pseudo-destructor expre... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | Reorder the MMX builtins to be in their own ostracized... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Bill Wendling | Newline at end of file. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Eliminate CXXBindReferenceExpr, which was used in a... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Teach libclang not to recursive into default argument... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Daniel Dunbar | Add a compatibility note about why Clang rejects jumps... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Add libclang visitation for C++ typeid expressions. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | In libclang, visit the nested-name-specifier and explic... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Care | Reverting 112850 and 112839 due to test failures on... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Visit the nested-name-specifier and explicitly-specifie... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Care | Fixed broken build with GCC |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | Teach RecursiveASTVisitor to optionally visit bodies... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
David Chisnall | Tidy up last commit, as per Devang's comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Tom Care | Improved error reporting in IdempotentOperationChecker |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Revert my two IRgen fixes for "bool", then use a far... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Implement basic visitation for nested name specifiers... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Fariborz Jahanian | Another i1 vs. i8 type mismatch issue. This time |
commit | commitdiff | tree | snapshot |
2010-09-02 |
David Chisnall | Use the unmangled name for the display name in Objectiv... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Fix more i1/i8 pointer madness. Here, an overactive... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Benjamin Kramer | Avoid implicit string construction. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Fix a crash involving pointer-to-data-members of boolea... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | Simplify some random accesses to the ASTContext from... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | Stupid emacs keystroke. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
John McCall | Abstract IR generation of array cookies into the C... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Duncan Sands | Correct this test for the fact that the number of uses... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dawn Perchik | Reverting rev 112791 - apparently -fborland-extensions... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Zhongxing Xu | update comments. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Zhongxing Xu | Tweak test case. 'int' would introduce out-of-bound... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Ted Kremenek | Enhance return-stack-address check (in Sema) to handle... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Dawn Perchik | Add support for Borland extensions via option -fborland... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Ted Kremenek | For GRExprEngine::EvalBind() (and called visitors)... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Zhanyong Wan | Fixes a warning when compiling Clang (Sema has virtual... |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Ted Kremenek | Fixed unused variable warning. |
commit | commitdiff | tree | snapshot |
2010-09-02 |
Douglas Gregor | Introduce a new libclang function, |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Zhanyong Wan | Make RecursiveASTVisitor not crash when a TemplateArgum... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bill Wendling | Add some MMX builtins to correspond with the intrinsics... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Add yet another test case for PR 8015, showing how... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Add another test case for PR 8015, here with the array... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Partial fix for PR 8015 (fix is actually by Jordy Rose... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Bob Wilson | Translate NEON vmull, vmlal, and vmlsl builtins to... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Craig Silverstein | Update the docstring to say FriendTemplateDecl is not... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Don't assert in the analyzer when analyze code does... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Craig Silverstein | Make some docstring clarifications, after discussion... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Fix the source-range information for an EnumConstantDec... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Don't assert in CastSizeChecker when the casted-to... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Test visiting the template parameters of template templ... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Teach libclang to visit the default arguments of templa... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Implement libclang support for using declarations.... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Fariborz Jahanian | Fix IRGen when property-dot syntax used to access |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Improve libclang indexing support for class template... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Benjamin Kramer | StringRefize. |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Make it clear that libclang does not modify the command... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Add test for nothing... i.e., the contents of a USR... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Transfer calling-convention attributes down to member... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | add a new version of mingw, patch by İsmail "cartman... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | when emitting an error about a missing } in a compound... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Implement libclang support for using directives (cursor... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Ted Kremenek | Split ObjCInterfaceDecl::ReferencedProtocols into two... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | fix rdar://8360877 a really nasty miscompilation in... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | same refactoring as before, this time on the argument... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Chris Lattner | refactor some code to cut down on redundancy, no functi... |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Douglas Gregor | Improve location information in the representation... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Fariborz Jahanian | Prevent warning when built with assert off. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Fariborz Jahanian | xcode project file update. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add libclang support for namespace aliases (visitation... |
commit | commitdiff | tree | snapshot |
next |