2009-05-17 |
Eli Friedman | A couple of tweaks to make -ast-print produce code... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Rewrite PureVirtualMethodCollector to use the overridde... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | Add OldMD to the list of methods NewMD overrides |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | Add setters/getters to CXXMethodDecl so it can keep... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Make the RAII extension warning silencing for __extensi... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Targets without long long should reduce the size of... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Refactor address-of-void extension a bit so that it... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | A few minor updates to the user manual. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | Fix another case where the extern-ness of extern "C... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | Don't return member pointer types for static member... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | PR3942: Don't warn on unsigned overflow in preprocessor... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | extern "C" should preserve the 'extern' qualifier for... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Anders Carlsson | Improve checking of member expressions where the base... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Daniel Dunbar | Update test case; I'm confused why this wasn't failing... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Sebastian Redl | Test case for previous commit. Explicit instantiation... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Sebastian Redl | Implement instantiation of a few boring, simple express... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Missing change for r71941 (PR2044). |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Avoid calling mergeTypes in C++. I think these are... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Add stricter checking for va_arg. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | PR2044: reject declarations of functions returning... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | PR3009: Get rid of bogus warning for scalar compound... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Mike Stump | Reflow some comments. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Mike Stump | Reflow some comments. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Mike Stump | Implement a FIXME, we now pass in the locations of... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Eli Friedman | Remove useless wrapper. |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Mike Stump | Fixup __extension__ i = 1 parsing. Thanks Eli! |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Ted Kremenek | Fix: <rdar://problem/6893565> False positive: don't... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Ted Kremenek | Fix another bug in BugReporter where we wouldn't always... |
commit | commitdiff | tree | snapshot |
2009-05-16 |
Douglas Gregor | Template instantiation for IndirectGotoStmt. Now my... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for switch statements |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Fariborz Jahanian | Removed superfluous code. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Fariborz Jahanian | Early support for __format__attribute on blocks. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Basic support for member exprs where the base expr... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Daniel Dunbar | Classes with "+load" methods need to go in the non... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for break and continue statements. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Introduce the EXPR macro into StmtNodes.def, so that... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for "for" loops |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for do-while statements. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Daniel Dunbar | Factor code for adding module-level class lists into... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Mike Stump | Fixup parsing for (throw,throw) and __extension__ throw 1. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for WhileStmt and CXXConditionDe... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Make sure that we use the canonical type for the names... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Fariborz Jahanian | improved on diagnosing misplacement of sentinel attributes. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Add hack to scan-build to fix PR 4215 |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Fariborz Jahanian | added -fblocks to the test. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Allow instantiation of NULL expressions and statements |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Fariborz Jahanian | This patch finishes off the sentinel attribute handling for |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | I take it back, InstantiateExpr does not check for... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Instantiation support for 'this' |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | No need to null check the expr, Sema::SemaRef.Instantia... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Add SemaTemplateInstantiateStmt.cpp to Xcode project. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Make sure that the type associated with a class templat... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Template instantiation for "if" statements. Also: |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | A C++ member function always has either weak linkage... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Move statement instantiation into its own file. No... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | When word-wrapping, be more defensive about a ridiculou... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Call ActOnStartOfFunctionDecl/ActOnFinishFunctionBody... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Name mangling for class template specializations and... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Chris Lattner | Fix processing of -Ufoo to not inject "#undef foo 1... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Fix crash when deriving the enclosing summary of a... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Remove extra whitespace character in string literal... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Use dyn_cast instead of cast to allow our assumptions... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Cleanup internal checks bug reporting, allowing interme... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Re-enable passing analyzer options from scan-build... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | Don't strip quotes in compiler line for -D arguments. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | BugReporter (extensive diagnostics): Do not include... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | PathDiagnosticLocation::asRange(): for a PathDiagnostic... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Ted Kremenek | BugReporter (extensive diagnostics): Add control-flow... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Instantiate return statements. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Mike Stump | Fixup debug information for the location information... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Add NullStmt::Clone and use it |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Instantiate goto and label statements. (Very useful... |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Anders Carlsson | Add SemaTemplateInstantiateExpr.cpp to Xcode project. |
commit | commitdiff | tree | snapshot |
2009-05-15 |
Douglas Gregor | Implement template instantiation for DeclStmt |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Fariborz Jahanian | Don't warn if result/argument type of an implemented |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | Template instantiation for the NULL statement. Lame... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | Introduce basic support for instantiating the definitio... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Check that the function being overridden is virtual. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Improvements to the FunctionDecl getters/setters. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | Introduce a stack of instantiation scopes that are... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Ted Kremenek | Fix <rdar://problem/6859457> [NSData dataWithBytesNoCop... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Fix the same speling error in the test case (Duh). |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | Link FunctionDecls instantiated from the member functio... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Fix a speling error. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Fariborz Jahanian | updated comments. |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Fariborz Jahanian | Adds recognition of sentinel attribute on block declara... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Better diagnostics for covariance when checking overrid... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Sebastian Redl | When there are any member new operators, global version... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Fariborz Jahanian | Diagnose missing sentinel argument on a funciton call |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Daniel Dunbar | Avoid generating temp in source directory |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Daniel Dunbar | Skip the asm prefix when storing the name in block... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | In C++, warn when something previously declared as... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Douglas Gregor | Add forward declaration of Token. Thanks to Martin... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Mike Stump | Enhance debug information for block literals. Radar... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Daniel Dunbar | We need to specify the "linkage name" to the subprogram... |
commit | commitdiff | tree | snapshot |
2009-05-14 |
Anders Carlsson | Add return type checking for overriding virtual functio... |
commit | commitdiff | tree | snapshot |
next |