- 19f092a Updated VC++ build system by Hartmut Kaiser · 17 years ago
- d4dd30f by Steve Naroff · 17 years ago
- 27b837c UsualArithmeticConversions is crashing with an assert by Chris Lattner · 17 years ago
- fd8b4a4 by Steve Naroff · 17 years ago
- 994f939 remove extraneous space in @selector() by Chris Lattner · 17 years ago
- 02209fb remove typedef. by Chris Lattner · 17 years ago
- 9caf8b1 Implemented 90% functionality of new child_iterator for Stmt objects by Ted Kremenek · 17 years ago
- 2777e49 Make control flow in Expr::isConstantExpr more simple and by Chris Lattner · 17 years ago
- 01c5748 Add new API to rewrite one stmt/expr with another. by Chris Lattner · 17 years ago
- 5075477 Add rewriter support for @encode expressions. For example, we currently turn: by Chris Lattner · 17 years ago
- 9d62a5b The size returned by Rewriter::getRangeSize should include by Chris Lattner · 17 years ago
- fd1f344 Fix assertion for raw lexer. by Chris Lattner · 17 years ago
- 9a61194 Move token length calculation out of the diagnostics machinery into by Chris Lattner · 17 years ago
- 2b65a9d wean the diagnostics machinery off the preprocessor. by Chris Lattner · 17 years ago
- 168ae2d Add a new type of lexer: a raw lexer, which does not require a preprocessor by Chris Lattner · 17 years ago
- 417c909 by Steve Naroff · 17 years ago
- 91d1d7a Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive by Ted Kremenek · 17 years ago
- e5956bd add some comments. by Chris Lattner · 17 years ago
- 3b8e891 by Steve Naroff · 17 years ago
- 390d50a Implementation of AST for @protocol expression. by Fariborz Jahanian · 17 years ago
- 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
- 338128b fix problems with test/sema/Cocoa.m etc on non-apple machines. by Chris Lattner · 17 years ago
- 1a86b33 Generate code for static variables that don't have initializers. Also, report an error if a static initializer is not constant. by Anders Carlsson · 17 years ago
- adc9b13 Fix the build. by Anders Carlsson · 17 years ago
- 5a59d92 Added Driver/SerializationTest.cpp to the XCode project. by Ted Kremenek · 17 years ago
- bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago
- 2a35fa9 Fix location processing of @selector: the range should include the @ sign. by Fariborz Jahanian · 17 years ago
- 81bfde9 by Steve Naroff · 17 years ago
- 674af95 Fix location processing of @encode: the range should include the @ sign. by Chris Lattner · 17 years ago
- 311ff02 Add a new Rewriter::getRangeSize method. by Chris Lattner · 17 years ago
- 3e7fd15 Patch to diagnose duplicate method implementations. by Fariborz Jahanian · 17 years ago
- 3bea81b by Steve Naroff · 17 years ago
- 05de8bc publish location info by Chris Lattner · 17 years ago
- c5c42f5 Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. by Fariborz Jahanian · 17 years ago
- 2c64b7b Push the rewriter forward a bit more. Now it rewrites by Chris Lattner · 17 years ago
- 10864b4 these aren't const. by Chris Lattner · 17 years ago
- f24d95a Fix problem dumping/printing method names with null selector. by Fariborz Jahanian · 17 years ago
- b62f681 Patch to implement AST generation for objective-c's @selector expression. by Fariborz Jahanian · 17 years ago
- 983df5b by Steve Naroff · 17 years ago
- bd0be39 Unbreak mingw32. Maybe there should be something like libClandSystem? :) by Anton Korobeynikov · 17 years ago
- 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
- a1fe117 by Steve Naroff · 17 years ago
- a0818e3 Patch to parse @selector expressions. by Fariborz Jahanian · 17 years ago
- 2198891 by Steve Naroff · 17 years ago
- a642beb by Steve Naroff · 17 years ago
- ec0550f by Steve Naroff · 17 years ago
- 7c50aca Add code generation and sema checking for __builtin_va_arg. by Anders Carlsson · 17 years ago
- be127ba Several name lookup conflict detection fixes involving objective-c names. by Fariborz Jahanian · 17 years ago
- 7e219e4 by Steve Naroff · 17 years ago
- 954ea17 by Steve Naroff · 17 years ago
- ee98ac5 Add support for Pascal strings. by Anders Carlsson · 17 years ago
- 1ff8b58 Fix a warning by Anders Carlsson · 17 years ago
- ff1afdb by Steve Naroff · 17 years ago
- 3d58138 by Steve Naroff · 17 years ago
- 8de2826 by Steve Naroff · 17 years ago
- 58ff9e8 by Steve Naroff · 17 years ago
- 23af9f2 Fix an incorrect assertion. by Anders Carlsson · 17 years ago
- 57c337d haha, my devious plot is complete: by Chris Lattner · 17 years ago
- fb5e5ba Add __builtin_va_list definitions for x86_64 and ppc64. by Anders Carlsson · 17 years ago
- 03b0710 With this I can now insert stuff before tabs, woo. by Chris Lattner · 17 years ago
- 88d0ed0 Woo, tab deletion now works. Next lets see if we can insert stuff. by Chris Lattner · 17 years ago
- 7c23960 another step forward in rewriter stuff. This still has by Chris Lattner · 17 years ago
- 793680e Generate code for va_start and va_end. by Anders Carlsson · 17 years ago
- 1109b42 Patch to check for duplicate method decls in protocols. by Fariborz Jahanian · 17 years ago
- 833b2eb remove dead method with bogus comment. by Chris Lattner · 17 years ago
- e7f64cc Check and diagnose that objective-c objects may not be statically allocated. by Fariborz Jahanian · 17 years ago
- 580b664 Added notion of '*' specified format width/specifiers when checking by Ted Kremenek · 17 years ago
- 3457e8c add a new SM::getDecomposedFileLoc method. by Chris Lattner · 17 years ago
- 3fe44e4 Fixed typo in comment. by Fariborz Jahanian · 17 years ago
- 4cabdfc Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup by Fariborz Jahanian · 17 years ago
- 8f74476 by Steve Naroff · 17 years ago
- 6eda8c9 Add some more diagnostics for va_start, fix tests so they pass with these new diags. by Anders Carlsson · 17 years ago
- bece4ac Fixed a bug whereby, struct tag name matches a typedef/objc-class name by Fariborz Jahanian · 17 years ago
- 075878a Temporary fix to test case. This area is currently under construction...test case will be changing again soon. by Steve Naroff · 17 years ago
- cde8bc4 add comments. by Chris Lattner · 17 years ago
- bef679c Printf argument checking now supports dynamically-passed precision specifiers. by Ted Kremenek · 17 years ago
- 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
- 8a12c27 Push the rewriting APIs along. Build a trivial client that replaces tabs by Chris Lattner · 17 years ago
- dfbcce2 Implemented parsing of objctive-c protocol conforming type used in by Fariborz Jahanian · 17 years ago
- 88e0052 add RewriterTest.cpp to xcode project. by Chris Lattner · 17 years ago
- 507cc6c clarify by Chris Lattner · 17 years ago
- 00bb283 slightly simplify interface by Chris Lattner · 17 years ago
- b2cf357 Add __builtin_va_start to the list of builtins, make __builtin_va_list available to builtin functions. by Anders Carlsson · 17 years ago
- 4b6c905 Patch to create protocol conforming class types. by Fariborz Jahanian · 17 years ago
- 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 17 years ago
- ae3758d update argument. by Chris Lattner · 17 years ago
- ea254db rename -parse-ast-view to -ast-view by Chris Lattner · 17 years ago
- 3b427b3 rename -parse-ast-print to -ast-print by Chris Lattner · 17 years ago
- 22b73ba Fix 80 col violations. by Chris Lattner · 17 years ago
- a1a5178 fix a bunch of regressions I introduced :( by Chris Lattner · 17 years ago
- e21b573 Refinements to Sema::GetObjcIdType()... by Steve Naroff · 17 years ago
- 98f19b6 Commented out header with no section body. Will write this eventually. by Ted Kremenek · 17 years ago
- 8bc0571 Added some documentation on clang CFGs. It is very rough. by Ted Kremenek · 17 years ago
- 3b95017 by Steve Naroff · 17 years ago
- a31f030 avoid accessing off the end of identifiers. by Chris Lattner · 17 years ago
- 2d85f8b Emit a warning when the body of an if block is a NullStmt. by Anders Carlsson · 17 years ago
- 6f688e1 clang -E should not print tokens from the predefines buffer. by Chris Lattner · 17 years ago
- ba0f435 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
- dbff47f Added idea for a simple C++ checker. by Ted Kremenek · 17 years ago
- cd09847 add an idea by Chris Lattner · 17 years ago