2008-07-03 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Ted Kremenek | Added static analysis check to see if a subclass of... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Anders Carlsson | Shuffle things around in preparation for integrating... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Anders Carlsson | Make APValue an APSInt. |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Chris Lattner | Fix PR2252: don't warn on negating an unsigned value... |
commit | commitdiff | tree | snapshot |
2008-07-03 |
Chris Lattner | Fix PR2020 by recovering by defining an anonymous enum... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Update test case with new clang arguments. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Update test case: simply running "clang -checker-simpl... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Unify the code path for the Dead Stores checker to... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | ccc-analyzer now dispatches the options "-checker-cfref... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Refactored some of the BugReporter interface so that... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | GRExprEngine now expects the LiveVariables information... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Added version of CheckDeadStores that accepts a client... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Added method "HandleTranslationUnit" to ASTConsumer... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Moved logic for -dump-cfg and -view-cfg into AnalysisCo... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Move -dump-live-variables logic to AnalysisConsumer. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Migrate CheckerConsumer diagnostics to the new Analysis... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Move logic for "-checker-simple" to the new AnalysisCon... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Chris Lattner | add a description of what sema and parser mean, add... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Fix typo in test case. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Argyrios Kyrtzidis | Add note that most of C++ is not supported. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Argyrios Kyrtzidis | Set CSS defaults for tables. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Argyrios Kyrtzidis | Drop 'C++' from the features; suggestion by Holger... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Argyrios Kyrtzidis | Fix the page title. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Gabor Greif | minor tweaks, escape < and > |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Gabor Greif | add two popular c++ features |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Gabor Greif | add c++ status link |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Argyrios Kyrtzidis | Add a C++ status report page. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Add DeclCXX.[h.cpp] to clangAST.vcproj |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Migrated driver logic for running the CF retain/release... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Added AnalysisConsumer.[cpp,h] to clangDriver.vcproj. |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Updated Xcode project with new files in the Driver... |
commit | commitdiff | tree | snapshot |
2008-07-02 |
Ted Kremenek | Added AnalysisConsumer, a meta-level ASTConsumer class... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ted Kremenek | Added reference count checker test case. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ted Kremenek | Unlike NSWindow objects, NSPanel objects initially... |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Argyrios Kyrtzidis | Update some comments. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Argyrios Kyrtzidis | Add Sema support for C++ classes. |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ted Kremenek | Updated checker build to checker-51 |
commit | commitdiff | tree | snapshot |
2008-07-01 |
Ted Kremenek | Temporarily treat "Autorelease" as "StopTracking".... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | Make a few related changes: |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Ted Kremenek | When inspecting the build command, strip off the preced... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Ted Kremenek | Added "Autorelease" ArgEffect to better simulate "autor... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Ted Kremenek | Updated checker build to checker-48 |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Ted Kremenek | Bug fix: when copying prefix files using 'cp', don... |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | Fix a bug reported by Kelly Wilson, where we incorrectly |
commit | commitdiff | tree | snapshot |
2008-06-30 |
Chris Lattner | refactor some code out into a new method. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | make type attribute processing static instead of method... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | make the rest of the decl attribute processing methods be |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | make most of Sema public. Sema is a class private... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | move a few methods, no other change. |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | handle type attributes when converting types, not when... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | Make ProcessDeclAttributes walk the declarator structur... |
commit | commitdiff | tree | snapshot |
2008-06-29 |
Chris Lattner | move some code from all callers of ProcessDeclAttribute... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | more attribute refactoring/renaming, no functionality... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | more minor tidiness. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | more cleanups, refactor HandleVectorTypeAttribute |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Chris Lattner | adjust the prototypes of a bunch of decl processing... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Argyrios Kyrtzidis | Handle unnamed bitfields when parsing C++ classes. |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Eli Friedman | Fix for PR2501; this patch makes usual arithmetic conve... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Argyrios Kyrtzidis | Replace CurFunctionDecl and CurMethodDecl with methods... |
commit | commitdiff | tree | snapshot |
2008-06-28 |
Ted Kremenek | Updated checker build to checker-47. |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | Fix a bug where we didn't promote 'const float' (or... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | the 'mode' attribute is a decl attribute, not a type... |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | Nuno points out that my numbers were out of date |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Chris Lattner | making progress! |
commit | commitdiff | tree | snapshot |
2008-06-27 |
Cedric Venet | Add missing include file (due to a file splitting in... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Ted Kremenek | Added a simple static analysis check to look for improp... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | move decl attribute processing to a new SemaDeclAttr... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Ted Kremenek | Update Xcode project so that the clang target depends... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | clang uses the llvm backend, so define __llvm__ like... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Cedric Venet | Another class -> struct in declaration to match definition. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Matthijs Kooijman | Make clang work on 32 bit powerpc linux. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Matthijs Kooijman | Link in LLVMAnalysis after LLVMCodeGen, since the latte... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | Make Declarator::getDeclSpec() return a const reference... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | add a comment about something that was surprising,... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | rename some attr tests for consistency. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | fix a bug handling type attributes in the declspec... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | another const correctness bug with declspec. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | fix const correctness of accessor. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | refactor more objc codegen interfaces to pass around... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | indenting and other minor things. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | refactor interface to GenerateClassStructure to avoid... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | remove the old getSelector implementation, which remove... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | avoid a lot of unneeded selector processing work by... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | use cheaper/simpler getselector call for @selector... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | start avoid doing lots of unneeded work handling selectors |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | improve indentation, avoid thrashing on maps and recalc... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | give CreateObjCRuntime a full CGM so it can get whateve... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | Fix 80 col violations, assert on assumptions. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | fix this testcase after Mon Ping's intrinsic rename. |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Chris Lattner | a temporary minimal hack to get clang building after... |
commit | commitdiff | tree | snapshot |
2008-06-26 |
Ted Kremenek | Updated latest checker build to checker-45. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Ted Kremenek | CF ref checker: |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Ted Kremenek | Add Profile method to QualType. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Ted Kremenek | Update VS project files. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Argyrios Kyrtzidis | The assert at Sema::ObjCActOnStartOfMethodDef should... |
commit | commitdiff | tree | snapshot |
next |