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 |
2008-06-21 |
Chris Lattner | Switch 'super' from being a weird cast thing to being... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Chris Lattner | "This maps the -pthread option to -lpthread - this... |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Ted Kremenek | Include stdint.h instead of stdio.h. |
commit | commitdiff | tree | snapshot |
2008-06-21 |
Argyrios Kyrtzidis | K&R-style functions not allowed in C++. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Updated latest static analyzer builder to checker-43. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Test the dead-store checker using both -warn-dead-store... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | When using the dead-stores checker with the BugReporter... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Updated latest checker build. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Updated call to dead stores to use proper arguments. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Updated latest static analyzer build to checker-41. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Updated Xcode project. |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Modified the dead stores checker to... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Added ParentMap, a class to represent a lazily construc... |
commit | commitdiff | tree | snapshot |
2008-06-20 |
Ted Kremenek | Added "Decl::getCodyBody()", a virtual method that... |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Ted Kremenek | Updated latest static analysis build. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Ted Kremenek | Add DTD information. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Mike Stump | Remove tabs. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Mike Stump | One more test checkin. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Mike Stump | Test commit to see if new account works. |
commit | commitdiff | tree | snapshot |
2008-06-19 |
Ted Kremenek | Introduce initial transfer function support for __imag_... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Ted Kremenek | Updated static analyzer build to checker-39. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Ted Kremenek | Added a new ProgramPoint: PostPurgeDeadSymbols. This... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Update website link to latest checker build. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Fix non-termination bug reported by Thomas Clement! |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Chris Lattner | Change self/_cmd to be instances of ImplicitParamDecl... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Nuno Lopes | handle -arch and -isysroot correctly (like ccc-analysze... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Added link to Developer Meeting. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Flush bullets in <ul> |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Convert <h4> to <h3>. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Tighten <h2> padding. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Simplify anchor. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Remove margin above <h1>. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Make "important notes" more succinct. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Include the "latest build" checker link using SSI. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Split static analysis page into two pages: a high-level... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Tweak font sizes. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Convert <h2> -> <h3>. <h1> -> <h2> (more consistent... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Eli Friedman | Make this test actually pass, in addition to the previo... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Fix more strict-aliasing warnings. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Only use colored output when the environment variable... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | This patch is motivated by numerous strict-aliasing... |
commit | commitdiff | tree | snapshot |
next |