2012-05-08 |
Rafael Espindola | Add missing 'y'. |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Douglas Gregor | Introduce a new libclang API to determine the platform... |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Ted Kremenek | Teach the static analyzer that NSLog() and friends... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rafael Espindola | Process attributes in the order they appear in the... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Anna Zaks | [analyzer]Turn on MallocSizeOfChecker by default; short... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Argyrios Kyrtzidis | [libclang] Actually commit the changes to make libclang... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Argyrios Kyrtzidis | [libclang] Put the RecursiveASTVisitor in libclang... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Argyrios Kyrtzidis | Un-revert r156142, "[libclang] Bring back BodyIndexer... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Argyrios Kyrtzidis | [libclang] Use a copy of the data-recursive RecursiveAS... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Chandler Carruth | Remove the 'intrin.h' builtin header file and its tests... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Nuno Lopes | make this test a little more useful. I'll add more... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Anna Zaks | [analyzer] Fix a crash in triggered by OSAtomicChecker. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Anna Zaks | [analyzer] Fixup for r155244: PurgeDeadSymbols should... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Nuno Lopes | remove code to add bound checks for simple array access... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Anna Zaks | [analyzer]Fixup r156215: use StopTracking summary inste... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Douglas Gregor | Revert r156097, which appears to be causing some breakage. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Manuel Klimek | Fix includes for unices that don't have chdir declared... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Manuel Klimek | Includes direct.h for windows compilation. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Manuel Klimek | Fixes resolution of relative paths when running clang... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Abramo Bagnara | Fixed UserDefinedLiteral source locations. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Richard Smith | When we suppress an error due to SFINAE, stash the... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Craig Topper | Convert AVX non-temporal store builtins to LLVM-native... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
John McCall | Change how we suppress access control in explicit insta... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
John McCall | There is no reason for these methods to be out-of-line. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
John McCall | Refactor DelayedDiagnostics so that it keeps diagnostics in |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Manuel Klimek | - Adding lexical_parent and semantic_parent properties... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Aaron Ballman | Updating the test case based on previous patch |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Richard Smith | A union can have a constexpr defaulted default construc... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
David Blaikie | Remove variable made unused by r156270. |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Aaron Ballman | Detecting illegal instantiations of abstract types... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Jordy Rose | [analyzer] Reduce parallel code paths in SimpleSValBuil... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rafael Espindola | Split mergeAvailabilityAttr out of handleAvailabilityAt... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rafael Espindola | Put the availability warnings in a group. |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Aaron Ballman | Simple typo fix (syntex to syntax). Fixes PR12735 |
commit | commitdiff | tree | snapshot |
2012-05-06 |
NAKAMURA Takumi | Revert r156142, "[libclang] Bring back BodyIndexer... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Richard Smith | A conversion operator in a base class shouldn't hide... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Ted Kremenek | Revert r156141 (making RecursiveASTVisitor data recursi... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Argyrios Kyrtzidis | Use raw_ostream in TypePrinter and eliminate uses of... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Argyrios Kyrtzidis | Make BuiltinType::getName return a StringRef and introd... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Douglas Gregor | Move Sema::VerifyIntegerConstantExpression() and |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Anna Zaks | [analyzer] RetainCountChecker: Allow objects to escape... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Anna Zaks | [analyzer] One more pointer escape test. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Ted Kremenek | Explicitly model capturing variables for blocks in... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Chris Lattner | remove something that is really old and out of date. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Jean-Daniel... | Inhibit ObjC format warning only in system headers... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Richard Smith | Remove DiagGroups from notes, and add a TableGen assert... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Argyrios Kyrtzidis | Add more comments for Lexer::makeFileCharRange. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Douglas Gregor | Synchronize the representations of DeclarationName... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Sean Callanan | IsTailPaddedMemberArray uses a FieldDecl's |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Argyrios Kyrtzidis | [PCH] Use DenseMap instead of std::map to keep track... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Anna Zaks | [analyzer]Fixup r156134: Handle the case when FunctionD... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Douglas Gregor | Move Sema::RequireNonAbstractType() off of PartialDiagn... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Douglas Gregor | Switch RequireLiteralType() off of PartialDiagnostic. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Douglas Gregor | Move Sema::RequireCompleteType() and Sema::RequireCompl... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
DeLesley Hutchins | Thread safety analysis: check for LOCKABLE attribute... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Chad Rosier | StringRefize code because we're good even when we crash. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
James Molloy | Add a predefine __WINT_UNSIGNED__, similar to __WCHAR_U... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
James Molloy | Fix handling of wint_t - we can't assume wint_t is... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Jean-Daniel... | Fix -Wlarge-by-value-copy option handling in the driver. |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Alexey Samsonov | This patch adds a new Clang compiler flag "-gline-table... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
NAKAMURA Takumi | test/PCH/remap-file-from-pch.cpp: Fix expression for... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Bob Wilson | Remove obsolete code for finding a fallback iOS SDK... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Richard Trieu | Skip checking for infinite for-loops if there are globa... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Argyrios Kyrtzidis | [PCH] Really, pinky swear, fix for PR12689 |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Argyrios Kyrtzidis | [libclang] Bring back BodyIndexer::TraverseCXXOperatorC... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Argyrios Kyrtzidis | Make RecursiveASTVisitor fully data recursive on Stmts... |
commit | commitdiff | tree | snapshot |
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 |
next |