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 |
2008-04-04 |
Steve Naroff | Fix MS-specific bug in RewriteTest::RewriteObjCMethodDe... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add BugReporter.cpp to VC++ project file. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Support MS-specific integer suffixes (i8, i16, i32... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Fix PR2049, updating Eli's patch that fixes to mainline... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Rename ScopedDecl::getContext() -> getContextDecl(... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add DeclBase.h to Xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Since isComplexType() no longer returns true for _Compl... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | add an isAnyComplexType() method, which returns true... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | updates from David. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | various bug fixes, add to xcode project. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | initial checkin of Étoilé runtime support, patch by... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Steve Naroff | Add explicit support for diagnosing implicit function... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Seo Sanghyeon | - ccc: print generated command line to stdout instead... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Seo Sanghyeon | PR1963: Address of function is a constant expression |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Torok Edwin | fix build error: add missing braces. |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Introduce ContextDecl, patch by Argiris Kirtzidis! |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Chris Lattner | Codegen assignment to self correctly, patch by David... |
commit | commitdiff | tree | snapshot |
2008-04-04 |
Nate Begeman | Ignore qualifiers when checking vector operands, just... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added investigate patch for an occasionally failing... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Remove bogus check to prune out analyzing files. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | More reliably remove '\n' from queries of the location... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use full path to ccc-analyzer. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Nate Begeman | Teach clang how to codegen punpcklbw and punpcklwd |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Make typedefs public. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Better range highlight for undefined-argument checks. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When reporting "bad receiver" warnings, highlight the... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use "getRanges" in default implementation of "getEndPat... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Hooked up GRSimpleAPICheck and the simple Objective... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Mark nodes as sinks that GRAuditor says should be marke... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Use logical line number for BUGLINE. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "getLogicalLineNumber" and "getLogicalColumnNumbe... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Remove handling of impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | trivial whitespace fix |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Handle the case when getEndPath() returns NULL. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Don't run the analyzer on files whose language is ... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added guard for printing out PathDiagnostics whose... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Some cleanups in EscapeText and AddLineNumbers. Still... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Remove impossible "-?" option. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added "isFileID()" to FullSourceLoc. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | CSS/HTML generation tweaks for index.html: Remove speci... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix PR2081 (problems codegen'ing some recursive structu... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Created a destructor so that the top-level decls can... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Temporarily make the Decl virtual destructor public... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Add back bug name to PathDiagnostic. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | Fix a bug where we didn't check the RHS for null, we... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Chris Lattner | qualifier comparisons should be done on canonical types. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call delete on the deserialized TranslationUnit object. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Sam Bishop | Call "delete" on the body of FunctionDecls. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | When creating PathDiagnostics, created a trimmed graph... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added node_iterator to ExplodedGraph to allow iteration... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Updated Xcode project to include BugReporter.[cpp,h]. |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Created new path-sensitive bug-reporting scheme based... |
commit | commitdiff | tree | snapshot |
2008-04-03 |
Ted Kremenek | Added missing #ifndef...#define...#endif directives... |
commit | commitdiff | tree | snapshot |
next |