- 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
- 65a3d85 Also fixed similar regression for class methods, as well as more indentations. by Fariborz Jahanian · 17 years ago
- 1df68f9 Sink getName into DirectoryLookup to simplify the client in clang. by Chris Lattner · 17 years ago
- be63dd5 Fixed a regression caused by refactoring of some meta-data generation routines using iteratgors. by Fariborz Jahanian · 17 years ago
- f0a6ae0 Fixed 80 col violation. by Ted Kremenek · 17 years ago
- 4b57bc7 Added driver option -Wno-format-nonliteral to silence format string related by Ted Kremenek · 17 years ago
- 0f64f65 Unbreak -v with framework paths. Patch by Shantonu Sen. by Chris Lattner · 17 years ago
- a9d0fd9 Fixed another case where sizeof() returns the size in bytes, not bits. by Ted Kremenek · 17 years ago
- 6707f27 add headermap.cpp by Chris Lattner · 17 years ago
- 6134971 finish stubbing out support for HeaderMap. Now we just need an implementation! by Chris Lattner · 17 years ago
- 7d0ad4a refactor an better comment framework lookup code. This moves it from by Chris Lattner · 17 years ago
- b742678 as it turns out, frameworks and headermaps are orthogonal. Make this so in by Chris Lattner · 17 years ago
- 2a2702a add a portability fixme. by Chris Lattner · 17 years ago
- cf33e93 teach RemoveDuplicates about header maps. by Chris Lattner · 17 years ago
- c2043bf Step #1 in adding headermap support to clang. by Chris Lattner · 17 years ago
- 2a4e2ad rearrange some code and make it more efficient. by Chris Lattner · 17 years ago
- f93e6db add a hack so that codegen doesn't abort on missing sema of initializers, now by Chris Lattner · 17 years ago
- 4fe5e70 Update to use new PointerType::getUnqual() api. by Christopher Lamb · 17 years ago
- 1ad775f Start generating SSE intrinsics. by Anders Carlsson · 17 years ago
- 137e11d by Steve Naroff · 17 years ago
- ac139d2 swtich to smallptrset, which is more efficient than std::set. by Chris Lattner · 17 years ago
- ac55384 make clang -v output more similar to gcc's -v output. by Chris Lattner · 17 years ago
- 68b8be9 We now support all MMX intrinsics. SSE intrinsics are next. by Anders Carlsson · 17 years ago
- 968982d simplify the interfaces to ProcessInputFile and InitializePreprocessor by Chris Lattner · 17 years ago
- 6d7ea52 Removed "isSizeOfExpr" mode from StmtIterator. It turned out not to be by Ted Kremenek · 17 years ago
- e726eb4 Added "mode" to StmtIterator to record if the expression being iterated by Ted Kremenek · 17 years ago
- 2ce399a by Steve Naroff · 17 years ago
- b7cf095 Added support to StmtIterator to traverse the size expression of a VLA type by Ted Kremenek · 17 years ago
- 04c4b75 Simplify the vector code. Add more shift intrinsics. by Anders Carlsson · 17 years ago
- fe97427 IE Menu Problem... by Kevin · 17 years ago
- 32666c5 Array subscription in aggregate expression by Seo Sanghyeon · 17 years ago
- b77fa9e Implement dereference operator in aggregate expression by Seo Sanghyeon · 17 years ago
- d1a80f7 CFG bug fix: for sizeof(expressions), don't expand the control-flow by Ted Kremenek · 17 years ago
- 0c2f214 Patch to make ObjcQualifiedInterfaceType inherit ObjcInterfaceType by Fariborz Jahanian · 17 years ago
- 8ba5114 by Steve Naroff · 17 years ago
- b92cd87 Add hack to SourceManager to support missing source files during by Ted Kremenek · 17 years ago
- 2bd4241 Add check in the driver to see if a serialized AST file has been successfully by Ted Kremenek · 17 years ago
- 27cc3c2 Changed set of top-level decls from a list to a vector. by Ted Kremenek · 17 years ago
- 8df2a4d Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
- 9efc501 Set target data layout info in module. by Chris Lattner · 17 years ago
- d91919f typo by Chris Lattner · 17 years ago
- 1f828c4 debug info too. by Chris Lattner · 17 years ago
- 851fa9d Minor spelling; punctuation correction. by Ted Kremenek · 17 years ago
- aa4054f Grammar fix: correct ' usage. by Bill Wendling · 17 years ago
- 0aac8ae minor cleanups by Chris Lattner · 17 years ago
- 54e1041 add some builtins. by Chris Lattner · 17 years ago
- 9d37e13 simplify some code. by Chris Lattner · 17 years ago
- bb19bc4 Don't do integer promotions of LHS for compound shift assignment. The LHS has to be a modifiable lvalue. by Chris Lattner · 17 years ago