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 |
2010-08-29 |
Bob Wilson | Translate NEON vaddl, vaddw, vsubl, and vsubw builtins... |
commit | commitdiff | tree | snapshot |
2010-08-29 |
John McCall | Complain if a __pragma isn't terminated. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | Add support for Microsoft's __pragma in the preprocessor. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | When perform exact-qualifier-match template argument... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | If filtering a lookup result leaves it ambiguous, keep... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Delete the relaxedLiveness object in the dtor of Analys... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Chris Lattner | improve comment, patch by Vladimir Kirillov! |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | simplify by relying on cascading operator-> |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | simplify |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Nick Lewycky | Fix copy+paste error in comment. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | add another test for PR8007 |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | the target of the link uses the singular form, so do... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | typo |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | suppress annoying textual repetition as 'aka' |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Argyrios Kyrtzidis | Fix the memory leak of FloatingLiteral/IntegerLiteral. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | That's not the right direction to compute notional... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | Fix build. Bad me, adding last-minute assertions. |
commit | commitdiff | tree | snapshot |
2010-08-28 |
John McCall | When checking access control for an instance member... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | check whether sema issues a redefinition error |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | perform cheap test first |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Nick Lewycky | Ignore this flag too, Clang doesn't seem to use random... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | note to self: save before committing; add PR |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | fix test by applying it in top namespace: PR8007 only... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Update test case, with comment to later investigate... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Ted Kremenek | Explicitly handle CXXExprWithTemporaries during CFG... |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Gabor Greif | fix PR8007 |
commit | commitdiff | tree | snapshot |
2010-08-28 |
Douglas Gregor | Basic code completion support for the base and member... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Gabor Greif | reproduction recipe for PR8007, expected to fail for... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Parser support for inline namespaces |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Comment and move another ASTReader member. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Sebastian Redl | Update comment after Chandler's change. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Miscellaneous found by inspection with John and Sebastian |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Added checking of (x == x) and (x != x) to IdempotentOp... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Enabled relaxed LiveVariables analysis in the path... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Remove an assertion in UnreachableCodeChecker that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Fix bug in IdempotentOperationChecker where an assumpti... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Chris Lattner | handle :: in selectors in objc++ mode, rdar://8366474 |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Tom Care | Add alternate version of LiveVariables analysis that... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Ted Kremenek | Add source file I meant to include in my previous commit. |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Douglas Gregor | Improve wording of diagnostic complaining about a non... |
commit | commitdiff | tree | snapshot |
2010-08-27 |
Ted Kremenek | Implement CXCursor support for walking C++ base specifi... |
commit | commitdiff | tree | snapshot |
next |