2008-04-10 |
Fariborz Jahanian | Patch for: |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Simplify CF ref. count checker state machine. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fix some bonehead bugs in summary generation in CFRefCount. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Used --checker-simple. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Refactored all logic to run the GRSimpleVals and CFRef... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | reduce the amount of 'C++ magic' this code depends... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | CFRefCount analysis now properly calls "EmitWarnings... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | When not emitting path diagnostics in BugReporter:... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Ted Kremenek | Fixed regressions in error reporting due to copy-paste... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | refactor Parser::ParseStructDeclaration to return a... |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Simplify lifetime of location object. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | typedef void T; |
commit | commitdiff | tree | snapshot |
2008-04-10 |
Chris Lattner | Several improvements from Doug Gregor related to default |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Hooked up initial reference-count checks to the BugRepo... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Major refactoring/cleanup of GRExprEngine, ExplodedGrap... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | The dtor CGObjCRuntime::~CGObjCRuntime() was implemente... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Add SemaDeclCXX.cpp to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Micro-optimization: Don't use ostringstream when using... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Added some boilerplate for emitting warnings from the... |
commit | commitdiff | tree | snapshot |
2008-04-09 |
Ted Kremenek | Added new "BugReporterHelper" class which is used by... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | For -emit-html, use the Rewriter to expand tabs. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Don't expand tabs in EscapeText, but rather expand... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Add HTMLRewrite.h to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | When substituting tabs during HTMLification, only add... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Improve range highlighting in HTMLDiagnostic to correct... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Make SourceManager::getFullFilePos() public. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Sam Bishop | Changed the Decl::Kind enum of the ObjCPropertyDecl... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Ted Kremenek | Set the location of ccc-analyzer to be the same directo... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | silence some warnings when assertions are disabled. |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Add support for C++ default arguments, and rework Parse... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Add support for C++ default arguments, and rework Parse... |
commit | commitdiff | tree | snapshot |
2008-04-08 |
Chris Lattner | Fix rdar://5846705: "clang -E foo.c -o foo.i" should... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Add ids for line numbers, allowing us to jump to arbitr... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Left-justify text in report table. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Tweak message bubble color (gold) |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Improve BugReport diagnostics for loops and ? operator. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Ted Kremenek | Fix analyzer breakage introduced by r49213: http:/... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Sam Bishop | Pass the ASTContext object around when deserializing... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Steve Naroff | Have Parser::FuzzyParseMicrosoftAsmStatement() return... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | random whitespace fixes. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | fix a bug I introduced in my previous checkin. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify array compatibility testing. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify reference handling. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move some code around, no other change. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify compatibility testing for tag types. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | merge compatibility testing of qualified/unqualified... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Fix a really bad bug where type uniquing would merge... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | MyOtherClass<MyProtocol>* is compatible with MyClass* |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Remove a dead check for compatible builtin types |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | futher simplify compatibility testing of objc interface... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | ocuvector and vector should be compatible. Fix ASQual... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Fix comment typo, do reference eval at the correct... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify vector type compatibility testing. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move ObjCQualifiedIdTypesAreCompatible out of ASTContex... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Replace an O(n^2) algorithm in areCompatObjCQualInterfa... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | move sorting of qualifying protocols from the parser... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | add an example. |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | eliminate getReferencedProtocols from |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | make QualifiedInterfaceTypesAreCompatible a static... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | This predicate is just a generic "issuperclass" predica... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | Simplify some objc compatibility testing, make interfac... |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | simplify the logic in ASTContext::objcTypesAreCompatible |
commit | commitdiff | tree | snapshot |
2008-04-07 |
Chris Lattner | clean up some logic in objc type handling. Specificall... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | trivial changes to getFloatingTypeOfSizeWithinDomain... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | simplify max type computation by making it return an... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | minor simplifications/cleanups to type comparisons. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove the Decl::getCanonicalType() method. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove a use of getCanonicalType. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Start switching clients over from CT.getCanonicalType... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | introduce a new ASTContext::getCanonicalType method... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | remove the old non-parallel test system. 'make' in... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Use EnumType to simplify some code. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | make use of EnumType to simplify some code, eliminate... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Make EnumType/RecordType classof predicates simpler... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | add a helper EnumType object for asking about tagtypes... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Gabor Greif | tracking API changes arising from r49277 |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | move a semantic check out of the parser into sema. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | now that identifier list parsing is split out, simplify... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | reject 'int test(x, x) int x; {}' |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | reject 'typedef int y; int test(x, y)'. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | simplify Parser::ParseFunctionDeclaratorIdentifierList |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | split parsing of identifier lists in function declarato... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | minor simplification |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | finish up throw parsing. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | split code for handling grouping parens in declarators... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | another minor simplification |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Use token lookahead to simplify some code that is rarel... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | Fix a bug I introduced in my const'ification patch. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | This patch contains these changes: |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix css font name, patch by Cédric Venet |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | don't dereference hte end iterator when inserting at... |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | templates can't be static. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | fix a number of const qualification bugs. |
commit | commitdiff | tree | snapshot |
2008-04-06 |
Chris Lattner | add a missing #include |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Chris Lattner | Fix handling of implicit int, resolving PR2012 and... |
commit | commitdiff | tree | snapshot |
2008-04-05 |
Chris Lattner | Step #1 to fixing PR2012: c89 allows declspecs to be... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Avoid implicitly including any header files (requested... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Rewrite @package (an ObjC 2.0 idiom). |
commit | commitdiff | tree | snapshot |
next |