- 60feb28 Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. by Ted Kremenek · 17 years ago
- 1e1a34b Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is used by Diagnostics to determine if a diagnostic sent to a given DiagnosticClient should be included in the count of diagnostics. The default implementation of this method returns 'true'. by Ted Kremenek · 17 years ago
- 199faa2 ccc: Finish definition of long argument translations. by Daniel Dunbar · 17 years ago
- dd485cb When using -analyzer-output-plist always output a plist file even if it contains no error reports. by Ted Kremenek · 17 years ago
- 1dcd880 ccc: Another batch of long argument translations. by Daniel Dunbar · 17 years ago
- f93eda1 Allow subtraction of function pointer types in C, as a GNU extension. Fixes rdar://problem/6520707 by Douglas Gregor · 17 years ago
- 6972270 Make sure all of the isUnsigned flags line up when comparing initializer values, to really really fix PR clang/3377 by Douglas Gregor · 17 years ago
- 4fd58ab Handle pointer arithmetic on function pointers. by Daniel Dunbar · 17 years ago
- 9ac3dd9 This is a follow-up to r62675: by Chris Lattner · 17 years ago
- 8d58306 Preprocessor doesn't require and IdentifierInfoLookup object. by Chris Lattner · 17 years ago
- a88189a Checked in an oops! by Fariborz Jahanian · 17 years ago
- b9459b7 Another missing LLVM type for objc2's new abi defined. by Fariborz Jahanian · 17 years ago
- 5a203a6 Properly manage the bit-widths of APInts/APSInts in array initialization. by Douglas Gregor · 17 years ago
- 65075ec Handle any undeclared parameters in a K&R-style function with a by Douglas Gregor · 17 years ago
- 9923499 Implement retrieval of the default value of element and field regions. by Zhongxing Xu · 17 years ago
- 5a02581 Now this comment should be resolved. See the comments for the KillSet. by Zhongxing Xu · 17 years ago
- f84c31b Add a test case for init expr of array and struct type. by Zhongxing Xu · 17 years ago
- 02357a4 When getting the element region type, we should get the rvalue type of the super by Zhongxing Xu · 17 years ago
- 9f16bf9 ccc: Implement long options which take joined & separate forms. by Daniel Dunbar · 17 years ago
- 73fb907 ccc: Support long ('--...') flag arguments. by Daniel Dunbar · 17 years ago
- 781f273 Define LLVM types for nonfragile abi metadata. by Fariborz Jahanian · 17 years ago
- 1fd21e3 ccc: Organize long options together. by Daniel Dunbar · 17 years ago
- 1bd1977 Make -ast-dump print Objective-C method declarations (and other by Douglas Gregor · 17 years ago
- de08738 ccc: Add support for several more aliases (--ansi, --assemble, by Daniel Dunbar · 17 years ago
- 1765dcd ccc: Darwin/x86/link: Fix a few incompatibilities with gcc (missed by Daniel Dunbar · 17 years ago
- b319324 Support arithmetic on pointer-to-function types as a GNU by Douglas Gregor · 17 years ago
- fc1e8ef ccc: Add support for "alias" options. by Daniel Dunbar · 17 years ago
- 007c4dc Update comment. by Chris Lattner · 17 years ago
- 5e0525f Updated checker build. by Ted Kremenek · 17 years ago
- 1ddfb12 ccc: Fix typo; isn't dynamic typing fun! by Daniel Dunbar · 17 years ago
- deb814f For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedRegions. It wasn't really doing the right thing and was crashing on rdar-6442306-1.m. This fix causes all path-sensitive test cases to pass with RegionStore. by Ted Kremenek · 17 years ago
- 6b0f1c7 remove my gross #ifdef's, using portable abstractions now that the 32-bit by Chris Lattner · 17 years ago
- 0643c4b Add RegionStore support for the implicit object region that 'self' references. This causes tests 'ObjCProperties.m' and 'refcnt_naming.m' to now pass with RegionStore. by Ted Kremenek · 17 years ago
- 710f6d4 Reimplement the handling of the "current object" in designator by Douglas Gregor · 17 years ago
- 1e46f55 ccc: Bug fix, driver logic was allowing child jobs to pipe output when by Daniel Dunbar · 17 years ago
- f8c7e09 Disable language extensions for the clang parser. by Steve Naroff · 17 years ago
- d037481 Use NonFragileABI as name of new Next abi. More comments for the new meta-data. by Fariborz Jahanian · 17 years ago
- af2db5c This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- 4fbeeac This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- f9e8cbb This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- e577f43 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- ad1863e Enhance test case to test RegionStore with -checker-cfref. by Ted Kremenek · 17 years ago
- 755fa0e This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- 33fe6e6 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- ea1ba79 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- 78ae618 This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- 03c297e This test case now passes with RegionStore. by Ted Kremenek · 17 years ago
- 7bddf6d Adjust to api change. by Chris Lattner · 17 years ago
- 0e58355 Test more array logic in outofbound.c by Ted Kremenek · 17 years ago
- d87d7b2 Fix RegionStore::getLValueElement() to handle the case when the base region is not an ElementRegion (also do some cleanups of its core logic). by Ted Kremenek · 17 years ago
- 673a286 remove Read8/Read24, which are dead. Rename Read16/Read32 to be more by Chris Lattner · 17 years ago
- 6d89a8a inline Sema::getLangOptions, rdar://6515190. This speeds up by Chris Lattner · 17 years ago
- 926fed3 These test cases now pass with RegionStore. by Ted Kremenek · 17 years ago
- aba7d8b The 'misc-ps.m' test case now passes with RegionStore. One case needed to be split out into 'misc-ps-basic-store.m' and 'misc-ps-region-store.m' because the behavior was different between the two store models (RegionStore flags an additional valid bug). by Ted Kremenek · 17 years ago
- cef3840 SymbolReaper::isLive(SymbolRef) now always returns true for SymbolRegionRvalues because these represent the symbolic values for parameters/globals upon entry to the function. These values are always ;live' because they represent constraints on the context of how the function was called. This will be useful for both summary generation but is also necessary to get RegionStore's lazy-binding of locations to symbols to work in practice with RemoveDeadBindings. by Ted Kremenek · 17 years ago
- 65865a0 Static analyzer: Remove a bunch of outdated SymbolData objects and by Ted Kremenek · 17 years ago
- 274ff49 Add a switch that allows disabling the smart pointers. by Sebastian Redl · 17 years ago
- edd94e9 EXTWARNify the warning about unnamed typedefs of enums by Douglas Gregor · 17 years ago
- 84eeb73 Avoid creating .dir files in the installation area. by Mike Stump · 17 years ago
- 6d91bdf ccc/clang: Mimic llvm-gcc initialization of LLVM backend based on gcc by Daniel Dunbar · 17 years ago
- c5a6bdc Initial implementation of semantic analysis and ASTs for C99 by Douglas Gregor · 17 years ago
- 4b16170 More refactoring of common API to the common class for by Fariborz Jahanian · 17 years ago
- 67bb1fa Allow creation of "dummy" compile units for debug information. by Daniel Dunbar · 17 years ago
- 32b5ea2 Moved whole bunch of common APIs to the common class. by Fariborz Jahanian · 17 years ago
- 9e28ead Update CmpDriver to report missing commands. by Daniel Dunbar · 17 years ago
- 082283a Combine two branches into one. No functionality change. by Ted Kremenek · 17 years ago
- de04cb4 Fix <rdar://problem/6512717> by correctly reading the right offset in the token data in PTHLexer::getSourceLocation(). by Ted Kremenek · 17 years ago
- 2795965 Fix Sema::Owned(ExprResult) to not use a ternary operator. Necessary to work around a Visual Studio compiler bug. by Steve Naroff · 17 years ago
- 5c0729b Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object called "SymbolReaper". Right now it just consolidates the two and cleans up some client code, but shortly it will be used to enable "lazy computation" of live symbols for use with RegionStore. by Ted Kremenek · 17 years ago
- 48543f5 Refactoring ObjC Next's runtime classes in preparation for the new ObjC's abi. by Fariborz Jahanian · 17 years ago
- c297b72 Inline ParseOptionalTypeSpecifier into ParseDeclarationSpecifiers. by Chris Lattner · 17 years ago
- 4173b84 revert the gnu objc patches, they regress codegen-gnu.m by Chris Lattner · 17 years ago
- 1c71ca4 Removed alignment argument to delete operator. It isn't needed and Visual Studio is offended by it. by Steve Naroff · 17 years ago
- 0f3f718 Add #line to make the Visual Studio compiler happy. by Steve Naroff · 17 years ago
- d72ad58 switch from getTypeAtIndex to getElementType. It is non-virtual by Chris Lattner · 17 years ago
- 5bb837e ParseOptionalTypeSpecifier should consume a token if it returns true. by Chris Lattner · 17 years ago
- 3d9dcdd Fix objc type conversion issues with the GNU runtime, patch by David Chisnall by Chris Lattner · 17 years ago
- a33176f ccc: Handle a few long argument form (--) translations using option by Daniel Dunbar · 17 years ago
- 8ffcf73 Don't turn off blocks when compiling Obj-C code by Anders Carlsson · 17 years ago
- 5868db5 initialialize some ivars in ctor. by Chris Lattner · 17 years ago
- 83846d0 alphebetize by Chris Lattner · 17 years ago
- e28f9e9 ccc: Add appropriate file search prefixes when on x86_64 Darwin, and by Daniel Dunbar · 17 years ago
- 8b2aa22 merge two checks for identifiers in the pth loop into one. by Chris Lattner · 17 years ago
- 2f93c3d a trivial micro optimization to save a load. by Chris Lattner · 17 years ago
- 5b747d0 Add a bit to IdentifierInfo that acts as a simple predicate which by Chris Lattner · 17 years ago
- 64e8d33 silence a couple unused variable 'result' warnings. by Chris Lattner · 17 years ago
- abaf7eb Don't crash on empty PTH files. This fixes <rdar://problem/6512714>. by Ted Kremenek · 17 years ago
- 6c03b64 really we only need on Read24! by Chris Lattner · 17 years ago
- ddf3b79 revert my previous patch, it assumed endianness. by Chris Lattner · 17 years ago
- 2950323 This test now passes using -analyzer-store-region. by Ted Kremenek · 17 years ago
- 148009a This test now passes using -analyzer-store-region. by Ted Kremenek · 17 years ago
- c706f07 minor cleanups: now that tokens are 4-byte aligned in a PTH by Chris Lattner · 17 years ago
- a0f9f6f Get RegionStore to work with the retain/release checker and its test cases. by Ted Kremenek · 17 years ago
- de93d33 Fix an inline asm sema bug that I introduced. by Anders Carlsson · 17 years ago
- 310dea3 Don't look up decls with no name (such as parameters and unnamed tagged types), by Chris Lattner · 17 years ago
- f677a60 ccc: Implement file & path searching. by Daniel Dunbar · 17 years ago
- 79addd1 Fix more bugs I discovered by Anders Carlsson · 17 years ago
- a895561 Updated checker build. by Ted Kremenek · 17 years ago
- e2bc89a ccc: Add --analyze test case. by Daniel Dunbar · 17 years ago
- 90c72cd ccc: Add --analyze driver mode (for running static analyzer). by Daniel Dunbar · 17 years ago