Age | Commit message (Expand) | Author |
2013-05-06 | C++1y: support 'for', 'while', and 'do ... while' in constant expressions. | Richard Smith |
2013-05-06 | Fix assert if __extension__ or _Generic is used when initializing a char arra... | Richard Smith |
2013-05-05 | C++1y: support for increment and decrement in constant expression evaluation. | Richard Smith |
2013-05-05 | Factor out duplication between lvalue-to-rvalue conversions and variable | Richard Smith |
2013-05-05 | Replace 'MultiExprArg()' with 'None' | Dmitri Gribenko |
2013-05-05 | Make all 'is in extern "C"' tests use the lexical context. | Rafael Espindola |
2013-05-05 | ArrayRef'ize Sema::CheckObjCMethodCall | Dmitri Gribenko |
2013-05-05 | Use lexical contexts when checking for conflicting language linkages. | Rafael Espindola |
2013-05-05 | Handle parens properly when initializing a char array from a string literal. | Richard Smith |
2013-05-05 | ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! | Richard Smith |
2013-05-05 | Use remove_if to erase parts of a vector. Avoids O(n^2) worst cases. | Benjamin Kramer |
2013-05-05 | ArrayRef<T>() -> None cleanup | Dmitri Gribenko |
2013-05-05 | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko |
2013-05-04 | Properly parsing __declspec(safebuffers), though there is no semantic hookup.... | Aaron Ballman |
2013-05-04 | Reverting r181004 since it has broken test/Sema/wchar.c. | Aaron Ballman |
2013-05-04 | Moved pretty printer test for thread local storage in its own file | Enea Zaffanella |
2013-05-04 | Lex: Fix quadratic behavior when unescaping _Pragma strings. | Benjamin Kramer |
2013-05-04 | In VarDecl nodes, store the thread storage class specifier as written. | Enea Zaffanella |
2013-05-04 | AArch64: teach Clang about __clear_cache intrinsic | Tim Northover |
2013-05-04 | Tweaks to C++ status: add a link to Faisal's generic lambdas implementation, | Richard Smith |
2013-05-04 | More colours for C++ status page, and mark relaxed constexpr as partially com... | Richard Smith |
2013-05-04 | Implement most of N3638 (return type deduction for normal functions). | Richard Smith |
2013-05-04 | Don't build a call expression referring to a function which we're not allowed | Richard Smith |
2013-05-04 | Say 'decltype(auto)' not 'auto' as appropriate in mismatched-deduction diagno... | Richard Smith |
2013-05-04 | Implement template support for CapturedStmt | Wei Pan |
2013-05-04 | Added a function to check whether a Decl is in | Sean Callanan |
2013-05-04 | Simplify slightly. | Richard Smith |
2013-05-04 | Separate out and special-case the diagnostic for 'auto' in a | Richard Smith |
2013-05-04 | [analyzer;alternate edges] start experimenting with control flow "barriers" t... | Ted Kremenek |
2013-05-04 | [analyzer;alternate edges] ignore parentheses when determining edge levels. | Ted Kremenek |
2013-05-04 | [analyzer; alternate edges] - eliminate unnecessary edges where between paren... | Ted Kremenek |
2013-05-04 | [analyzer; alternate edges] - merge control edges where we descend to a subex... | Ted Kremenek |
2013-05-04 | [analyzer; alternate edges] prune edges whose end/begin locations have the sa... | Ted Kremenek |
2013-05-04 | [analyzer;alternate edges] - add in events (loop iterations, etc) | Ted Kremenek |
2013-05-04 | [doc parsing]: Make warning about unknown command | Fariborz Jahanian |
2013-05-03 | ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali! | Richard Smith |
2013-05-03 | <rdar://problem/13806270> A template argument list is a constant-evaluated co... | Douglas Gregor |
2013-05-03 | Revert r177218. | Argyrios Kyrtzidis |
2013-05-03 | [Doc parsing] Provide diagnostics for unknown documentation | Fariborz Jahanian |
2013-05-03 | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor |
2013-05-03 | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor |
2013-05-03 | [Preprocessor] For the MacroExpands preprocessor callback, also pass the Macr... | Argyrios Kyrtzidis |
2013-05-03 | Rename ObjCImplementationDecl::getSuperLoc() -> getSuperClassLoc() for consis... | Argyrios Kyrtzidis |
2013-05-03 | Test commit | Wei Pan |
2013-05-03 | Reapply r180982 with repaired logic and an additional testcase. | Adrian Prantl |
2013-05-03 | Serialization for captured statements | Ben Langmuir |
2013-05-03 | PR15906: The body of a lambda is not an evaluated subexpression; don't visit ... | Richard Smith |
2013-05-03 | Move CapturedStmt parameters to CapturedDecl | Ben Langmuir |
2013-05-03 | Restore Richard's belief in me. | Douglas Gregor |
2013-05-03 | [analyzer] Start hacking up alternate control-flow edge generation. WIP. No... | Ted Kremenek |