2009-02-17 |
Ted Kremenek | BasicValueFactory: getMinValue/getMaxValue can be appli... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Attribute 'iboutlet' can be applied to Objective-C... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Eek! getDeclAlign sometimes returned alignment in bits. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | initial reimplement tgmath.h, written by Howard Hinnant! |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Simplified ExtQualType per Chris's feedback. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Remove one more redundant dyn_cast. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Move DeclContext::getParent and getLexicalParent in... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Currently all DeclContexts are Decls as well; use cast... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Remove some redundant Decl -> Decl castings. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | Now that ObjC decls have DeclContexts too, remove an... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Argyrios Kyrtzidis | All Decls have a DeclContext now, hooray! Fans of consi... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Added support for objc's gc attribute in ExtQualType. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Convert tabs to spaces. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Backend: Accept -mcpu and -mattr for use by TargetMachine. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Enhance tests to exercise more combinations of using... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Revised RangeConstraintManager based on several discuss... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | BasicValueFactory: getMaxValue and getMinValue now... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Proof that attribute __overloadable__ works as well... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Change EmitConstantExpr to allow failure. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | 80-cols. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Fariborz Jahanian | Renamed ASQualType to ExtQualType to reflect its more |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Recognize -isystem. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Assume gcc will accept piped assembler input when... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Fix a FIXME. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Add '_assert' to list of known panic functions. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ben Laurie | Don't include alloca.h if it doesn't exist. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ben Laurie | Handle fatal errors. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Mike Stump | Be sure to initialize Name. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Mike Stump | Fixup spacing a little. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Remove the error about redefining library functions... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Grammar tweak. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | As an experimental hack, emit "instantiated from" infor... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | emit: |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add an accessor. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | Spell __always_inline__ correctly. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | x86_64 ABI: Fix assert on return of _Complex long double. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | sink a call to getInstantiationLoc to eliminate an... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | break down EmitCaretDiagnostic to use more primitive... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add some files to fix the cmake build, patch by Piotr... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | split caret diagnostic printing out into its own function. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | remove "; candidates are/is:" from various ambiguity... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | clarify the behavior of note. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | fix a minor bug with my previous patch |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | fix notes so that they are always filtered with the... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | If a source range comes through a function-like macro... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Fix broken line. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ted Kremenek | Static Analyzer driver/options (partial) cleanup: |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Static variables and functions won't collide with stand... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Anders Carlsson | Add SSSE3 header |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | x86_64 ABI: Implement classification for bit-fields. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | remove dead macros |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | explicitly cast integers to double. This a) silences any |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | asin support. No we don't care about complex int :) |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | hand macro expand this to make "candidate" set printing... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add support for integers to tgmath functions. I appare... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | start converting over to attr(overloadable). Unfortuna... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | Make PragmaPackStack be a private class in SemaAttr... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Douglas Gregor | Added ClassTemplateSpecializationDecl, which is a subcl... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | copying and assignment of sema seem unwise :) |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | move attribute(packed) sema support out of SemaDecl... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | simplify this code and make it use highlight range... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Daniel Dunbar | ccc: Pass -f[no-]math-errno to clang. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | add support for -fno-math-errno, and validate that... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | sema no longer explodes, yay! |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Chris Lattner | remove extraneous . |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | x86_64 ABI: Handle va_arg arguments with alignment... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | Diagnose non-power-of-2 arguments to attribute aligned. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Anders Carlsson | Add support for throwing exceptions to the nonfragile ABI |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Fariborz Jahanian | Added implementation of objc2's gc API calls for |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | Support IRgen of sqrt -> llvm.sqrt, pow -> llvm.pow. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | Unbreak clang. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Douglas Gregor | Make "implicit int" an error in C++ (unless we're allow... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | fix long lines. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | fix volatile handling with ExtVectorElementExpr, so... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | Modify getMaxValue/getMinValue to take pointer values... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | introduce and use a new ExtVectorElementExpr::isArrow... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Fariborz Jahanian | Use isa<...> instead of dyn_cast<...> where result... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | diagnose uses of deprecated typenames and tags. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | BasicValueFactory: Add utility methods 'Add1' and ... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | BasicValueFactory: Add getMaxValue and getMinValue... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Douglas Gregor | Supply the header corresponding to a library builtin... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | Add getSymbolManager() and getBasicVals() accessors... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Daniel Dunbar | Fix IRgen of __builtin_memset. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | random cleanup |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Fariborz Jahanian | Fixes a bug in property type encoding. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | warn about interfaces that inherit from deprecated... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | warn about categories that implement deprecated interfaces. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | early exit on error. This code is creating an invalid... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | enhance ExtVectorElementExpr to allow V->xxyy to work... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Douglas Gregor | When merging from a function with a prototype to a... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Ted Kremenek | Test passes with -analyzer-range-contraints. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Fariborz Jahanian | Remove an unused variable (which caused a warning). |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | do not warn about uses of deprecated decls when in... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Fariborz Jahanian | Remove FindIvarDeclaration. Use lookupInstanceVariable... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Chris Lattner | cleanup, add a getMethod() that takes a bool to indicat... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Douglas Gregor | When inside an Objective-C++ method, name lookup should... |
commit | commitdiff | tree | snapshot |
next |