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 |
2009-05-14 |
Douglas Gregor | Implement explicit instantiations of member classes... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Fariborz Jahanian | Look for and diagnose missing sentinel argument on... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | Make sure not to include the LLVM asm prefix in functio... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | Note that clang follows the MSVC definition for #pragma... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | Add a test case to showcase a difference in #pragma... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Anders Carlsson | Use an iterator type for found_decls_begin/found_decls_end. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Anders Carlsson | Add a new, more advanced CheckDerivedToBaseConversion... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Add some basic type checking for attributes ns_returns_... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Douglas Gregor | Explicit instantiations of templates now instantiate... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Anders Carlsson | Disable access control by default. It can be enabled... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Add PostStmt::getStmtAs(). This unbreaks the build. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Enhance diagnostics value tracking logic for null deref... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Add ExplodedNode utility methods 'getLocationAs()'... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | Driver: Emit an unsupported error on -iframework. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | ABI handling: Fix invalid assertion, it is possible... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Douglas Gregor | Improve the semantic checking for explicit instantiatio... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Fix crasher reported in PR 4209 caused by an invalid... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Fariborz Jahanian | Some early declarations to support sentinel attribute on |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | remove the obsolete -fprint-source-range-info option |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Fariborz Jahanian | Removed 4-letter :) word in comment. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Fix <rdar://problem/6880975> [format string] Assertion... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Ted Kremenek | Fix crasher in CFRefCount.cpp reported by Nikita Zhuk... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | Fix rdar://6880630 - # in _Pragma does not start a... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | convert test to use -verify |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | Fix rdar://6880951 by rejecting vectors of vectors. |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | reject use of the GNU _Decimal32 extension with a diagn... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | eli correctly points out that this code is dead, just... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | implement __sync_synchronize and __sync_lock_release, |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | add support for __sync_nand_and_fetch and __sync_fetch_... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | Fix rdar://6880874 - [sema] crash on array types with... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | Fix rdar://6881069, a crash on a form of vector_size... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | Fix rdar://6880259 - invalid function name in block... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Chris Lattner | When we expect two arguments but have zero, make sure... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Fariborz Jahanian | Changed wording of warning when attribute is on |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Douglas Gregor | Semantic analysis for explicit instantiation of class... |
commit | commitdiff | tree | snapshot |
2009-05-13 |
Daniel Dunbar | Tweak wording |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Implement parsing for explicit instantiations of class... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Daniel Dunbar | Note a few more unsupported language extensions. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | improve the diagnostic for uses of the GCC "global... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Parser::ParseDeclarationOrFunctionDefinition no longer... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Fariborz Jahanian | Method attributes may only be specified on method |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Refactor the parsing of declarations so that template... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | implement l-value codegen of comma expr |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | push GlobalDecl through enough of the CodeGenModule... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | add an initial stab at emitting deferred c++ inline... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
next |