- d72ee90 Move some environment methods from ValueState/ValueStateManager to Environment/EnvironmentManager. by Ted Kremenek · 16 years ago
- 412e17f Add a new distcc status page, which is currently empty and not by Chris Lattner · 16 years ago
- e3d5e3a Add an accessor, patch by Csaba Hruska. by Chris Lattner · 16 years ago
- f7da726 Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): by Argyrios Kyrtzidis · 16 years ago
- 9e0ed0b Add Preprocessor::LookNext method, which implements an efficient way to 'take a peek' at the next token without consuming it. by Argyrios Kyrtzidis · 16 years ago
- a80e448 More information on filing bug reports. by Ted Kremenek · 16 years ago
- 1fa7f58 Remove getParentMap() from GRExprEngine. by Ted Kremenek · 16 years ago
- 7671bc1 Updated checker build. by Ted Kremenek · 16 years ago
- 66e855f Add test case. by Ted Kremenek · 16 years ago
- 070a825 Fix PR2519: correctly handle CFDictionaryCreate. by Ted Kremenek · 16 years ago
- 49ff7a1 Extend va_start checking to include __builtin_stdarg_start. by Ted Kremenek · 16 years ago
- 6a705f0 Codegen support for __builtin_stdarg_start by Chris Lattner · 16 years ago
- f8396b6 Add parser support for __builtin_stdarg_start, PR2531 by Chris Lattner · 16 years ago
- 3929f98 Add Environment.cpp to the clangAnalysis Visual Studio project. by Ted Kremenek · 16 years ago
- 48fa89e Update Xcode project. by Ted Kremenek · 16 years ago
- 8133a26 Initial work on splitting the ValueState into an Environment, Store, and by Ted Kremenek · 16 years ago
- f794675 More info on filing static analysis bug reports. by Ted Kremenek · 16 years ago
- 5f6b632 revert my bogus attempt to fix the comment. sorry for the noise. by Nuno Lopes · 16 years ago
- 559e56b Fix small bug. The evaluator now works well enough to pass all tests by Anders Carlsson · 16 years ago
- 650c92f More constant expression work. by Anders Carlsson · 16 years ago
- a25ae3d Move out some methods. by Anders Carlsson · 16 years ago
- 2bad168 More work. by Anders Carlsson · 16 years ago
- 0fe52e1 Compilation fix by Seo Sanghyeon · 16 years ago
- 06a3675 Port more of Eli's evaluator over. This makes the int evaluator handle binary and unary operators. by Anders Carlsson · 16 years ago
- c754aa6 Commit beginnings of int evaluator. Currently not used. by Anders Carlsson · 16 years ago
- 62f6b21 Add LValue setters for APValue by Anders Carlsson · 16 years ago
- 9e9f2a4 Updated latest checker build. by Ted Kremenek · 16 years ago
- f6f593f In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! by Ted Kremenek · 16 years ago
- 88a96d6 Mark the "Bug Type" column as being initially sorted (display the sort ding) so that users can readily see that the table can be sorted. by Ted Kremenek · 16 years ago
- 2645c77 Output html should have 'class=' before "sorttable_nosort". by Ted Kremenek · 16 years ago
- 9a979c3 fix CheckForConstantInitializer() for Compound Literals by Nuno Lopes · 16 years ago
- e8fdc83 Updated clients of ImmutableMap::SlimFind to use ImmutableMap::lookup instead. by Ted Kremenek · 16 years ago
- 9d29480 add x86 EDI register alias by Nuno Lopes · 16 years ago
- 00fed8d Do not emit a "missing -dealloc" warning if a class contains no ivars that are pointers. by Ted Kremenek · 16 years ago
- cdfc641 Add new file to VS projects. by Cedric Venet · 16 years ago
- 551d5e9 move the linux predefined macro definition to the TargetInfo, where it really belongs by Nuno Lopes · 16 years ago
- e8825aa predefine the macro linux when compiled on a linux system. this fixes the build of libtidy by Nuno Lopes · 16 years ago
- 05f971a llvm-ld doesnt support -O1, -O2, etc options, so dont pass them by Nuno Lopes · 16 years ago
- 68bf387 add gentoo stable gcc headers path so that all tests pass here (CPATH isnt enough..) by Nuno Lopes · 16 years ago
- fe5042e Fix warnings by Seo Sanghyeon · 16 years ago
- 8b8e9a8 Remove unused diagnostic. by Argyrios Kyrtzidis · 16 years ago
- af99417 Fixed bugzilla bug# 2489. by Sanjiv Gupta · 16 years ago
- 560624a '&&' commands together so that the test status reflects the results of all the commands, otherwise the test status will be the result of only the last command. by Argyrios Kyrtzidis · 16 years ago
- b4825df Fix warnings by Seo Sanghyeon · 16 years ago
- 489f7b6 '&&' clang commands together so that the test status reflects the results of all three clang executions. by Ted Kremenek · 16 years ago
- fe59245 Update latest checker build. by Ted Kremenek · 16 years ago
- 8c5633e Use conjured symbols for variables whose values are invalidated when by Ted Kremenek · 16 years ago
- 21cb712 Remove removed header. by Bill Wendling · 16 years ago
- 381feea Updated latest checker build. by Ted Kremenek · 16 years ago
- 0364865 Fix a bug in the dead stores checker reported in the following email: by Ted Kremenek · 16 years ago
- 1c6f3b2 Have ccc-analyzer skip any files with an unknown (or absent) extension. by Ted Kremenek · 16 years ago
- d1eb916 add c++ status to sidebar by Chris Lattner · 16 years ago
- 6f72062 Updated latest checker build. by Ted Kremenek · 16 years ago
- aeca963 Skip the "-dealloc" check if a ObjC class contains no ivars. by Ted Kremenek · 16 years ago
- a0fb586 Added an "ivar_empty" method to ObjCInterfaceDecl. by Ted Kremenek · 16 years ago
- 3cd483c For the -dealloc checker, check the LangOptions to determine whether or not the code is compiled with GC. by Ted Kremenek · 16 years ago
- 6768980 -Added bool feature. by Argyrios Kyrtzidis · 16 years ago
- 1e1cbbd -Change slightly the link to cxx_status.html of the home page. by Argyrios Kyrtzidis · 16 years ago
- 8a54df5 Updated latest checker build. by Ted Kremenek · 16 years ago
- 7032f46 Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers instead of references, because they can both fail by Ted Kremenek · 16 years ago
- 7be3f4b Updated latest checker build. by Ted Kremenek · 16 years ago
- d1b0fde Update Xcode project. by Ted Kremenek · 16 years ago
- db09a4d Added static analysis check to see if a subclass of NSObject implements -dealloc, and whether or not that implementation calls [super dealloc]. by Ted Kremenek · 16 years ago
- c44eec6 Shuffle things around in preparation for integrating Eli's constant evaluator. by Anders Carlsson · 16 years ago
- 2e47808 Make APValue an APSInt. by Anders Carlsson · 16 years ago
- e60cff1 new testcase by Chris Lattner · 16 years ago
- b081a35 Fix PR2252: don't warn on negating an unsigned value ever, and don't emit by Chris Lattner · 16 years ago
- 14943b9 Fix PR2020 by recovering by defining an anonymous enum, instead of recovering by Chris Lattner · 16 years ago
- 90a929e Update test case with new clang arguments. by Ted Kremenek · 16 years ago
- e81da50 Update test case: simply running "clang -checker-simple" doesn't invoke the dead store checker anymore. We need "-warn-dead-stores" as well. by Ted Kremenek · 16 years ago
- e207558 Unify the code path for the Dead Stores checker to always use the BugReporter interface. by Ted Kremenek · 16 years ago
- 0100678 ccc-analyzer now dispatches the options "-checker-cfref" and "-warn-dead-stores" to clang instead of just "-checker-cfref". by Ted Kremenek · 16 years ago
- c095997 Refactored some of the BugReporter interface so that data such as the ASTContext&, PathDiagnosticClient*, can be provided by an external source. by Ted Kremenek · 16 years ago
- 8b23361 GRExprEngine now expects the LiveVariables information to be provided by its creator. by Ted Kremenek · 16 years ago
- 17fdf95 Added version of CheckDeadStores that accepts a client-provided LiveVariables object. by Ted Kremenek · 16 years ago
- c87190d Added method "HandleTranslationUnit" to ASTConsumer. This is called by ParseAST when all of the ASTs in a translation unit have been built. by Ted Kremenek · 16 years ago
- 902141f Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer. by Ted Kremenek · 16 years ago
- 235e031 Move -dump-live-variables logic to AnalysisConsumer. by Ted Kremenek · 16 years ago
- 34d7734 Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago
- bc46f34 Move logic for "-checker-simple" to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago
- cdbd0a0 add a description of what sema and parser mean, add C++ style casts. by Chris Lattner · 16 years ago
- 141d8a0 Fix typo in test case. by Ted Kremenek · 16 years ago
- b1ca793 Add note that most of C++ is not supported. by Argyrios Kyrtzidis · 16 years ago
- 9083a6e Set CSS defaults for tables. by Argyrios Kyrtzidis · 16 years ago
- be5a105 Drop 'C++' from the features; suggestion by Holger Schurig. by Argyrios Kyrtzidis · 16 years ago
- 682f77b Fix the page title. by Argyrios Kyrtzidis · 16 years ago
- 1323480 minor tweaks, escape < and > by Gabor Greif · 16 years ago
- 7727cb2 add two popular c++ features by Gabor Greif · 16 years ago
- 37d5027 add c++ status link by Gabor Greif · 16 years ago
- 84b7a80 Add a C++ status report page. by Argyrios Kyrtzidis · 16 years ago
- 7a85d1c Add DeclCXX.[h.cpp] to clangAST.vcproj by Ted Kremenek · 16 years ago
- b35a74a Migrated driver logic for running the CF retain/release checker over to the new AnalysisConsumer interface. by Ted Kremenek · 16 years ago
- d478a5b Added AnalysisConsumer.[cpp,h] to clangDriver.vcproj. by Ted Kremenek · 16 years ago
- 058563a Updated Xcode project with new files in the Driver: AnalysisConsumer.[h,cpp] by Ted Kremenek · 16 years ago
- f4381fd Added AnalysisConsumer, a meta-level ASTConsumer class to drive various by Ted Kremenek · 16 years ago
- 91d1a14 Added reference count checker test case. by Ted Kremenek · 16 years ago
- 6e9784f Updated latest checker build. by Ted Kremenek · 16 years ago
- 179064e Unlike NSWindow objects, NSPanel objects initially do not have self-ownership. by Ted Kremenek · 16 years ago
- 7bfa291 Update some comments. by Argyrios Kyrtzidis · 16 years ago
- 0795232 Add Sema support for C++ classes. by Argyrios Kyrtzidis · 16 years ago