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 |
2010-08-31 |
Sebastian Redl | Implement the __has_nothrow trait family, by Steven... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Ted Kremenek | Add range of return value expression in ReturnUndefChec... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Enable inline namespaces in C++03 as an extension. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Add a forgotten place where the enclosing namespace... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Enable inline namespaces in the AST. |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Rename DeclContext::getLookupContext to getRedeclContex... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Sebastian Redl | Decl::getEnclosingNamespaceContext has no reason to... |
commit | commitdiff | tree | snapshot |
2010-08-31 |
Douglas Gregor | When instantiating a function type, instantiate the... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Add a missing return. Bug noticed by Dawn Perchik! |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | When template substitution into a template parameter... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | silence a warning |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Gabor Greif | zap tabs |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | Fix PR8029, a x86-32 ABI regression in introduced in... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Gabor Greif | add two more use-cases (explicit instantiation) that... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Gabor Greif | fix dual aspect of PR8007, |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Perform the function-to-pointer adjustment during templ... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Bob Wilson | Translate NEON vmovn builtin to a vector truncation... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Tom Care | Adjusted the semantics of assign checking in Idempotent... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Sean Hunt | Revert my user-defined literal commits - r1124{58,60... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | add a fixme. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chris Lattner | use 'features' instead of 'PP->getLangOptions'. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Heap-allocate the attribute vectors in |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Fix an corner-case assertion introduced by the refactor... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Now that GCC will have #pragma push/pop (in GCC 4.6... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Emulate (some of) Microsoft's looser semantic checking... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | In Microsoft compatibility mode, don't parse the expone... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Predeclare class type_info in Microsoft mode, from... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Add test case from PR6952, which now works (thanks... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Add redeclaration checking for static data members... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Douglas Gregor | Fix CMake dependencies |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Duncan Sands | Straighten out target triples provided on the command... |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Sean Hunt | Two minor fixes to user-defined literals: |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Chandler Carruth | Add some braces for sanity and GCC silence. These becam... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Sean Hunt | Fix some test-breaking that snuck into my previous... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Sean Hunt | Implement C++0x user-defined string literals. |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | When providing a code completion for an Objective-C... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | Improve code completion for initializer lists in constr... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Douglas Gregor | Add missing test case for constructor-initializer code... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Fariborz Jahanian | ObjClang++: Allow declaration of block variable in... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
Zhongxing Xu | Add comments. |
commit | commitdiff | tree | snapshot |
next |