Age | Commit message (Expand) | Author |
2012-05-04 | Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_UNSIGNED__, and test th... | James Molloy |
2012-05-04 | Fix handling of wint_t - we can't assume wint_t is purely an integer promotio... | James Molloy |
2012-05-04 | Fix -Wlarge-by-value-copy option handling in the driver. | Jean-Daniel Dupas |
2012-05-04 | This patch adds a new Clang compiler flag "-gline-tables-only". | Alexey Samsonov |
2012-05-04 | test/PCH/remap-file-from-pch.cpp: Fix expression for DOS pathsep. | NAKAMURA Takumi |
2012-05-04 | Remove obsolete code for finding a fallback iOS SDK. <rdar://problem/11378535> | Bob Wilson |
2012-05-04 | Skip checking for infinite for-loops if there are global or static variables | Richard Trieu |
2012-05-04 | [PCH] Really, pinky swear, fix for PR12689 | Argyrios Kyrtzidis |
2012-05-04 | [libclang] Bring back BodyIndexer::TraverseCXXOperatorCallExpr which | Argyrios Kyrtzidis |
2012-05-04 | Make RecursiveASTVisitor fully data recursive on Stmts, with | Argyrios Kyrtzidis |
2012-05-03 | [analyzer] Assume pointer escapes when a callback is passed inside | Anna Zaks |
2012-05-03 | [analyzer] Allow pointers escape through calls containing callback args. | Anna Zaks |
2012-05-03 | Fix non-deterministic iteration order when walking the specializations | Chandler Carruth |
2012-05-03 | Add a test for r156092. | Bob Wilson |
2012-05-03 | Inline DenseMapInfo<clang::DeclarationName>::getHashValue() for a 0.4% speedu... | Douglas Gregor |
2012-05-03 | objc modern translator: fix up attribute for dynamic property in a category. | Fariborz Jahanian |
2012-05-03 | Split DeclarationName::getFETokenInfoAsVoid() into hot/cold paths and | Douglas Gregor |
2012-05-03 | modern objc translator: support for default property | Fariborz Jahanian |
2012-05-03 | Add support for full-width 128-bit integer literals. | Stephen Canon |
2012-05-03 | [driver - crash diagnostics] Convert the flags back to an array of strings an... | Chad Rosier |
2012-05-03 | Use the standard values for the __cplusplus macro, even when in GNU mode. GCC | Richard Smith |
2012-05-03 | [PCH] When validating that the files coming from PCH did not change, also | Argyrios Kyrtzidis |
2012-05-03 | modern objc translator: used size_t in couple | Fariborz Jahanian |
2012-05-03 | Use array_lengthof instead of sizeof trickery. | Chad Rosier |
2012-05-03 | Do not keep track of the set of visited Objective-C containers when | Douglas Gregor |
2012-05-03 | modern objc translation. objc_getClass() and objc_getMetaClass() | Fariborz Jahanian |
2012-05-03 | [driver - crash diagnostics] Only write the failing command in the script. | Chad Rosier |
2012-05-03 | Fix typo and avoid layout issue with almost-but-not-quite-fixed-width fonts. | Richard Smith |
2012-05-03 | Minor copy-edits to clang::fallthrough attribute documentation. | Richard Smith |
2012-05-03 | Canonicalize loop. | Chad Rosier |
2012-05-03 | Disable -Wformat-extra-args for arguments defined in system headers. | Bob Wilson |
2012-05-03 | Silence unused-variable warning when assertions are disabled. | Kaelyn Uhrain |
2012-05-03 | Honour CLANG_BUILD_EXAMPLES correctly, by setting the directory's | Peter Collingbourne |
2012-05-03 | [analyzer] When promoting constant integers in a comparison, use the larger w... | Jordy Rose |
2012-05-03 | Remove diagnostic groups and DefaultIgnore from notes. | Richard Smith |
2012-05-03 | Add -Wimplicit-fallthrough warning flag, which warns on fallthrough between | Richard Smith |
2012-05-03 | [analyzer] CString Checker: Do not split the path unless the user | Anna Zaks |
2012-05-03 | Fix a couple of cases of (innocuous) unmarked fallthrough. At least one of these | Richard Smith |
2012-05-03 | In StringLiteralParser::init, make sure we emit an error when | Argyrios Kyrtzidis |
2012-05-03 | [driver crash diagnostics] Remove more flags that reference absolute paths that | Chad Rosier |
2012-05-03 | objective-c: warn for properties being default synthesized | Fariborz Jahanian |
2012-05-03 | Correctly constify clang::CXXMemberCallExpr::getRecordDecl() | David Blaikie |
2012-05-03 | Test case Clang::Driver/debug-options-as.c depends on the integrated assemble... | Simon Atanasyan |
2012-05-03 | [analyzer] Equality ops are like relational ops in that the arguments shouldn... | Jordy Rose |
2012-05-03 | [analyzer] Fix RUN line and general cleanup for additive folding tests. | Jordy Rose |
2012-05-03 | Rip out old code for finding libraries in GCC's directories. | Bob Wilson |
2012-05-03 | [PCH] Clear switch case IDs when deserializing a objc method body. | Argyrios Kyrtzidis |
2012-05-03 | [analyzer] Conjure a symbol to ensure we can identify pointer arithmetic | Anna Zaks |
2012-05-03 | [analyzer] Do not assert on constructing SymSymExpr with diff types. | Anna Zaks |
2012-05-03 | [analyzer] Add a complexity bound on history tracking. | Anna Zaks |