- 8e7207f Patch to scan-build by Jordan Breeding: by Ted Kremenek · 17 years ago
- f278700 Set function attributes (sext, zext, etc.) on Objective-C methods. by Daniel Dunbar · 17 years ago
- a6c27ef Updated checker build. by Ted Kremenek · 17 years ago
- 1be9f99 Fix unintended use of doxygen comment strings. by Daniel Dunbar · 17 years ago
- 35bd619 Fix infinite loop in for ... in code generation. by Daniel Dunbar · 17 years ago
- 7e72128 Added test case for the dead stores checker that was originally an FP reported in PR 2763. by Ted Kremenek · 17 years ago
- 77f9337 Fix CFG construction bug: by Ted Kremenek · 17 years ago
- 80ecfe5 Fix FindSpecRefs to be Python 2.4 compatible and get the SVN revision by Daniel Dunbar · 17 years ago
- 1d706e9 Prevent invalid warnings about incomplete implementations for methods by Daniel Dunbar · 17 years ago
- d2c1df6 fix running tests with valgrind (there were a lot of bogus failures and warnings) by Nuno Lopes · 17 years ago
- 39490aa scan-build: by Ted Kremenek · 17 years ago
- 4fea7b6 Touchup CheckSingleAssignmentConstraints() and CheckCompareOperands() to check for block pointers. by Steve Naroff · 17 years ago
- 6f37333 Fix a handful of typos (closure->block) to avoid confusion. by Steve Naroff · 17 years ago
- 3454b6c Add type checking for blocks. by Steve Naroff · 17 years ago
- c6c9274 Generate error if we try to implicit cast between different address spaces by Mon P Wang · 17 years ago
- b9a21d8 Add some Objective-C code generation tests. by Daniel Dunbar · 17 years ago
- b351815 NeXT: Emit lazy reference to Protocol class for forward protocol by Daniel Dunbar · 17 years ago
- 49bddf7 Avoid superfluous errors regarding variable-length arrays (casts). by Daniel Dunbar · 17 years ago
- ef0d4c7 Implement codegen of aggregates as lvalues in binary expressions, by Daniel Dunbar · 17 years ago
- 420b571 Updated checker build. by Ted Kremenek · 17 years ago
- 5fe845f Capture 'uname' and 'gcc -v' output to .info files. by Ted Kremenek · 17 years ago
- 0b4dc96 Update TestRunner to not report failure for XFAIL tests by Daniel Dunbar · 17 years ago
- 81db769 Output "ANALYZE:" diagnostics to STDOUT instead of STDERR. by Ted Kremenek · 17 years ago
- 0a662f9 ccc-analyzer: by Ted Kremenek · 17 years ago
- b648e8c Set register storage class correctly for function parameters. - PR2730 by Daniel Dunbar · 17 years ago
- 88bec0f Following gcc's behavior, only enable trigraphs if '-trigraphs' or '-ansi' is by Ted Kremenek · 17 years ago
- 14880a9 Add svn:ignore on SemaObjC/Output. by Daniel Dunbar · 17 years ago
- 0074084 Add two test cases for builtins (mostly related to object size builtins). by Daniel Dunbar · 17 years ago
- 30ad42d Add __builtin_object_size support. by Daniel Dunbar · 17 years ago
- e4031f2 Modify object size checking builtins to lower to libc calls. by Daniel Dunbar · 17 years ago
- 52a81c0 Add semantic analysis for "blocks". by Steve Naroff · 17 years ago
- 40e70e7 Fix 80 col violations. by Ted Kremenek · 17 years ago
- 66e470b Added --use-cxx option to scan-build. by Ted Kremenek · 17 years ago
- cc785c8 Improve type-checking of ?: for Objective-C types. by Daniel Dunbar · 17 years ago
- 58c2960 Store: (static analyzer) by Ted Kremenek · 17 years ago
- 60e8b16 Restore Objective-C dot-syntax access of methods. by Daniel Dunbar · 17 years ago
- cc37ac5 Fix ObjCPropertRefExpr to be able to encode all the information for by Daniel Dunbar · 17 years ago
- d443415 When creating CXXRecordDecls and RecordDecls within ActOnTag, hook up the new [CXX]RecordDecl with the RecordDecl chain. by Ted Kremenek · 17 years ago
- 6f0a241 RecordDecl: by Ted Kremenek · 17 years ago
- bae6bbe RecordDecl serialization: by Ted Kremenek · 17 years ago
- 10a6fb8 RecordDecl: by Ted Kremenek · 17 years ago
- 25d8be1 CXXRecordDecl and RecordDecl: by Ted Kremenek · 17 years ago
- 892bc0e - Implement __block. by Steve Naroff · 17 years ago
- bf39547 Pull code from last commit. will put back soon. by Steve Naroff · 17 years ago
- 6f5d1a1 Implement block pseudo-storage class modifiers (__block, __byref). by Steve Naroff · 17 years ago
- 9120c2a recognise .s/.S file extensions. add default value for CCC_LANGUAGES by Nuno Lopes · 17 years ago
- 0fe15dc add the other test case for completeness and to avoid regressions in the future by Nuno Lopes · 17 years ago
- 266df14 Fix for PR2747: allow pointer->int casts with a null base; these are by Eli Friedman · 17 years ago
- d039374 Fix for PR2750; don't check for an 'e' in the trash after the token. by Eli Friedman · 17 years ago
- 283b362 An extremely hacky version of transparent_union support; it isn't by Eli Friedman · 17 years ago
- 583c31e Make sure to take the unqualified versions of the canonical types for by Eli Friedman · 17 years ago
- 6a1fdd9 Fit the comments into 80 columns. by Zhongxing Xu · 17 years ago
- 72b4394 Updated checker build. by Ted Kremenek · 17 years ago
- 8f9656d readd test as it passes correctly. nice, but weird by Nuno Lopes · 17 years ago
- d662caa Backing out r55607 due to logic errors and test regression. by Eli Friedman · 17 years ago
- 2168298 Updated checker build. by Ted Kremenek · 17 years ago
- 7af441b Tidy up sema processing of attribute "nonull": by Ted Kremenek · 17 years ago
- 1dc2676 fix one more this-is-not-a-constant error. test included by Nuno Lopes · 17 years ago
- 987c522 make CheckArithmeticConstantExpression() aware of &foo and pointers by Nuno Lopes · 17 years ago
- a7bbf56 codegen constant data as such. add QualType::isConstant() by Nuno Lopes · 17 years ago
- b67c606 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 17 years ago
- 58d1624 Handle mutation while enumerating correctly. Fix some bugs. by Anders Carlsson · 17 years ago
- 6bdf32d Initial support for CodeGen of for ... in statements. by Anders Carlsson · 17 years ago
- 82b0d0c Stub out CodeGenFunction::EmitObjCForCollectionStmt. by Anders Carlsson · 17 years ago
- f58cac7 Add code to create the fast enumeration state type by Anders Carlsson · 17 years ago
- b52b832 Temporarily disable some tests which due to dot-syntax access of methods. by Daniel Dunbar · 17 years ago
- f9225b6 Fix indentation on files in CodeGen and Sema. by Anders Carlsson · 17 years ago
- 014a20e Simplify some calls to Builder.CreateCall by Anders Carlsson · 17 years ago
- dd85128 Add Objective-C property setter support. by Daniel Dunbar · 17 years ago
- 0ed60b0 Refactor handling of calls: by Daniel Dunbar · 17 years ago
- 6cb194d Add newline at end of file. by Daniel Dunbar · 17 years ago
- c6197a5 Improve ccc: by Daniel Dunbar · 17 years ago
- 952f473 Downgrade a number of FIXME asserts to ErrorUnsupported. - Notably VLAs by Daniel Dunbar · 17 years ago
- 42b265f fix a comment that was forgotten in r54071 by Nico Weber · 17 years ago
- 7d3196c minor cleanup by Nico Weber · 17 years ago
- 8647924 Added LLVM comment header. by Zhongxing Xu · 17 years ago
- c6b27d0 Migrate the rest symbolic analysis stuff to BasicConstraintManager. by Zhongxing Xu · 17 years ago
- e6c3175 Add special "property reference" CodeGen::LValue type for emitting by Daniel Dunbar · 17 years ago
- 9b4b9e7 Remove dead method. by Ted Kremenek · 17 years ago
- 7d630a6 Add newline to end of file. by Daniel Dunbar · 17 years ago
- c880ddf Add utils/FindSpecRefs, Python script for generating specification by Daniel Dunbar · 17 years ago
- be9b6f7 Added "getBindings" and "BindingAsString" to GRStateManager and StoreManager. by Ted Kremenek · 17 years ago
- 10ecba6 Remove BasicStore.h from Xcode project. by Ted Kremenek · 17 years ago
- 1486404 Remove BasicStore.h (migrated function prototype for CreateBasicStore() to Store.h) by Ted Kremenek · 17 years ago
- db3cfc9 Remove Regions.cpp from VS project file. by Ted Kremenek · 17 years ago
- 970e74d Removed Regions.[h,cpp] from the Xcode project. by Ted Kremenek · 17 years ago
- 33a78a0 Remove Regions.h and Regions.cpp, since we are now using an even more abstract representation of "memory regions" in the static analyzer. by Ted Kremenek · 17 years ago
- 6e91367 Make store "Regions" and "Bindings" more abstract instead of concrete variants. by Ted Kremenek · 17 years ago
- c53625b Allow 'make TESTDIRS=Sema' in test/ directory for only running a by Daniel Dunbar · 17 years ago
- f79fa65 Updated analyzer build. by Ted Kremenek · 17 years ago
- e0a2bc2 Use explicit variable instead of $? by Ted Kremenek · 17 years ago
- fd5b19d Add parser/action support for block literal expressions. by Steve Naroff · 17 years ago
- c8ce08a Fixed analyzer caching bug involving the transfer function for loads. by Ted Kremenek · 17 years ago
- 461d08c Fix isIntegerConstantExpr eval of __builtin_offsetof to return result by Daniel Dunbar · 17 years ago
- 33a9fdf Always print out the function we're analyzing. by Ted Kremenek · 17 years ago
- 448ab62 Fixed analyzer caching bug in DeclStmt. by Ted Kremenek · 17 years ago
- 7cfb85b Fix double-free error with sizeof applied to VLA types. - PR2727. by Daniel Dunbar · 17 years ago
- dc22f21 Fix Parser::ParseDeclaratorInternal(): add langopts test when recognizing blocks. by Steve Naroff · 17 years ago
- d38e358 Fix compilation error on MSVC. by Argiris Kirtzidis · 17 years ago
- 2ea9cfe Ubigraph visualization: represent cached nodes with a different style. by Ted Kremenek · 17 years ago