| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a regression that allowed clearly ill formed code. The diagnostic is still | Chandler Carruth | 2010-08-31 | 1 | -0/+2 |
* | Revert my lame attempt at appeasing the CFGBuilder | Douglas Gregor | 2010-08-31 | 1 | -7/+0 |
* | When provide code completions for a variadic Objective-C method | Douglas Gregor | 2010-08-31 | 1 | -15/+24 |
* | Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr.... | Douglas Gregor | 2010-08-31 | 1 | -0/+7 |
* | Implement the __has_nothrow trait family, by Steven Watanabe. | Sebastian Redl | 2010-08-31 | 2 | -3/+108 |
* | Add range of return value expression in ReturnUndefChecker. Patch by Jim Goo... | Ted Kremenek | 2010-08-31 | 1 | -0/+1 |
* | Enable inline namespaces in C++03 as an extension. | Sebastian Redl | 2010-08-31 | 3 | -4/+8 |
* | Add a forgotten place where the enclosing namespace set matters, plus a big t... | Sebastian Redl | 2010-08-31 | 1 | -2/+2 |
* | Enable inline namespaces in the AST. | Sebastian Redl | 2010-08-31 | 2 | -1/+22 |
* | Rename DeclContext::getLookupContext to getRedeclContext and change its seman... | Sebastian Redl | 2010-08-31 | 14 | -64/+80 |
* | Decl::getEnclosingNamespaceContext has no reason to explicitly skip transpare... | Sebastian Redl | 2010-08-31 | 1 | -1/+1 |
* | When instantiating a function type, instantiate the return type before | Douglas Gregor | 2010-08-31 | 1 | -6/+13 |
* | Add a missing return. Bug noticed by Dawn Perchik! | Douglas Gregor | 2010-08-30 | 1 | -0/+1 |
* | When template substitution into a template parameter reduces the level | Douglas Gregor | 2010-08-30 | 1 | -6/+8 |
* | silence a warning | Chris Lattner | 2010-08-30 | 1 | -1/+1 |
* | zap tabs | Gabor Greif | 2010-08-30 | 1 | -1/+1 |
* | Fix PR8029, a x86-32 ABI regression in introduced in r112211 | Chris Lattner | 2010-08-30 | 1 | -1/+0 |
* | fix dual aspect of PR8007, | Gabor Greif | 2010-08-30 | 1 | -3/+19 |
* | Perform the function-to-pointer adjustment during template argument | Douglas Gregor | 2010-08-30 | 1 | -31/+43 |
* | Translate NEON vmovn builtin to a vector truncation instead of using an llvm | Bob Wilson | 2010-08-30 | 1 | -2/+1 |
* | Adjusted the semantics of assign checking in IdempotentOperationChecker | Tom Care | 2010-08-30 | 1 | -26/+41 |
* | Revert my user-defined literal commits - r1124{58,60,67} pending | Alexis Hunt | 2010-08-30 | 15 | -167/+29 |
* | add a fixme. | Chris Lattner | 2010-08-30 | 1 | -1/+5 |
* | use 'features' instead of 'PP->getLangOptions'. | Chris Lattner | 2010-08-30 | 1 | -8/+8 |
* | Heap-allocate the attribute vectors in | Douglas Gregor | 2010-08-30 | 1 | -1/+26 |
* | Fix an corner-case assertion introduced by the refactoring in r112258; | Douglas Gregor | 2010-08-30 | 1 | -0/+2 |
* | Now that GCC will have #pragma push/pop (in GCC 4.6), allow the | Douglas Gregor | 2010-08-30 | 1 | -31/+14 |
* | Emulate (some of) Microsoft's looser semantic checking of exception | Douglas Gregor | 2010-08-30 | 1 | -0/+8 |
* | In Microsoft compatibility mode, don't parse the exponent as part of | Douglas Gregor | 2010-08-30 | 1 | -1/+10 |
* | Predeclare class type_info in Microsoft mode, from Francois Pichet! | Douglas Gregor | 2010-08-30 | 1 | -0/+1 |
* | Add redeclaration checking for static data members and fix a corner | Douglas Gregor | 2010-08-30 | 1 | -3/+22 |
* | Fix CMake dependencies | Douglas Gregor | 2010-08-30 | 1 | -0/+6 |
* | Straighten out target triples provided on the command line | Duncan Sands | 2010-08-30 | 1 | -1/+2 |
* | Two minor fixes to user-defined literals: | Alexis Hunt | 2010-08-30 | 1 | -0/+3 |
* | Add some braces for sanity and GCC silence. These became unbalanced in r112122, | Chandler Carruth | 2010-08-30 | 1 | -1/+2 |
* | Implement C++0x user-defined string literals. | Alexis Hunt | 2010-08-29 | 14 | -29/+164 |
* | When providing a code completion for an Objective-C message send, drop | Douglas Gregor | 2010-08-29 | 1 | -5/+7 |
* | Improve code completion for initializer lists in constructors. Instead | Douglas Gregor | 2010-08-29 | 1 | -7/+33 |
* | ObjClang++: Allow declaration of block variable in a collection | Fariborz Jahanian | 2010-08-29 | 1 | -1/+7 |
* | Add comments. | Zhongxing Xu | 2010-08-29 | 1 | -0/+7 |
* | Translate NEON vaddl, vaddw, vsubl, and vsubw builtins to llvm add/sub | Bob Wilson | 2010-08-29 | 1 | -8/+26 |
* | Complain if a __pragma isn't terminated. | John McCall | 2010-08-29 | 1 | -0/+5 |
* | Add support for Microsoft's __pragma in the preprocessor. | John McCall | 2010-08-28 | 2 | -5/+61 |
* | When perform exact-qualifier-match template argument deduction, | John McCall | 2010-08-28 | 1 | -1/+24 |
* | If filtering a lookup result leaves it ambiguous, keep the ambiguity | John McCall | 2010-08-28 | 1 | -1/+6 |
* | Delete the relaxedLiveness object in the dtor of AnalysisContext. | Ted Kremenek | 2010-08-28 | 1 | -0/+1 |
* | improve comment, patch by Vladimir Kirillov! | Chris Lattner | 2010-08-28 | 1 | -2/+3 |
* | simplify by relying on cascading operator-> | Gabor Greif | 2010-08-28 | 1 | -3/+3 |
* | simplify | Gabor Greif | 2010-08-28 | 1 | -2/+3 |
* | suppress annoying textual repetition as 'aka' | Gabor Greif | 2010-08-28 | 1 | -4/+7 |