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 |
2010-08-31 |
Fariborz Jahanian | Some support for unicode string constants |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Implement __has_feature(cxx_inline_namespaces) |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Anton Korobeynikov | Add NetBSD include search path |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Add convenience accessors for determining whether templ... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a new libclang function clang_getTemplateCursorKind... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Amusingly, I missed this point of abstraction in all... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Make inline namespace not be transparent after all... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Extend libclang with a new cursor kind that indicates... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add libclang support for class template partial special... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a libclang cursor kind, visitation support and... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Improve CFG printing support for CXXOperatorCallExpr... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Explicitly handle CXXOperatorCallExpr when building... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Fariborz Jahanian | AST work to support [C++] [IRgen] for ?: with missing LHS |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Implement basic support for indexing function templates in |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | Add support for windows x86-64 varargs, patch by Camero... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chris Lattner | improve isHexaLiteral to work with escaped newlines... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | libclang indexing support for C++ constructors, destruc... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Add a simple test for indexing namespaces |
commit | commitdiff | tree | snapshot |
2010-08-31 |
John McCall | Teach IR generation to return 'this' from constructors... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Chandler Carruth | Fix a regression that allowed clearly ill formed code... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Revert my lame attempt at appeasing the CFGBuilder |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | When provide code completions for a variadic Objective... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | Teach the CFGBuilder not do die on CXXBindTemporaryExpr... |
commit | commitdiff | tree | snapshot |
next |