Age | Commit message (Expand) | Author |
2010-08-31 | Add libclang support for namespace aliases (visitation + USRs) along | Douglas Gregor |
2010-08-31 | Some support for unicode string constants | Fariborz Jahanian |
2010-08-31 | Implement __has_feature(cxx_inline_namespaces) | Sebastian Redl |
2010-08-31 | Add NetBSD include search path | Anton Korobeynikov |
2010-08-31 | Add convenience accessors for determining whether template declarations are d... | John McCall |
2010-08-31 | Add a new libclang function clang_getTemplateCursorKind(), which | Douglas Gregor |
2010-08-31 | Amusingly, I missed this point of abstraction in all my earlier | John McCall |
2010-08-31 | Make inline namespace not be transparent after all. The concept simply doesn'... | Sebastian Redl |
2010-08-31 | Extend libclang with a new cursor kind that indicates a reference to a | Douglas Gregor |
2010-08-31 | Add libclang support for class template partial specializations, | Douglas Gregor |
2010-08-31 | Add a libclang cursor kind, visitation support and USR support for C++ | Douglas Gregor |
2010-08-31 | Improve CFG printing support for CXXOperatorCallExpr and CXXBindTemporaryExpr. | Ted Kremenek |
2010-08-31 | Explicitly handle CXXOperatorCallExpr when building CFGs. We should treat it... | Ted Kremenek |
2010-08-31 | AST work to support [C++] [IRgen] for ?: with missing LHS | Fariborz Jahanian |
2010-08-31 | Implement basic support for indexing function templates in | Douglas Gregor |
2010-08-31 | Add support for windows x86-64 varargs, patch by Cameron Esfahani! | Chris Lattner |
2010-08-31 | improve isHexaLiteral to work with escaped newlines and trigraphs, | Chris Lattner |
2010-08-31 | libclang indexing support for C++ constructors, destructors, and | Douglas Gregor |
2010-08-31 | Add a simple test for indexing namespaces | Douglas Gregor |
2010-08-31 | Teach IR generation to return 'this' from constructors and destructors | John McCall |
2010-08-31 | Fix a regression that allowed clearly ill formed code. The diagnostic is still | Chandler Carruth |
2010-08-31 | Revert my lame attempt at appeasing the CFGBuilder | Douglas Gregor |
2010-08-31 | When provide code completions for a variadic Objective-C method | Douglas Gregor |
2010-08-31 | Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr.... | Douglas Gregor |
2010-08-31 | Implement the __has_nothrow trait family, by Steven Watanabe. | Sebastian Redl |
2010-08-31 | Add range of return value expression in ReturnUndefChecker. Patch by Jim Goo... | Ted Kremenek |
2010-08-31 | Enable inline namespaces in C++03 as an extension. | Sebastian Redl |
2010-08-31 | Add a forgotten place where the enclosing namespace set matters, plus a big t... | Sebastian Redl |
2010-08-31 | Enable inline namespaces in the AST. | Sebastian Redl |
2010-08-31 | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl |
2010-08-31 | Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare... | Sebastian Redl |
2010-08-31 | When instantiating a function type, instantiate the return type before | Douglas Gregor |
2010-08-30 | Add a missing return. Bug noticed by Dawn Perchik! | Douglas Gregor |
2010-08-30 | When template substitution into a template parameter reduces the level | Douglas Gregor |
2010-08-30 | silence a warning | Chris Lattner |
2010-08-30 | zap tabs | Gabor Greif |
2010-08-30 | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner |
2010-08-30 | add two more use-cases (explicit instantiation) that should pass now | Gabor Greif |
2010-08-30 | fix dual aspect of PR8007, | Gabor Greif |
2010-08-30 | Perform the function-to-pointer adjustment during template argument | Douglas Gregor |
2010-08-30 | Translate NEON vmovn builtin to a vector truncation instead of using an llvm | Bob Wilson |
2010-08-30 | Adjusted the semantics of assign checking in IdempotentOperationChecker | Tom Care |
2010-08-30 | Revert my user-defined literal commits - r1124{58,60,67} pending | Sean Hunt |
2010-08-30 | add a fixme. | Chris Lattner |
2010-08-30 | use 'features' instead of 'PP->getLangOptions'. | Chris Lattner |
2010-08-30 | Heap-allocate the attribute vectors in | Douglas Gregor |
2010-08-30 | Fix an corner-case assertion introduced by the refactoring in r112258; | Douglas Gregor |
2010-08-30 | Now that GCC will have #pragma push/pop (in GCC 4.6), allow the | Douglas Gregor |
2010-08-30 | Emulate (some of) Microsoft's looser semantic checking of exception | Douglas Gregor |
2010-08-30 | In Microsoft compatibility mode, don't parse the exponent as part of | Douglas Gregor |