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 |
2009-05-12 |
Chris Lattner | Method who have definitions in structs/classes are... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | static methods don't get this pointers. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | revert my previous patch, I committed the wrong file. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Diagnostic wording fix, from Anders Johnsen |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | static methods don't get this pointers. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ted Kremenek | Fix: <rdar://problem/6320065> false positive - init... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Fariborz Jahanian | Fixed typos, used DenseSet for keeping track of |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Align the N/A in the C++ status table, from Anders... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | accept "#pragma clang foo" where we accept "#pragma... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Fariborz Jahanian | Patch to implement ivar synthesis of properties declare... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ted Kremenek | Make scan-build process of --use-cc and --html-title... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Fill in more C++ status. We're now using the check... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Daniel Dunbar | Darwin x86-32 ABI: Now that structure passing is farthe... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Daniel Dunbar | x86-64 ABI: clang incorrectly passes union { long doubl... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Zhongxing Xu | Add logic for invalidating array region to CFRefCount... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ted Kremenek | Fix <rdar://problem/6877235> Classes typedef-ed to... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Douglas Gregor | Make precompiled headers work with -E. When we're only... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | wrap up a version of the man page that is minimally... |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-12 |
Chris Lattner | add some more content. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Douglas Gregor | Encapsulate template arguments lists in a new class, |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | BugReport::getEndPath() - Only add a Stmt's range to... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Anders Carlsson | Factor code that's common to EmitCXXMemberCallExpr... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | Use Text::ParseWords to make 'clang -###' parsing more... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Daniel Dunbar | Tweak this non-default test so it still works w/ x86... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Daniel Dunbar | Test for x86 target features, I forgot to commit this. |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Daniel Dunbar | Darwin x86-32: Multi-dimensional arrays were not handle... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Anders Carlsson | Friend declarations are only valid inside class definit... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | When stripping element regions for invalidating region... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Chris Lattner | pull a bunch of options out of clang-cc.cpp. This... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Anders Carlsson | Fix test case by always setting the type spec type... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Daniel Dunbar | Make cleanup-stack.c test stronger, and work in release... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Anders Carlsson | Add an ActOnFriendDecl and call it for friend class... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Anders Carlsson | For friend class decls, always use TK_Reference so... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | EdgeBuilder: DeclStmts and BinaryOperators are not... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | EdgeBuilder::cleanUpLocation() should used the PathDiag... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | ccc-analyzer should only analyze C and Objective-C... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Douglas Gregor | Implement the notions of the "current instantiation... |
commit | commitdiff | tree | snapshot |
2009-05-11 |
Ted Kremenek | BugReporter (extensive diagnostics): Add EdgeBuilder... |
commit | commitdiff | tree | snapshot |
next |