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 |
2012-04-27 |
Ted Kremenek | Use a deque instead of an ImmutableList in AnalysisCons... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Driver/fast-math.c: Mark this as XFAIL:cygming... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Argyrios Kyrtzidis | Add test case for rdar://11293995 |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Eli Friedman | Add a missing check in CodeGen of packed classes with... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Smith | The release notes are no place for modesty. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Ted Kremenek | Change FunctionSummary.h's definition of SetOfDecls... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Kaelyn Uhrain | Add note to help explain why a tag such as 'struct... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | modern objective-c transltion: Fixes a translation bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Eli Friedman | Add a missing ExpressionEvaluationContext for template... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Remove svn:eol-style from the test I just added. Sorry :-/ |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Revert r154981, because it caused PR12674. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | Test case for previosu patch. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | objective-c IRGen. Fixes a getter synthesis bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a bug with block layout when the block contains... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
David Blaikie | Fix file name in comment. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Simon Atanasyan | MIPS: Add support for 64-bit MIPS targets: mips64 ... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Argyrios Kyrtzidis | [PCH] In ASTReader::completeVisibleDeclsMap, after... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a crash-on-invalid where the constant evaluator... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chad Rosier | Remove the group from -fhonor_infinites/-fno_honor_infi... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evgeniy Stepanov | Define __ANDROID__ macro on -androideabi targets. |
commit | commitdiff | tree | snapshot |
next |