- b601147 Unbreak mingw build by Anton Korobeynikov · 17 years ago
- d57e9bf Added (incomplete) implementation of SimulEngine, a worklist-based dataflow by Ted Kremenek · 17 years ago
- 104503b Another test case, testing a variety of objective-c type comparisons. by Fariborz Jahanian · 17 years ago
- 641e78b Another test for objective-c's type comparison. by Fariborz Jahanian · 17 years ago
- 050377b Converted Loc back to being of type ProgramEdge. Ultimately I believe we want by Ted Kremenek · 17 years ago
- e33b9c1 Added preliminary implementation of SimulGraph, which represents the by Ted Kremenek · 17 years ago
- 63376be Changed "Location" from "ProgramEdge" to "ProgramEdge&" (slightly more svelt by Ted Kremenek · 17 years ago
- e74bc48 SimulVertex now subclasses FoldingSetNode. by Ted Kremenek · 17 years ago
- 3752e70 Added Profile method to SimulVertex. by Ted Kremenek · 17 years ago
- f4e6804 This patch implements some of the more obscure type-checking involving by Fariborz Jahanian · 17 years ago
- db4334f Updated Xcode project to be in sync with recent changes in file locations by Ted Kremenek · 17 years ago
- cdf8e84 Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
- 5cc9764 Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
- 682d7d6 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
- b234852 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
- d390278 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
- d9d2f72 Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
- 274dbf0 Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
- b996ff5 Test case for my last patch. by Fariborz Jahanian · 17 years ago
- cd71bf4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
- 04f2dcf Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
- 5caa757 Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
- 4d43526 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
- ce2de81 More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
- 0c7cd7a Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
- 8782907 Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
- 3900a1d add accessor. by Chris Lattner · 17 years ago
- 0fcdfd4 Add newline by Seo Sanghyeon · 17 years ago
- 73bb782 Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
- 5319d9c More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
- d1f26b3 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
- fc17b8a Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
- c338e4c Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" by Ted Kremenek · 17 years ago
- 7c8d1af implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
- d41db19 Added method getFileEntryForID() to SourceManager. by Ted Kremenek · 17 years ago
- 3b93369 simplify some code. by Chris Lattner · 17 years ago
- f22a850 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
- 5333a6b Add iterator interface to function/method parameters. by Chris Lattner · 17 years ago
- 2118901 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
- 6d1d3ac Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
- 17861c5 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
- 0fd6e49 Typo fix. by Ted Kremenek · 17 years ago
- 2578dd0 Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
- 74273de by Steve Naroff · 17 years ago
- d890f6a Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
- 38bc723 Describe Nico's script for gcc interception. Patch by Nico Weber. by Chris Lattner · 17 years ago
- 09b3f0d Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
- d01eae6 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
- c0f6b22 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
- ab74937 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
- b66237b fix some crazy indentation by Chris Lattner · 17 years ago
- bcf0a92 by Steve Naroff · 17 years ago
- feb87c3 Minor test twik. by Fariborz Jahanian · 17 years ago
- 89296c5 Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
- bccfc15 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
- c2f7307 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
- 957442d This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
- 5f558b5 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
- bde3033 Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
- e4e5e26 by Steve Naroff · 17 years ago
- a719f94 by Steve Naroff · 17 years ago
- c8b4412 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
- cce13d1 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
- 73a77d9 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
- 28e34e3 Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
- 5b5e198 fix broken assert. by Chris Lattner · 17 years ago
- 6ad7e88 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
- c94f909 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
- 1b6dd6f When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
- eccf070 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
- c863207 by Steve Naroff · 17 years ago
- 3a0b28b Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
- 3f08f18 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
- ac88193 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
- dcb2b1e Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
- 3e2dcaa Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
- d2df2b5 local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
- 0448b4f remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
- b3ff082 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
- d34599a Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
- 6df9359 Fix const propagation bug. by Chris Lattner · 17 years ago
- 464c7f6 Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
- ccc26a7 by Steve Naroff · 17 years ago
- c1a88c1 by Steve Naroff · 17 years ago
- 323d568 Turns out the LLVMFoldingBuilder can fold InsertElement. Knowing this, we can get rid of our special casing of constants when creating vectors. by Anders Carlsson · 17 years ago
- fe9eb6a by Steve Naroff · 17 years ago
- 4b23f94 introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
- f258a0f by Steve Naroff · 17 years ago
- 2a0e543 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
- 45fab55 implement HeaderMap::LookupFile. I think headermaps are done now. All that is by Chris Lattner · 17 years ago
- 78ee226 implement enough helper functions to successfully dump out the by Chris Lattner · 17 years ago
- e76e841 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 836b8bc Targets.cpp is gone. by Chris Lattner · 17 years ago
- 40715f0 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
- 56c939e Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
- 19398b6 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
- 8124f84 simplify some code, using new scoped_ptr support. Fix a bug in the by Chris Lattner · 17 years ago
- 22387e1 Finish hooking up the scaffolding for headermaps. They can now do everything by Chris Lattner · 17 years ago
- 109118e Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
- 9af36d3 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago