Age | Commit message (Expand) | Author |
2010-11-19 | Several PPCallbacks take an SourceLocation + IdentifierInfo, rather | Craig Silverstein |
2010-11-19 | Check for gcc 4.3.4. | Rafael Espindola |
2010-11-19 | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis |
2010-11-19 | Make sure to print cvr-qualifiers on function declarations | Douglas Gregor |
2010-11-19 | Minor cleanup. No change otherwise. | Fariborz Jahanian |
2010-11-19 | objc_msgSend is not a builtin type in non-objc mode. | Fariborz Jahanian |
2010-11-19 | Driver/Darwin: Don't pass -demangle to an iOS linker, which may not understand | Daniel Dunbar |
2010-11-19 | Initialize StoredDiagnostic's members in order. | Benjamin Kramer |
2010-11-19 | add support for the i686-pc-linux-gnu triple (used by Gentoo x86) | Nuno Lopes |
2010-11-19 | When parsing something that looks like an ill-formed | Douglas Gregor |
2010-11-19 | Driver: Ignore -force_cpusubtype_ALL. | Daniel Dunbar |
2010-11-19 | Extend the libclang diagnostic API to provide information about the | Douglas Gregor |
2010-11-19 | Remove Diagnostic's get/setNumErrors() and getNumErrorsSuppressed(). | Argyrios Kyrtzidis |
2010-11-19 | getNumErrors() -> hasErrorOccurred() | Argyrios Kyrtzidis |
2010-11-19 | Refactoring. Get FunctionScopeInfo to use DiagnosticErrorTrap. | Argyrios Kyrtzidis |
2010-11-19 | Refactoring. | Argyrios Kyrtzidis |
2010-11-18 | Fix a bug where write-barriers for assignment through reference | Fariborz Jahanian |
2010-11-18 | Use a signed vector type for the shift amount operand of unsigned shifts. | Bob Wilson |
2010-11-18 | Use hasErrorOccurred() instead of getNumErrors() where it makes sense. | Argyrios Kyrtzidis |
2010-11-18 | Get the number of errors reported from the diagnostic client, in clang_parseT... | Argyrios Kyrtzidis |
2010-11-18 | Update CMake build. | Benjamin Kramer |
2010-11-18 | Remove the hack where, to get the return status, we had special case for Veri... | Argyrios Kyrtzidis |
2010-11-18 | Keep track of errors/warnings in FixItRewriter. | Argyrios Kyrtzidis |
2010-11-18 | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis |
2010-11-18 | Refactoring of Diagnostic class. | Argyrios Kyrtzidis |
2010-11-18 | Copy the LangOptions in PrintingPolicy to avoid pointing to a LangOptions tha... | Argyrios Kyrtzidis |
2010-11-18 | Add an assertion, fix a whole bunch of bugs, comment the assertion | John McCall |
2010-11-18 | Remove the getDiagnosticLevel check since it doesn't buy us much. | Argyrios Kyrtzidis |
2010-11-18 | Fix a typo in the UTF-8 BOM (PR8645). Use a StringSwitch while at it. | Benjamin Kramer |
2010-11-18 | In some situations, TemplateArgumentLoc wasn't setting TypeSourceLoc (see | Craig Silverstein |
2010-11-18 | Calculate the value kind of an expression when it's created and | John McCall |
2010-11-18 | Added method for handling CXXOperatorCallExpr differently from CallExpr if CX... | Marcin Swiderski |
2010-11-18 | comparison of AltiVec vectors now gives bool result (fix for 7533) | Anton Yartsev |
2010-11-18 | CursorVisitor: switch remaining expressions over | Ted Kremenek |
2010-11-18 | -Rename -Wargument-larger-than -> -Wlarge-by-value-copy | Argyrios Kyrtzidis |
2010-11-18 | CursorVisitor: migrate handling of | Ted Kremenek |
2010-11-17 | Make definition of CXTranslationUnitImpl private | Ted Kremenek |
2010-11-17 | Introduce option -Wargument-larger-than[=N] which warns about function defini... | Argyrios Kyrtzidis |
2010-11-17 | Implement -pie. | Rafael Espindola |
2010-11-17 | Don't warn about | Rafael Espindola |
2010-11-17 | Do not produce "purely informative" code completion results for | Douglas Gregor |
2010-11-17 | In EvalArguments allow for evaluation of first argument always as a lvalue. W... | Marcin Swiderski |
2010-11-17 | Don't warn about -w not being used in a link. Necessary to get sane | Rafael Espindola |
2010-11-17 | Warn if direct accessing synthesized ivar backing the property in | Fariborz Jahanian |
2010-11-17 | Don't emit warn_logical_and_in_logical_or for cases like "a && b || 0". | Argyrios Kyrtzidis |
2010-11-17 | Don't emit warn_logical_and_in_logical_or for macros. Fixes rdar://8678458 | Argyrios Kyrtzidis |
2010-11-17 | Don't warn for parentheses for the '&&' inside '||' for cases like: | Argyrios Kyrtzidis |
2010-11-17 | Put warn_logical_and_in_logical_or warning in new warning group "logical-op-p... | Argyrios Kyrtzidis |
2010-11-17 | Add a comment explaining why r117813 was needed. | Dan Gohman |
2010-11-17 | Drop the warning about __attribute__((may_alias)) being used | Dan Gohman |