- cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
- 7bb371d Renamed file AnalysisVertex.h to SimulVertex.h by Ted Kremenek · 17 years ago
- b314496 Renamed class AnalysisVertex to SimulVertex by Ted Kremenek · 17 years ago
- afe5433 Fixed successor order for CFG basic blocks when handling: x && y. The bug by Ted Kremenek · 17 years ago
- 3c40085 Convert opaque type when struct definition is seen. by Devang Patel · 17 years ago
- dd6ecdb Keep track of llvm struct size while adding fields. by Devang Patel · 17 years ago
- b145e7d Patch to compare to objective-c static types where one or the other by Fariborz Jahanian · 17 years ago
- 88d7521 Test case for my last patch. by Fariborz Jahanian · 17 years ago
- d0c89c4 More objective-c type analysis. This time involving objective types by Fariborz Jahanian · 17 years ago
- eaac0b0 Added class "StateVariant", a template class which serves to wrap states that by Ted Kremenek · 17 years ago
- 2a11a5f Added initial implementation of "AnalysisVertex", a class to represent a by Ted Kremenek · 17 years ago
- cfc8738 Another test for objective-c type comparison. by Fariborz Jahanian · 17 years ago
- 0f01deb More objective-c type checking. This time comparing objective-c known objects. by Fariborz Jahanian · 17 years ago
- ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
- c395bda Patch to do type-checking for objctive-c's object types. More is yet to come. by Fariborz Jahanian · 17 years ago
- 18b2515 add accessor. by Chris Lattner · 17 years ago
- 7360f9f Add newline by Seo Sanghyeon · 17 years ago
- 7697b5c Fix trivial self-infinite-recursion by Chris Lattner · 17 years ago
- 7359f04 More objective-c typechecking stuff. This is work in progress and more patches by Fariborz Jahanian · 17 years ago
- fe23e21 Implement codegen for ordered comparison builtins. by Chris Lattner · 17 years ago
- 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
- 7f17527 Renamed "FileEntry::getDev()" to "FileEntry::getDevice()" by Ted Kremenek · 17 years ago
- 1b9a079 implement semantic analysis for __builtin_islessequal and friends. by Chris Lattner · 17 years ago
- 97394f2 Added method getFileEntryForID() to SourceManager. by Ted Kremenek · 17 years ago
- c27c665 simplify some code. by Chris Lattner · 17 years ago
- 30ce344 refactor some code that handles sema of direct function calls. by Chris Lattner · 17 years ago
- d57f635 Add iterator interface to function/method parameters. by Chris Lattner · 17 years ago
- f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
- 1036b68 Added methods createMainFileID() and createMainFileIDForMemBuffer() to by Ted Kremenek · 17 years ago
- 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
- 7dcc968 Typo fix. by Ted Kremenek · 17 years ago
- 76edd0e Added storage of the FileID of the the main source file of a translation unit by Ted Kremenek · 17 years ago
- 94a5c33 by Steve Naroff · 17 years ago
- fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
- 80a7591 Describe Nico's script for gcc interception. Patch by Nico Weber. by Chris Lattner · 17 years ago
- 50b5641 Cleaned up "-o" option to print "-o=<path>" instead of "-o=<string>" when by Ted Kremenek · 17 years ago
- ccc7647 Added "-o" option to driver. ASTConsumers will need to be gradually by Ted Kremenek · 17 years ago
- 2243449 Add support for #pragma mark, which shouldn't warn about bogus tokens. by Chris Lattner · 17 years ago
- 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
- 6f62c2a fix some crazy indentation by Chris Lattner · 17 years ago
- 23ae091 by Steve Naroff · 17 years ago
- cf5f931 Minor test twik. by Fariborz Jahanian · 17 years ago
- 9dadf5a Updated locations of TranslationUnit.[cpp,h] in XCode project. by Ted Kremenek · 17 years ago
- 68cfd49 reenable this code, fix the testcase. by Chris Lattner · 17 years ago
- 852e311 disable my commit from yesterday, fixing a regression test failure. by Chris Lattner · 17 years ago
- 411f373 This patch concludes implementation of dynamic objective-c type qualified by by Fariborz Jahanian · 17 years ago
- abf5ad0 Fix the embarassing typo for real this time (- vs _), sorry about breaking the tests Steve. by Anders Carlsson · 17 years ago
- 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
- 5ca4020 by Steve Naroff · 17 years ago
- 0592cbe by Steve Naroff · 17 years ago
- 78aaae9 Fix an embarassing typo and add some very limited support for the aligned attribute. by Anders Carlsson · 17 years ago
- f8d1080 svn:ignore configure.out at the root level by Christopher Lamb · 17 years ago
- ecbbfd2 Change svn attributes to ignore build directories. by Christopher Lamb · 17 years ago
- 6ede0ff Normalize attribute names if possible so we won't have to do two strcmps for every attribute. by Anders Carlsson · 17 years ago
- 54b263b fix broken assert. by Chris Lattner · 17 years ago
- cd88129 Implement C99 6.7.5.3p1 by Chris Lattner · 17 years ago
- bca6d12 Refactored inode and device number into FileEntry, and changed the by Ted Kremenek · 17 years ago
- 82dfaf7 When serializing SourceManager, we now serialize out absolute paths by Ted Kremenek · 17 years ago
- dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
- 49747fd by Steve Naroff · 17 years ago
- 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
- 9765ec2 Moved TranslationUnit.h to include path. by Ted Kremenek · 17 years ago
- 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
- d58fabf Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. by Fariborz Jahanian · 17 years ago
- da99544 Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and by Ted Kremenek · 17 years ago
- 2b9d2ca local static vars are globals also. This fixes a testcase reported by Seo. by Chris Lattner · 17 years ago
- 9bfa73c remove the loc argument to Type::isConstantSizeType, which isn't useful. by Chris Lattner · 17 years ago
- 6538347 Fix the location we emit the "not a constant" error for this: by Chris Lattner · 17 years ago
- d52a457 Fix PR1863: an assertion due to not setting a location on return from by Chris Lattner · 17 years ago
- 6e99978 Fix const propagation bug. by Chris Lattner · 17 years ago
- d7d860d Fix an nice and subtle parser bug reported by Nico Weber. by Chris Lattner · 17 years ago
- 1ca9b11 by Steve Naroff · 17 years ago
- b99a4a3 by Steve Naroff · 17 years ago
- 222d2c8 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
- a56f616 by Steve Naroff · 17 years ago
- 7acda7c introduce a new CodeGenModule::getIntrinsic method, which wraps by Chris Lattner · 17 years ago
- 8d54bf2 by Steve Naroff · 17 years ago
- c293725 Fixed a comment describing a function by Fariborz Jahanian · 17 years ago
- 5fb125c implement HeaderMap::LookupFile. I think headermaps are done now. All that is by Chris Lattner · 17 years ago
- 1adbf63 implement enough helper functions to successfully dump out the by Chris Lattner · 17 years ago
- c569249 Patch to implemented objective-c's dynamic object pointer qualified with by Fariborz Jahanian · 17 years ago
- 2f6974a Targets.cpp is gone. by Chris Lattner · 17 years ago
- 55352a2 Make the insertion point with an explicit new instead of the builder. by Chris Lattner · 17 years ago
- 7e3a89d Removed CFG.cpp's dependence on #including iostream. by Ted Kremenek · 17 years ago
- 4a33646 Modified format-string checking to not emit a warning when all of the by Ted Kremenek · 17 years ago
- ba83265 simplify some code, using new scoped_ptr support. Fix a bug in the by Chris Lattner · 17 years ago
- 9875131 Finish hooking up the scaffolding for headermaps. They can now do everything by Chris Lattner · 17 years ago
- 9796915 Format string checker: asprintf does not pass argumnents via va_list. by Ted Kremenek · 17 years ago
- 1bfd4a6 Start reading the headermap header, drop the 'errorstr' argument to by Chris Lattner · 17 years ago
- c6e2c2a Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
- 3af66a9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
- fc591ac Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
- 7c1d3df Fixed 80 col violation. by Ted Kremenek · 17 years ago
- 73da590 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
- 0048b51 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
- 060e470 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
- 0f441ab add headermap.cpp by Chris Lattner · 17 years ago
- b09e71f finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
- afded5b refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
- df77233 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago