2013-05-10 |
Wei Pan | Codegen tests for captured statements with templates |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Daniel Jasper | When breaking at function calls, indent from function... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | ArrayRef'ize Sema::FindAllocationFunctions |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alexander Kornienko | Updated clang-format help messages for -offset and... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | ArrayRef'ize GenericSelectionExpr |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alexander Kornienko | Minor clarifications in help messages and a comment. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Daniel Jasper | Always format entire macro definitions. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Alexander Kornienko | Config file support for clang-format, part 2. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Peter Collingbourne | Add caseStmt(), defaultStmt(), eachCase() and hasCaseCo... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Hans Wennborg | Add support for __wchar_t in -fms-extensions mode. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Daniel Jasper | Fix bug when formatting overloaded operators. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Richard Smith | C++1y auto return type: when a function contains no... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Richard Smith | Typo and misc comment fix. |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Argyrios Kyrtzidis | [libclang] When parsing with CXTranslationUnit_ForSeria... |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | Remove redundant variable |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | ArrayRef'ize ShuffleVectorExpr::setExprs |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | ArrayRef'ize Sema::CheckMessageArgumentTypes |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | ArrayRef'ize Sema::FindAllocationOverload |
commit | commitdiff | tree | snapshot |
2013-05-10 |
Dmitri Gribenko | Revert my r181563, breaks tests on buildbots |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Dmitri Gribenko | ArrayRef'ize Sema::ActOnMemInitializer |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Dmitri Gribenko | ArrayRef'ize Sema::FindAllocationOverload |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Dmitri Gribenko | ArrayRef'ize Sema::BuildCallToObjectOfClassType |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Adrian Prantl | Debug Info: Fix a problem that resulted in missing... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | Remove dependence on system headers from this test... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Blaikie | Debug Info: include address-of ('&') operator and quali... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Blaikie | Fix some test cases I broke in r181552 |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | C++1y n3648: parse and reject init-captures for now. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Blaikie | DebugInfo: Simply & constrain test(s) for PR9600/PR9608 |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Dmitri Gribenko | Documentation warning: \param, not \parm |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Reid Kleckner | Add pragma-comment.c test case for r181426 that I forgo... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Dmitri Gribenko | ArrayRef'ize some SemaOverload methods |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Reid Kleckner | [ms-cxxabi] Implement member pointer conversions |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Blaikie | Debug Info: Remove unnecessary check for dependent... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ben Langmuir | Fix captured statements codegen test on ARM |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ben Langmuir | CodeGen for CapturedStmts |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | Switch C++1y paper links back to the canonical location... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | Add testcase missed from r181527. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | Fix the return type of the complex creal functions... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
David Blaikie | Remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Fariborz Jahanian | [doc parsing]: make single character command impostures |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Edwin Vane | Adding isConst() ASTMatcher for CXXMethodDecl nodes |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Fariborz Jahanian | [doc parsing]: So, in this patch, single character |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Edwin Vane | Updating LibASTMatchersReference to include namespaceDecl() |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Fariborz Jahanian | [doc parsing]: don't attempt to fix single character |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Benjamin Kramer | xopintrin.h: Add wrappers for all flavors of _mm_com. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Benjamin Kramer | Add include guards to prfchwintrin.h. |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Richard Smith | Implement C++1y constant initializer rules: in a consta... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ted Kremenek | [analyzer; alternate arrows] for "loop back" edges... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ted Kremenek | [analyzer;alternate arrows] adapt 'for' loop aesthetic... |
commit | commitdiff | tree | snapshot |
2013-05-09 |
Ted Kremenek | Put some diagnostics in DiagnosticCommonKinds.td in... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Nico Weber | Objective-C: Correctly encode 'retain' and 'copy' for... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Argyrios Kyrtzidis | [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Argyrios Kyrtzidis | [modules] When building a module, make sure we don... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fariborz Jahanian | put noisy "unknown command tag name" warning |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Adrian Prantl | typo |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitri Gribenko | Comment: use \code...\endcode for code examples |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Dmitri Gribenko | All -Wdocumentation warnings are DefaultIgnore |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fariborz Jahanian | unbreak buildbot. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fariborz Jahanian | [doc parsing]: Also do typo correction for |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Eli Bendersky | Fix test in two ways: remove incorrect comment (the... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Richard Smith | Add missing triple to unit test. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fariborz Jahanian | Turn off a warning caused by my last patch. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Fariborz Jahanian | documentation parsing. Patch to do typo correction for |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Daniel Jasper | Further fix to pointer to member formatting. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Daniel Jasper | Fix formatting of pointers to members. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Reid Kleckner | Document Clang's support for #pragma comment(lib/linker... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Daniel Jasper | Improve line breaking in binary expressions. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Reid Kleckner | Forward #pragma comment(lib/linker) through as flags... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Daniel Jasper | Change indentation of multi-line nested name specifiers. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Timur Iskhodzhanov | Fix one FIXME in VTableBuilder |
commit | commitdiff | tree | snapshot |
2013-05-08 |
David Blaikie | Debug Info: Using declarations/DW_TAG_imported_declarat... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
John McCall | In block enum-return inference, don't die on loads... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Richard Smith | Add test forgotten in r181388. |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Richard Smith | C++1y: Add a step limit to constexpr evaluation, to... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Ted Kremenek | [analyzer; alternate edges] insert an extra edge for... |
commit | commitdiff | tree | snapshot |
2013-05-08 |
Ted Kremenek | [analyzer;alternate edges] edges from subexpressions... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Richard Smith | C++1y constant expression evaluation: compound assignme... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Adrian Prantl | The style guide prefers preincrement expressions :-) |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Adrian Prantl | remove commented out code. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Nick Lewycky | When typo correction produces an overloaded result... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Richard Smith | Don't crash in IRGen if a conditional with 'throw'... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Richard Trieu | Fix crash on invalid in template type diffing. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer;alternate arrows] Fix inconsistencies in... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] add back recording whether... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] remove pruning of loop... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] include logical '||' and... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] include an edge from the... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] the extra edge to the... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] the initializer of a ForSt... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Argyrios Kyrtzidis | [libclang] Add a null check in CursorVisitor::visitPrep... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Bill Wendling | We're in 3.4 land now. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Argyrios Kyrtzidis | Try to recognise hidden tag type names in potential... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Richard Smith | C++1y: Update __cplusplus to temporary value 201305L... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Anna Zaks | [analyzer] Fix a crash triggered by printing a note... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Ted Kremenek | [analyzer; alternate arrows] The ForStmt increment... |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Serge Pavlov | Test commit |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Edwin Vane | Prevent crashes from hasCanonicalType matcher |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Alexander Kornienko | Config file support for clang-format, part 1. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Daniel Jasper | Correctly recognize dereference after 'delete'. |
commit | commitdiff | tree | snapshot |
2013-05-07 |
Daniel Jasper | Further fix to clang-format emacs integration. |
commit | commitdiff | tree | snapshot |
next |