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 |
2012-01-17 |
Jean-Daniel... | Fix a couples of issues in format strings checking. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Douglas Gregor | Rework the way in which we (de-)serialize the declarations |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Fariborz Jahanian | objc: fixes a bug where struct used inside an |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Argyrios Kyrtzidis | [libclang] Make sure Preprocessor is set in ASTUnit... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Douglas Gregor | Don't eagerly deserialize the 'Protocol' type when... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Douglas Gregor | When collecting all of the redeclarations of a declarat... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Douglas Gregor | Delay the creation of the built-in Objective-C class... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Hans Wennborg | Treat -Wformat=0 as an alias for -Wformat. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Blaikie | Re-add an over-zealously removed break. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Blaikie | Remove dead comments as per Chandler's feedback to... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Blaikie | Remove unreachable code in Clang. (replace with llvm_un... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
David Blaikie | Remove unnecessary default cases in switches over enums. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Argyrios Kyrtzidis | [libclang] Make clang_getCursorCompletionString not... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Argyrios Kyrtzidis | Introduce a CodeCompletionResult::CreateCodeCompletionS... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Argyrios Kyrtzidis | Introduce a static Sema::MarkDeducedTemplateParameters... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Eli Friedman | Revert r148271; this requires more thought. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Eli Friedman | Change the behavior of the lvalue-to-rvalue conversion... |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Nico Weber | Improve diagnostics for dangling '}'. |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Anna Zaks | Use Builtin ID as the return value |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Anna Zaks | [analyzer] Taint: generalize taint propagation to simpl... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Tanya Lattner | Add new line. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Tanya Lattner | Add support for OpenCL 1.1 logical operations. |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Eli Friedman | Add some calls to MarkDeclarationReferenced, towards... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Eli Friedman | Make the auto-detection hack for the iOS simulator... |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Fariborz Jahanian | Another test for 148243 |
commit | commitdiff | tree | snapshot |
2012-01-16 |
Fariborz Jahanian | A little more elaborate test for r148243 |
commit | commitdiff | tree | snapshot |
next |