2012-01-21 |
Bob Wilson | Use the new installheaders makefile target in libcxx. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rafael Espindola | Remove redundant argument. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anna Zaks | [analyzer] Make VLA checker taint aware. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Add an assertion that our use-marking actually covers... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Fix some comments relating to ExpressionEvaluationConte... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Richard Trieu | Fix code so that a SkipUntil will ignore semicolons... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Anna Zaks | [analyzer] Unbreak the static analyzer bot. Regression... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Add obvious missing call to MarkDeclarationReferenced. |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Eli Friedman | Make clang's AST model sizeof and typeof with potential... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Fariborz Jahanian | arg migrator: change all "assign" of object properties |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Douglas Gregor | Fix the code completion string for variadic macros... |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Seth Cantrell | add tests for wide character encodings |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Handle thread safety attributes on functions with separ... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Delayed template instantiation of late-parsed attributes. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
DeLesley Hutchins | Instantiate dependent attributes when instantiating... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | The 'l' length modifier makes sense with the scanlist... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric Christopher | Testcase for PR11345. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eric Christopher | When adding types to the context chain for record types... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Bob Wilson | Remove unnecessary and incorrect redirection of stderr. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Sebastian Pop | rename -ccc-host-triple into -target |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Tighten format string diagnostic and make it a bit... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
David Blaikie | More dead code removal (using -Wunreachable-code) |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Add ability to specifiy 'restrict' on parameters of... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Per PR 11814, use Monospace instead of Andale Mono. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add taint awareness to DivZeroChecker. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Fariborz Jahanian | arc migrator: replace "retain" attribute with "strong" |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Tweak the buildbot script to include the... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Kostya Serebryany | use llvm:Attributes instead of unsigned |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Argyrios Kyrtzidis | Enhance Lexer::makeFileCharRange to check for ranges... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Replace a dubious use of SmallVectorImpl with a proper... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Douglas Gregor | Fix broken unit test |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Douglas Gregor | Extract the (InputKind, std::string) pair used to descr... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Localize variable, remove unused assignment. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Benjamin Kramer | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Reenable DeadStoresChecker under --analyze, and move... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Implement checker that looks for calls to mktemps and... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Ted Kremenek | Turn 'SecuritySyntaxChecker' into a "meta" security... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Argyrios Kyrtzidis | [libclang] Fix crash when indexing attributes, rdar... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Eli Friedman | Remove PotentiallyPotentiallyEvaluated, and replace... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add socket API as a source of taint. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Skip casts when determining taint dependenci... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Add a utility method that allows to find... |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] Cleanup of Symbol dump methods. |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Anna Zaks | [analyzer] www: A minor cleanup to the dev manual. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Smith | Further testing for instantiation of out-of-line conste... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Smith | An instantiation of a constexpr static data member... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Richard Trieu | Extend the error of invalid token after declarations... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Benjamin Kramer | Silence set-but-unused warning. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Introduce Lexer::getSourceText() that returns a string... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Introduce Lexer::makeFileCharRange() that accepts a... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | For Lexer's isAt[Start/End]OfMacroExpansion add an... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Argyrios Kyrtzidis | Add unit testing for Lexer. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Evgeniy Stepanov | Extend unwind.h with the ARM unwinder interface. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Tanya Lattner | A few style changes. |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Kaelyn Uhrain | Remove the now-unused CorrectTypoContext enum. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Smith | constexpr: converted constant expression handling for... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Trieu | Change the error when a '+=' follows a declaration... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Fariborz Jahanian | Use -Wdeprecated-objc-isa-usage for option to issue |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Kaelyn Uhrain | Convert SemaDecl.cpp to pass callback objects to Correc... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Douglas Gregor | Optimize unqualified/global name lookup in modules... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | Refactor: Pull getImmediateMacroName() out of Diagnosti... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Fariborz Jahanian | objc: deprecate direct usage of 'isa' of objc objects |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Douglas Gregor | In the driver, -fmodules enables modules for C/Objectiv... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Add and update tests for character literals |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | stop claiming unicode escape sequences are too long... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Fix char literal types in C |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | Improves support for Unicode in character literals |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Seth Cantrell | test svn commit access |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Kaelyn Uhrain | Convert DiagnoseEmptyLookup to use correction callbacks. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Smith | Move narrowing conversion detection code from SemaInit... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nick Lewycky | Add testcase for r148375! |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Eli Friedman | Make PotentiallyPotentiallyEvaluated contexts work... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nick Lewycky | Fix a string over-run detected by ASAN. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Richard Smith | A call to strlen is not a constant expression, even... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Eli Friedman | The value of a case statement is a potentially evaluate... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | [analyzer] Refactor: prePropagateTaint -> |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | [analyzer] Taint: warn when tainted data is used to... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | [analyzer] Taint: add taint propagation rules for strin... |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Anna Zaks | Constify FunctionDecl::getmemoryFunctionKind(). |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Nick Lewycky | Fix special king of typo. |
commit | commitdiff | tree | snapshot |
2012-01-18 |
Eli Friedman | Fix a couple issues where we didn't correctly delay... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Fariborz Jahanian | output body of folded case again. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Fariborz Jahanian | Folding away unreachable case statement. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Douglas Gregor | Make sure to initialize ExternalProtocolPtrTy |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Fariborz Jahanian | objc-arc: when 'assign' attribute is unspecified, |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Add Sema::isInitListConstructor. This will be needed... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Auto deduction support for std::initializer_list, inclu... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Template argument deduction for std::initializer_list... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Rename the first of 11 DeduceTemplateArguments overloads. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Basic overloading support for std::initializer_list. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Sema support for initialization of std::initializer_lis... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Sebastian Redl | Add Sema::isStdInitializerList, which will be necessary... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Anton Yartsev | fix for PR11655 |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Bob Wilson | Disable -Wduplicate-method-match by default. <rdar... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Eli Friedman | Add __builtin_labs and __builtin_llabs, to complete... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Richard Smith | Remove constant member pointer support from Expr-based... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Eli Friedman | Correctly resolve an overload set passed to an overload... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Richard Smith | Enable constant evaluation of implicit calls to constex... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Dan Gohman | Enable the new ObjC ARC autorelease pool elimination... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
John McCall | When initializing a catch variable in ARC, be sure... |
commit | commitdiff | tree | snapshot |
next |