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 |
2008-06-25 |
Argyrios Kyrtzidis | Set CXXClassVar to identifier namespace IDNS_Ordinary. |
commit | commitdiff | tree | snapshot |
2008-06-25 |
Mon P Wang | Updated atomic intrinsic name from llvm r52706. Fixed... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Argyrios Kyrtzidis | 'Educate' IdentifierResolver about the declaration... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Argyrios Kyrtzidis | Set CXXMethod to identifier namespace IDNS_Ordinary. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Argyrios Kyrtzidis | The only caller of this knows that the current token... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Argyrios Kyrtzidis | Add parsing support for C++ classes. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Chris Lattner | "Support for Objective-C message sends which return... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Chris Lattner | "This is a small fix for a bug where static object... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | Update serialization for ObjCMessageExpr to handle... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | ObjCMessageExpr objects that represent messages to... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Argyrios Kyrtzidis | Move the namespace action declarations at the "C++... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Cedric Venet | Test commit: changed the forward declaration of FieldDe... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | Fix comments: "class method" should be "instance method... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | Remove unneeded method arguments. |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | Cache ObjC summaries by IdentifierInfo*, not by ObjCInt... |
commit | commitdiff | tree | snapshot |
2008-06-24 |
Ted Kremenek | Patch by Anders Bergh: |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Ted Kremenek | Added ObjCSummaryCache, a new summary cache object... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Ted Kremenek | Rename summary methods for "instance methods" to "class... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Ted Kremenek | Updated latest checker build to checker-44. |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Ted Kremenek | The CF retain/release checker now assumes that allocati... |
commit | commitdiff | tree | snapshot |
2008-06-23 |
Ted Kremenek | Update VS project files. Patch by Cedric Venet! |
commit | commitdiff | tree | snapshot |
2008-06-22 |
Chris Lattner | add a new clang::APValue class at Eli's request. It... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | add a fixme back |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | "this patch adds code generation hooks for Objective... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | Implement printing for ObjCClassDecl's, patch by Jean... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | Don't add isa with @defs only to work around it in... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | "This moves built-in Objective-C types up the scope... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | add parser and sema support for the funny ObjC '@defs... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | remove dead enums. |
commit | commitdiff | tree | snapshot |
next |