2009-04-08 |
Daniel Dunbar | More fixes to builtin preprocessor defines. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Steve Naroff | Sema::CheckConditionalOperands(): Soften pointer/intege... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Make sure value is initialized when built w/o asserts. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Douglas Gregor | -Wmissing-prototypes shouldn't complain about main... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Darwin ld: Unconditionally add -lstdc++ if we are prete... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | use escapes. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | some minor edits |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Make debug info work when using -save-temps. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | Initial draft of PTH internals. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Add a destination type argument to EmitConstantExpr... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Implementation definition of interfaces with __objc_exc... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Sanjiv Gupta | Pointer width on targets like PIC16 is 16-bit, while... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | remove fixme! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | fix typo, noticed by Gabor |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Chris Lattner | improve compatibility with VC+, patch by John Thompson! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Ted Kremenek | New static analyzer check by Nikita Zhuk! |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Daniel Dunbar | Set __PIC__ (more) correctly. |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Anders Carlsson | Don't assume that a block always has a FunctionProtoTyp... |
commit | commitdiff | tree | snapshot |
2009-04-08 |
Mike Stump | Add basic support for arm static analysis checking... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix forwarding of -fpascal-strings. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Fix <rdar://problem/6764172> [sema] crash on invalid. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Visibility attributes should only be set on definition. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix forwarding of -{std,ansi,trigraphs} when... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Shuffle some call code around. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Forward remaining -f options to clang manually. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Only forward last instance of -mmacosx-version... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Now that we have __weak defined as attribute in all... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Manually translate a number of -f with no-... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Add default for ArgList::hasFlag and simplify... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | Allow us to ask for the access specifier of a translati... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Propagte -fvisibility to objc2's class symbols. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Eli Friedman | Diagnose uses of function specifiers on declarations... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Explicitly warn that -pg isn't supported (even... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Add 'q' flag for options which shouldn't be... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | CFG: when there is not continue or break target, mark... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Remove some dead code. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Fariborz Jahanian | Fixes method name lookup when method appears in |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Fix broken test case. I have no idea why this ever... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: Fix a parsing bug where some options were matched |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | add a warning for this crazy case, as suggested by... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | Move the internal DeclContext data structures into... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Use %s in test, not hard coded name. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | Fariborz points out that weak is now defined to the... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Douglas Gregor | XFAIL a failing test |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Tweak Sema::ActOnInstanceMessage() to look for a class... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Fix typo in newly added test case. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Steve Naroff | Change the type of ObjC @ string constants (from NSCons... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Handle use side of __objc_exception__ attribute; when... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | *everyone* knows that __weak is not defined on linux :) |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | implement rdar://6762183. I'm not sure if it is more... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Various fixes to symbols used for Obj-C x86_64 metadata. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Add test case. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove hack from LiveVariables analysis where variables... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | define __va_copy unconditionally, but va_copy only... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove GetLeakNode. This isn't the right approach. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove period. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Eagerly compute the leak location when a leak occurs... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Removed some commented code. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Chris Lattner | The __weak and __strong defines are common to all darwi... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Remove hack support for @try...@finally in source-level... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Driver: More verbosity reduction. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Fix test (triple wasn't passed correctly, the driver... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | PathDiagnostic generation: experiment with avoiding... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Implement __sync_{add,sub,and,or,xor}_and_fetch and |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Daniel Dunbar | Remove a FIXME, the driver handles -O4. |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Anders Carlsson | Use the new getFunctionInfo that takes a BlockPointerTy... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | retain/release checker: When hunting for the leak locat... |
commit | commitdiff | tree | snapshot |
2009-04-07 |
Ted Kremenek | Don't overguard to adding a control-flow piece when... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Fariborz Jahanian | Warn instead of error on duplicate protocol definitions. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ted Kremenek | Rewrite control-flow diagnostic generation "extensive... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Ted Kremenek | PathDiagnosticLocation now also wraps Decls. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Steve Naroff | Make casting 'super' a deprecated warning (instead... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Anders Carlsson | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Douglas Gregor | Fixed the Fix-It hints for comparison against a string... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Fariborz Jahanian | Fixed visibility issues related to objc2's synthesized |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Anders Carlsson | Add a getFunctionInfo that takes a BlockPointerType. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Anders Carlsson | Simplify C++ member function calls. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Anders Carlsson | Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | enable -std=c9x and -std=iso9899:199x, patch by Ed... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Anders Carlsson | Add clang-cc to the xcodeproj file. |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | Daniel convinced me that accepting "const va_list"... |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Fariborz Jahanian | writable property in a category of class's superclass |
commit | commitdiff | tree | snapshot |
2009-04-06 |
Chris Lattner | Fix a couple of cases where Constant* pointers can... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Chris Lattner | in va_arg diagnostics, print out the unpromoted type... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Ted Kremenek | Fix output of ranges in analyzer plist files. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Zhongxing Xu | Apply a patch which adds 'OriginalParmVar' to the DeclC... |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Chris Lattner | Add a warning for questionable va_args usage. |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Chris Lattner | GCC compatibility: gcc allows applying va_args to const |
commit | commitdiff | tree | snapshot |
2009-04-05 |
Chris Lattner | fix rdar://6757323, where an escaped newline in a ... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Anders Carlsson | Add some basic support for generating C++ member functions. |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Anton Korobeynikov | Extend possible handled regparm(N) value |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Daniel Dunbar | Driver: Handle -dumpversion, this is used by some confi... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Daniel Dunbar | Driver: Handle properly calling dsymutil when source... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Daniel Dunbar | Driver: Automatically suppress warnings for duplicate... |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Anton Korobeynikov | Testcase for regparm codegen |
commit | commitdiff | tree | snapshot |
2009-04-04 |
Anton Korobeynikov | Basic support for regparm codegen |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Anton Korobeynikov | Provide sema proper values of maximal number of argumen... |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Anders Carlsson | Add support for calling C++ member functions. |
commit | commitdiff | tree | snapshot |
2009-04-03 |
Anders Carlsson | Add a getFunctionInfo that takes a CXXMethodDecl. |
commit | commitdiff | tree | snapshot |
next |