2012-05-01 |
Andrew Trick | Revert "Fix RecursiveASTVisitor's data recursion to... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Eliminate Sema::CompareMethodParamsInBaseAndSuper(... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | The semantic checking that verifies whether an Objectiv... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Eli Friedman | Add a missing RequireCompleteType call when synthesizin... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Argyrios Kyrtzidis | Utilize getLocStart()/getLocEnd() on my recent change. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Richard Smith | Fix RecursiveASTVisitor's data recursion to call the... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | Teach SValBuilder to handle casts of symbolic pointer... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Patrick Beard | Clean up changes suggested by Douglas Gregor: |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Fix test cases broken by 155936. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Anna Zaks | [analyzer] Test case reported for a reported false... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Anna Zaks | [analyzer] Construct a SymExpr even when the constraint... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Rafael Espindola | Extend the error about incompatible visibility attribut... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | We don't need a lengthy quote from the wrong standard. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Add test cases for r155935. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Revert r155933 |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Workaround a miscompile in 483.xalancbmk while we figur... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | During block layout, after padding up to the max field... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Patrick Beard | Diagnostics should start with a lower-case letter. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | In C++11 mode, implement the C++11 semantics for |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Fix CMake build |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Test verified. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Chad Rosier | Spacing. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Implement simplify_type traits for redecl_iterator. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Remove variables made dead by r155923 |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Chad Rosier | Get rid of storelv4si builtin as it can be expressed... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | Remove dead code found by static analyzer. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | Push variable declaration into nested scope (the only... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Fariborz Jahanian | modern objective-c translation of private ivars. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Restructure some of the member-pointer tests, implicitly |
commit | commitdiff | tree | snapshot |
2012-05-01 |
James Molloy | Unify Options.td and CC1Options.td, in a first step... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Benjamin Kramer | Make some helper functions static. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
NAKAMURA Takumi | clang/test/CodeGenCXX: Fix two tests, destructors.cpp... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
NAKAMURA Takumi | clang/test/Rewriter: Remove XFAIL and add -U__declspec... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
NAKAMURA Takumi | clang/test/Rewriter/rewrite-modern-extern-c-func-decl... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Add a disclaimer to the new test, plus a user-declared... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Add support for laying out vtordisps according to our... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Abramo Bagnara | Fix compilation with mingw-w64. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Craig Topper | Enable AVX on AMD Bulldozer processors. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Abstract the emission of global destructors into ABI... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | PR12710 - broken default argument handling for templates. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | Place several uncovered warnings under warning flags... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Remove some not-very-stable assumptions from this testcase. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | Teach RetainCountchecker about IORegistryEntrySearchCFP... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | Refactor the C++ ABI code a little bit to take advantage of |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Fix use of uninitialized variable caught by GCC's ... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | When mangling a synthetic function declaration, we... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Revert r155874. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Remove the unused DestroyAttrs, noticed by Michael... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Turn the mixed-sign-comparison diagnostic into a runtim... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Print inline for inline namespaces, from Faisal Vali |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Move a non portable test to FileCheck, from Jonathan... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Douglas Gregor | Move warn_cxx0x_right_shift_in_template_arg to CXX11Com... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Kaelyn Uhrain | Let's use the correct bool this time. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Kaelyn Uhrain | A couple of very small tweaks suggested by Doug in... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Remove ref/value inconsistency in redecl_iterator. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | My first effort to do this more subtly failed, so elabo... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | malloc size checker: Ignore const'ness of pointer types... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | Add support for openSUSE 12.2, from Ismail Donmez! |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | clang_getCursorLexicalParent should return a translatio... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Smith | Remove -Wc++98-compat warning for an outrageously-rare... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | When going through references to check if the function... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | modern objective-c translator. named aggregate types |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | For RecursiveASTVisitor, do data recursion for CXXOpera... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | Store the source range of a CXXOperatorCallExpr in... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | minor refactoring of modern objc translator. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ted Kremenek | Fix C versus C++ linkage issue. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ted Kremenek | Reduce malloc() traffic of clang_getOverridenCursors... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Add FixItHint for -Wnull-conversion to initialize with... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Fix PR12378: provide conversion warnings on default... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | HandleDeclarator() returns NULL for semantic disasters... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Trieu | Add -Wloop-analysis. This warning will fire on for... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | modern objective-c translation: de-virtualize all |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | Restore paren, bracket and brace counts in parser when |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Remove the ref/value inconsistency in filter_decl_iterator. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Correct CFGBlock's front() and back() to return by... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Smith | PR11926 + duplicates: Fix crash in -Wuninitialized... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | PR9546, DR1268: A prvalue cannot be reinterpret_cast... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | PR12688: ParseCXXClassMemberDeclaration's sometimes... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | [class.copy]p23: Fix an assertion caused by incorrect... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Julien Lerouge | Currently __builtin_annotation() only annotates an... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Chris Lattner | improve error recovery for extra ')'s after a if/switch... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Chris Lattner | switch some uses of ExpectAndConsume(tok::semi to use... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | isCXX98PODType: Avoid dispatch on the language standard... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | C++11 weakens the requirement for types used with offse... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Rename isPODType (using the C++98 rules) into isCXX98PO... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Revert "Use the C++11 definition of PODness for __is_po... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Use the C++11 definition of PODness for __is_pod in... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Jordy Rose | [analyzer] Remove references to idx::TranslationUnit... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Nico Weber | Make the diagnostic for "unexpected ':' in nested name... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Fariborz Jahanian | objective-c modern translator: Correctly translate |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Douglas Gregor | When @encode'ing a C++ class that has empty base classe... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Bump up the MaxDepth in the BalancedDelimiterTracker. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Fariborz Jahanian | modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | [driver] Don't try to set the deployment target when... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Smith | PR12224 (sort of): Diagnose inheriting constructor... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Kaelyn Uhrain | Imrpove the note text for when a non-type decl hides... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Fix logic such that we only call getToolChain once... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Remove redundant calls to BAA->getArchName(). No funct... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Revert 155679; Not a typo. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Alexey Samsonov | Use enum to set debug info size generated by Clang |
commit | commitdiff | tree | snapshot |
next |