Age | Commit message (Expand) | Author |
2011-04-27 | This is the next step in building the standalone tools infrastructure: | Manuel Klimek |
2011-04-27 | More accurately model realloc() when the size argument is 0. realloc() with a... | Lenny Maiorani |
2011-04-27 | Add a warning (-Wnon-pod-memset) for calls to memset() with | Chandler Carruth |
2011-04-27 | Diagnose attempts to implicitly instantiate a template before it is | John McCall |
2011-04-27 | Introduce a new parser annotation token for primary expressions. When | Douglas Gregor |
2011-04-27 | Remove this assert, I don't think it's being helpful and people have | Eric Christopher |
2011-04-27 | Clean out some cruft I introduced when adding Sema::ClassifyName() | Douglas Gregor |
2011-04-27 | Simplify the parser's handling of Sema::ClassifyName() for types, by | Douglas Gregor |
2011-04-27 | Allow 'Environment::getSVal()' to allow an optional way for checkers to do a ... | Ted Kremenek |
2011-04-27 | If a null statement was preceded by an empty macro keep its instantiation sou... | Argyrios Kyrtzidis |
2011-04-27 | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor |
2011-04-27 | When compiling with -fno-threadsafe-statics, guard variables for globals with... | Anders Carlsson |
2011-04-27 | Improve diagnostics for typo correction via Sema::ClassifyName(), by | Douglas Gregor |
2011-04-27 | FixOverloadedFunctionReference needs to rebuild member accesses of | John McCall |
2011-04-27 | When comparing Objective-C pointers during overload resolution to | Douglas Gregor |
2011-04-26 | With ms_struct attribut, Zero-length bitfields following | Fariborz Jahanian |
2011-04-26 | When computing Objective-C pointer conversions in C++, retain | Douglas Gregor |
2011-04-26 | To be able to replay compilations we need to accurately remodel how | Manuel Klimek |
2011-04-26 | We need pointer size in bits here. | Devang Patel |
2011-04-26 | Gcc pads the size of an array using the alignment of its elements. | Argyrios Kyrtzidis |
2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
2011-04-26 | IRgen/Darwin: Fix refacto introduced in Triple changes. | Daniel Dunbar |
2011-04-26 | Add ms_struct attribute on record typee | Fariborz Jahanian |
2011-04-26 | Emit a -Wnull-dereference warning for "*null" not just "*null = something". A... | Argyrios Kyrtzidis |
2011-04-26 | Temporarily revert r130176, it appears to have broken a few tests. | Eric Christopher |
2011-04-25 | Emit intrinsic at current insert point, not at the end of current block. | Devang Patel |
2011-04-25 | Turn on byval parameters in Clang for ARM APCS. rdar://problem/7662569 | Stuart Hastings |
2011-04-25 | Simplify. There is no need to have a method to just call another method. | Devang Patel |
2011-04-25 | Generalize case for built-in expressions having | Fariborz Jahanian |
2011-04-25 | For the warnings related to -Wparentheses, display first the note about how t... | Argyrios Kyrtzidis |
2011-04-25 | Re-enable disable free optimization where the FrontendAction is not freed whe... | Ted Kremenek |
2011-04-25 | When generating printf fixits, preserve the original formating for unsigned i... | Ted Kremenek |
2011-04-25 | Ir-gen the side-effect(s) when __builtin_expect is | Fariborz Jahanian |
2011-04-25 | Fix a crash when ASTReader emits diagnostic when another one is in flight. Fi... | Argyrios Kyrtzidis |
2011-04-25 | Implements the strncmp() checker just like the strcmp() checker, but with bou... | Lenny Maiorani |
2011-04-25 | 'extern' variables in functions don't shadow externs in global scope. Fixes r... | Argyrios Kyrtzidis |
2011-04-25 | Add libstdc++ search paths for GCC 4.6.0 on Arch Linux. Patch by Jakub Wieczo... | Nico Weber |
2011-04-25 | Driver: When compilation fails, don't try to remove output files we don't have | Daniel Dunbar |
2011-04-25 | don't use compound literals in MM macros, since they will be instantiated | Chris Lattner |
2011-04-25 | fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating | Chris Lattner |
2011-04-25 | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian |
2011-04-25 | Minor tweak to avoid having to dig through canonical types multiple times whe... | Douglas Gregor |
2011-04-25 | When Sema::ClassifyName() finds an invalid ivar reference, return an | Douglas Gregor |
2011-04-25 | Remove some more hard CR-LF lines. These were particularly weird as they were | Chandler Carruth |
2011-04-25 | t/clang/expr-traits | John Wiegley |
2011-04-25 | Let clang detect gcc triple on Ubuntu Natty. Patch by Thomas Jablin. | Nico Weber |
2011-04-24 | PR4304: Add warning for designators in strict c89 mode. | Eli Friedman |
2011-04-24 | Use template magic to make dumping of vectors slightly less fragile. | Benjamin Kramer |
2011-04-24 | Convert size and alignment variables to CharUnits in EmitAggregateCopy(). No | Ken Dyck |
2011-04-24 | Convert type size and alignment to CharUnits in CheckAggExprForMemSetUse(). | Ken Dyck |