2012-05-03 |
Anna Zaks | [analyzer] Assume pointer escapes when a callback is... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] Allow pointers escape through calls containi... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chandler Carruth | Fix non-deterministic iteration order when walking... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Bob Wilson | Add a test for r156092. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Douglas Gregor | Inline DenseMapInfo<clang::DeclarationName>::getHashVal... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Fariborz Jahanian | objc modern translator: fix up attribute for dynamic... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Douglas Gregor | Split DeclarationName::getFETokenInfoAsVoid() into... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Fariborz Jahanian | modern objc translator: support for default property |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Stephen Canon | Add support for full-width 128-bit integer literals. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chad Rosier | [driver - crash diagnostics] Convert the flags back... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Use the standard values for the __cplusplus macro,... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Argyrios Kyrtzidis | [PCH] When validating that the files coming from PCH... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Fariborz Jahanian | modern objc translator: used size_t in couple |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chad Rosier | Use array_lengthof instead of sizeof trickery. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Douglas Gregor | Do not keep track of the set of visited Objective-C... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Fariborz Jahanian | modern objc translation. objc_getClass() and objc_getM... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chad Rosier | [driver - crash diagnostics] Only write the failing... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Fix typo and avoid layout issue with almost-but-not... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Minor copy-edits to clang::fallthrough attribute docume... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chad Rosier | Canonicalize loop. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Bob Wilson | Disable -Wformat-extra-args for arguments defined in... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Kaelyn Uhrain | Silence unused-variable warning when assertions are... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Peter Collingbourne | Honour CLANG_BUILD_EXAMPLES correctly, by setting the... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jordy Rose | [analyzer] When promoting constant integers in a compar... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Remove diagnostic groups and DefaultIgnore from notes. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Add -Wimplicit-fallthrough warning flag, which warns... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] CString Checker: Do not split the path unles... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Smith | Fix a couple of cases of (innocuous) unmarked fallthrou... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Argyrios Kyrtzidis | In StringLiteralParser::init, make sure we emit an... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Chad Rosier | [driver crash diagnostics] Remove more flags that refer... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Fariborz Jahanian | objective-c: warn for properties being default synthesized |
commit | commitdiff | tree | snapshot |
2012-05-03 |
David Blaikie | Correctly constify clang::CXXMemberCallExpr::getRecordD... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Simon Atanasyan | Test case Clang::Driver/debug-options-as.c depends... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jordy Rose | [analyzer] Equality ops are like relational ops in... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Jordy Rose | [analyzer] Fix RUN line and general cleanup for additiv... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Bob Wilson | Rip out old code for finding libraries in GCC's directo... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Argyrios Kyrtzidis | [PCH] Clear switch case IDs when deserializing a objc... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] Conjure a symbol to ensure we can identify... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] Do not assert on constructing SymSymExpr... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] Add a complexity bound on history tracking. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Anna Zaks | [analyzer] Revert the functional part of r155944. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
John McCall | Merge x86-64-abi-sret-vs-2word-struct-param.cpp into... |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Richard Trieu | Fix a note without a SourceLocation. |
commit | commitdiff | tree | snapshot |
2012-05-03 |
Argyrios Kyrtzidis | In StringLiteralParser::init(), fail gracefully if... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Fariborz Jahanian | modern objective-c translator: Fix destructor def. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Richard Trieu | Add commas to for loop warning to separate variable... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Richard Smith | Revert most of r154844, which was disabled in r155975... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
DeLesley Hutchins | Thread safety analysis: additional support for smart... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
David Blaikie | Fix some doxycomments using \class instead of \brief. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [python] Add testcase for annotation cursor |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [python] Add Cursor.enum_value wrapping clang_getEnumCo... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Rafael Espindola | Walk the decls looking for the last one that has an... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [python] Add testcase for enum with specified underlayi... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [python] Run tests for c++ with std=c++11 |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anders Waldenborg | [python] Fix warning in c-code inside testcase |
commit | commitdiff | tree | snapshot |
2012-05-02 |
DeLesley Hutchins | Thread Safety Analysis: fixed attribute handling for... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Fariborz Jahanian | Modern objective-c translation: Fixing couple of bugs |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Replace the StringSwitch in AttributeList::getKind... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Introduce the notion of 'ignored' attributes, so that... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Introduce the notion of an attribute that has no direct... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
David Blaikie | Fix same line doxycomments so they comment the adjacent... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Implement the alternate spellings of attributes aligned... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Benjamin Kramer | Driver: Turn the default value for -fmath-errno into... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Revert my optimization to AttributeList::getKind()... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Replace a ConsumeAnyToken() call with ConsumeToken... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Douglas Gregor | Replace the StringSwitch in AttributeList::getKind... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
James Molloy | Fix forwarding of -fpack-struct from driver to CC1... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
John McCall | Don't try to instantiate std::list at an incomplete... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Andrew Trick | Fix cmake. Remaining two ClangCC1Options deps. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Richard Smith | Disable our non-standard delayed parsing of exception... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Andrew Trick | Speculatively fix windows cmake builders. |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Ted Kremenek | Refine analyzer diagnostics by adding an expression... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Richard Smith | Unrevert r155951, reverted in r155962, with two changes: |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anna Zaks | [analyzer] RetainRelease: Self assignment should not... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Kaelyn Uhrain | Try harder to recognize hidden tag type names in potent... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anna Zaks | [analyzer] Fix an assertion failure triggered by the... |
commit | commitdiff | tree | snapshot |
2012-05-02 |
Anna Zaks | [analyzer] Fix the 'ptr = ptr' false negative in the... |
commit | commitdiff | tree | snapshot |
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 |
next |