2012-08-16 |
Sam Panzer | Removed unused LParenLoc parameter to ActOnCXXForRangeStmt |
blob | commitdiff |
2012-08-15 |
Chad Rosier | [ms-inline asm] Add the left brace source location... |
blob | commitdiff | diff to current |
2012-08-14 |
Chad Rosier | [ms-inline asm] Remove the last bits of LineEnds. |
blob | commitdiff | diff to current |
2012-08-10 |
John McCall | Check access to friend declarations. There's a number... |
blob | commitdiff | diff to current |
2012-08-08 |
Fariborz Jahanian | objective-C: refactor/simplify parsing of delayed |
blob | commitdiff | diff to current |
2012-08-08 |
Richard Smith | PR13558: Fix typo 'compatiblity'. Thinking of the child... |
blob | commitdiff | diff to current |
2012-08-08 |
Chad Rosier | [ms-inline asm] Refactor the logic to generate the... |
blob | commitdiff | diff to current |
2012-08-08 |
Chad Rosier | Whitespace. |
blob | commitdiff | diff to current |
2012-08-07 |
Chad Rosier | [ms-inline asm] Stmt destructors are never called,... |
blob | commitdiff | diff to current |
2012-08-06 |
David Blaikie | Refactor checks for unevaluated contexts into a common... |
blob | commitdiff | diff to current |
2012-08-06 |
Chad Rosier | [ms-inline asm] Pass Tokens to Sema and store them... |
blob | commitdiff | diff to current |
2012-08-06 |
Richard Smith | PR13499: Don't try to check whether 'override' has... |
blob | commitdiff | diff to current |
2012-08-01 |
Eli Friedman | Fix an assertion failure instantiating a constexpr... |
blob | commitdiff | diff to current |
2012-07-27 |
Anna Zaks | Consolidate ObjC lookupPrivateMethod methods from Sema... |
blob | commitdiff | diff to current |
2012-07-27 |
Richard Smith | Final piece of core issue 1330: delay computing the... |
blob | commitdiff | diff to current |
2012-07-25 |
Richard Smith | PR12057: Allow variadic template pack expansions to... |
blob | commitdiff | diff to current |
2012-07-23 |
Sylvestre Ledru | Fix a typo (the the => the) |
blob | commitdiff | diff to current |
2012-07-22 |
Richard Smith | PR12917: Remove incorrect assumption that lambda mangli... |
blob | commitdiff | diff to current |
2012-07-19 |
Jordan Rose | For varargs, diagnose passing ObjC objects by value... |
blob | commitdiff | diff to current |
2012-07-18 |
Richard Smith | PR13381: consider cv-qualifiers on a class member's... |
blob | commitdiff | diff to current |
2012-07-18 |
Richard Smith | PR13386: When matching up parameters between a function... |
blob | commitdiff | diff to current |
2012-07-17 |
Fariborz Jahanian | Issue warning when assigning out-of-range integer value... |
blob | commitdiff | diff to current |
2012-07-16 |
Richard Smith | PR13365: Fix code which was trying to treat an array... |
blob | commitdiff | diff to current |
2012-07-11 |
Richard Smith | Stop instantiating a class if we hit a static_assert... |
blob | commitdiff | diff to current |
2012-07-11 |
Dmitri Gribenko | Enable comment parsing and semantic analysis to emit... |
blob | commitdiff | diff to current |
2012-07-09 |
Alexander Kornienko | Inline storage of attributes in AttributedStmt. |
blob | commitdiff | diff to current |
2012-07-08 |
Simon Atanasyan | MIPS: Range check __builtin_mips_wrdsp / __builtin_mips... |
blob | commitdiff | diff to current |
2012-07-04 |
Benjamin Kramer | Drop the ASTContext.h include from Stmt.h and fix up... |
blob | commitdiff | diff to current |
2012-07-03 |
Fariborz Jahanian | objective-c: Refactor parse/sema portion of |
blob | commitdiff | diff to current |
2012-07-02 |
Fariborz Jahanian | objective-c: just as we have done for method definitions, |
blob | commitdiff | diff to current |
2012-07-02 |
Jordan Rose | In blocks, only pretend that enum constants have enum... |
blob | commitdiff | diff to current |
2012-06-25 |
Richard Smith | Unrevert r158887, reverted in r158949, along with a... |
blob | commitdiff | diff to current |
2012-06-22 |
James Dennett | Documentation cleanup: making \param and \returns docs... |
blob | commitdiff | diff to current |
2012-06-22 |
James Dennett | Documentation cleanup: making \param docs match the... |
blob | commitdiff | diff to current |
2012-06-21 |
Rafael Espindola | Revert r158887. This fixes pr13168. |
blob | commitdiff | diff to current |
2012-06-21 |
Richard Smith | If an object (such as a std::string) with an appropriat... |
blob | commitdiff | diff to current |
2012-06-20 |
Fariborz Jahanian | objective-c: Normally, a property cannot be both 'reado... |
blob | commitdiff | diff to current |
2012-06-20 |
Dmitri Gribenko | Structured comment parsing, first step. |
blob | commitdiff | diff to current |
2012-06-19 |
Aaron Ballman | Reapplying the changes from r158717 as they were rolled... |
blob | commitdiff | diff to current |
2012-06-19 |
Jakob Stoklund Olesen | Revert r158700 and dependent patches r158716, r158717... |
blob | commitdiff | diff to current |
2012-06-19 |
Aaron Ballman | Improves parsing and semantic analysis for MS __declspe... |
blob | commitdiff | diff to current |
2012-06-15 |
Kaelyn Uhrain | Recover when correcting an unknown type name to a keywo... |
blob | commitdiff | diff to current |
2012-06-15 |
Kaelyn Uhrain | Move isCXXSimpleTypeSpecifier from Parser to Sema and... |
blob | commitdiff | diff to current |
2012-06-15 |
Douglas Gregor | Check the parameter lists and return type of both block... |
blob | commitdiff | diff to current |
2012-06-15 |
James Dennett | Documentation cleanup: |
blob | commitdiff | diff to current |
2012-06-13 |
James Dennett | More doxygen/documentation cleanups. |
blob | commitdiff | diff to current |
2012-06-11 |
Chad Rosier | Etch out the code path for MS-style inline assembly. |
blob | commitdiff | diff to current |
2012-06-10 |
Richard Smith | PR13064: Store whether an in-class initializer uses... |
blob | commitdiff | diff to current |
2012-06-06 |
Daniel Jasper | Introduce -Wunused-private-field. If enabled, this... |
blob | commitdiff | diff to current |
2012-06-02 |
Benjamin Kramer | Fix typos found by github.com/lyda/misspell-check |
blob | commitdiff | diff to current |
2012-06-01 |
Argyrios Kyrtzidis | [arcmt] Use CFBridgingRetain/CFBridgingRelease instead... |
blob | commitdiff | diff to current |
2012-05-27 |
Benjamin Kramer | Use the SelectorSet typedef more widely throughout... |
blob | commitdiff | diff to current |
2012-05-16 |
David Blaikie | Include the correct conversion context locations for... |
blob | commitdiff | diff to current |
2012-05-16 |
Argyrios Kyrtzidis | [libclang/AST] Index references of protocols in "@proto... |
blob | commitdiff | diff to current |
2012-05-15 |
Richard Smith | Fold the six functions checking explicitly-defaulted... |
blob | commitdiff | diff to current |
2012-05-13 |
Rafael Espindola | Refactor all the |
blob | commitdiff | diff to current |
2012-05-13 |
Rafael Espindola | Produce a warning for mismatched section attributes... |
blob | commitdiff | diff to current |
2012-05-11 |
Rafael Espindola | Fix a recent regression with the merging of format... |
blob | commitdiff | diff to current |
2012-05-10 |
Rafael Espindola | Fix an old (2009) FIXME: |
blob | commitdiff | diff to current |
2012-05-09 |
Argyrios Kyrtzidis | [AST/libclang] Speed up clang_getOverriddenCursors... |
blob | commitdiff | diff to current |
2012-05-07 |
John McCall | Change how we suppress access control in explicit insta... |
blob | commitdiff | diff to current |
2012-05-07 |
John McCall | There is no reason for these methods to be out-of-line. |
blob | commitdiff | diff to current |
2012-05-07 |
John McCall | Refactor DelayedDiagnostics so that it keeps diagnostics in |
blob | commitdiff | diff to current |
2012-05-04 |
Douglas Gregor | Move Sema::VerifyIntegerConstantExpression() and |
blob | commitdiff | diff to current |
2012-05-04 |
Douglas Gregor | Move Sema::RequireNonAbstractType() off of PartialDiagn... |
blob | commitdiff | diff to current |
2012-05-04 |
Douglas Gregor | Switch RequireLiteralType() off of PartialDiagnostic. |
blob | commitdiff | diff to current |
2012-05-04 |
Douglas Gregor | Move Sema::RequireCompleteType() and Sema::RequireCompl... |
blob | commitdiff | diff to current |
2012-05-02 |
Richard Smith | Revert most of r154844, which was disabled in r155975... |
blob | commitdiff | diff to current |
2012-05-01 |
Douglas Gregor | Eliminate Sema::CompareMethodParamsInBaseAndSuper(... |
blob | commitdiff | diff to current |
2012-05-01 |
Douglas Gregor | The semantic checking that verifies whether an Objectiv... |
blob | commitdiff | diff to current |
2012-04-30 |
David Blaikie | Add FixItHint for -Wnull-conversion to initialize with... |
blob | commitdiff | diff to current |
2012-04-25 |
Kaelyn Uhrain | Add an error message with fixit hint for changing ... |
blob | commitdiff | diff to current |
2012-04-21 |
Richard Smith | Fix regression in r154844. If necessary, defer computin... |
blob | commitdiff | diff to current |
2012-04-20 |
Richard Smith | Update doxygen comment to match changes in r155218. |
blob | commitdiff | diff to current |
2012-04-20 |
Richard Smith | Fix bug where a class's (deleted) copy constructor... |
blob | commitdiff | diff to current |
2012-04-19 |
Fariborz Jahanian | objective-arc: Retune my previous patch so warning |
blob | commitdiff | diff to current |
2012-04-19 |
Fariborz Jahanian | objective-c arc: Issue warning under -Wreceiver-is... |
blob | commitdiff | diff to current |
2012-04-19 |
Patrick Beard | Implements boxed expressions for Objective-C. <rdar... |
blob | commitdiff | diff to current |
2012-04-18 |
Benjamin Kramer | VerifyICE: Pass PartialDiagnostics by reference. |
blob | commitdiff | diff to current |
2012-04-17 |
Richard Smith | Implement DR1330 in C++11 mode, to support libstdc... |
blob | commitdiff | diff to current |
2012-04-16 |
Douglas Gregor | Implement the last part of C++ [class.mem]p2, delaying... |
blob | commitdiff | diff to current |
2012-04-16 |
Douglas Gregor | Implement C++11 [expr.prim.general]p3, which permits... |
blob | commitdiff | diff to current |
2012-04-14 |
Richard Smith | Add an AttributedStmt type to represent a statement... |
blob | commitdiff | diff to current |
2012-04-10 |
Argyrios Kyrtzidis | [code-complete] Introduce CodeCompletionTUInfo which... |
blob | commitdiff | diff to current |
2012-04-10 |
Douglas Gregor | Rework implementation of null non-type template argumen... |
blob | commitdiff | diff to current |
2012-04-09 |
John McCall | Fix the access check performed as part of the determina... |
blob | commitdiff | diff to current |
2012-04-07 |
John McCall | Fix several problems with protected access control: |
blob | commitdiff | diff to current |
2012-04-06 |
DeLesley Hutchins | Fixed scoping error for late parsed attributes in neste... |
blob | commitdiff | diff to current |
2012-04-04 |
Douglas Gregor | Move the computation of the lambda mangling information... |
blob | commitdiff | diff to current |
2012-04-04 |
John McCall | Enter an expression evaluation context when parsing |
blob | commitdiff | diff to current |
2012-04-02 |
Richard Smith | Basic semantic analysis support for inheriting construc... |
blob | commitdiff | diff to current |
2012-03-30 |
Richard Smith | PR10217: Provide diagnostics explaining why an implicit... |
blob | commitdiff | diff to current |
2012-03-28 |
Douglas Gregor | Unify and fix our checking of C++ [dcl.meaning]p1's... |
blob | commitdiff | diff to current |
2012-03-23 |
Richard Smith | Support for definitions of member enumerations of class... |
blob | commitdiff | diff to current |
2012-03-17 |
Douglas Gregor | Diagnose tag and class template declarations with qualified |
blob | commitdiff | diff to current |
2012-03-14 |
Richard Smith | Instantiating a class template should not instantiate... |
blob | commitdiff | diff to current |
2012-03-14 |
Daniel Dunbar | [Sema] Fix SemaDiagnosticBuilder to be inline. |
blob | commitdiff | diff to current |
2012-03-13 |
Daniel Dunbar | [Basic] Eliminate DiagnosticBuilder::Suppress and match... |
blob | commitdiff | diff to current |
2012-03-13 |
James Molloy | Ensure that default arguments are handled correctly... |
blob | commitdiff | diff to current |
2012-03-11 |
David Blaikie | Unify naming of LangOptions variable/get function acros... |
blob | commitdiff | diff to current |
next |