Age | Commit message (Expand) | Author |
2014-04-25 | Don't align member functions. | Dan Gohman |
2014-04-25 | Introduce an Emscripten C++ ABI. | Dan Gohman |
2013-08-01 | Add the __nacl_atomic_is_lock_free builtin | JF Bastien |
2013-07-25 | Change __cyg_profile_func_enter/exit to __pnacl_profile... and change the sig... | Robert Grosse |
2013-07-25 | Add a -finstrument-functions-size=n option to control basic block | Robert Grosse |
2013-05-21 | Reverting r182337, which merged r182266, __declspec(selectany) | Reid Kleckner |
2013-05-21 | Merging r181487: | Bill Wendling |
2013-05-21 | Merging r182266: | Bill Wendling |
2013-05-17 | Merging r182072: | Bill Wendling |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-05-06 | Move PragmaCommentHandler to lib/Parse in preparation for calling Sema | Reid Kleckner |
2013-05-06 | Modify ASTReaderListener to allow visiting the input files of an AST file. | Argyrios Kyrtzidis |
2013-05-06 | Have the RecursiveASTVisitor traverse the type source info of an objc class m... | Argyrios Kyrtzidis |
2013-05-06 | [analyzer] Remove now-unused bindCompoundLiteral helper function. | Jordan Rose |
2013-05-06 | Fix representation of compound literals for C++ objects with destructors. | Jordan Rose |
2013-05-06 | Add SystemZ support | Ulrich Weigand |
2013-05-06 | Allow targets to define minimum alignment for global variables | Ulrich Weigand |
2013-05-06 | Added Mozilla style, cleaned get*Style methods. | Alexander Kornienko |
2013-05-06 | Require the containing type to be complete when we see | John McCall |
2013-05-05 | C++1y: support for increment and decrement in constant expression evaluation. | Richard Smith |
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 | ArrayRef'ization of some methods in SemaOverload. Patch by Robert Wilhelm! | Richard Smith |
2013-05-05 | Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr... | Dmitri Gribenko |
2013-05-04 | Reverting r181004 since it has broken test/Sema/wchar.c. | Aaron Ballman |
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 | Implement most of N3638 (return type deduction for normal functions). | 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 | 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] prune edges whose end/begin locations have the sa... | 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 | 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 | 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 | [analyzer] Start hacking up alternate control-flow edge generation. WIP. No... | Ted Kremenek |
2013-05-03 | Keep track of an @implementation's super class name location, if one was prov... | Argyrios Kyrtzidis |
2013-05-03 | ArrayRef'ize InitializationSequence constructor and InitializationSequence::D... | Dmitri Gribenko |
2013-05-03 | Add const qualifier to Sema::getTypeName's parameter `II` | Dmitri Gribenko |
2013-05-03 | Support __wchar_t in -fms-extensions and -fms-compatibility modes. | Hans Wennborg |