2011-04-30 |
Chandler Carruth | Rename the last '[hH]asStandardLayout' entites to ... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Hoist all of the type-specific trait logic for __is_sta... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chandler Carruth | Completely re-implement the core logic behind the __is_... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Benjamin Kramer | Initialize HasStandardLayout. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Ted Kremenek | Move the SelfInit checker to the 'cocoa.experimental... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Don't link -lgcc_s.1 when compiling... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: When using -mios-simulator-version-min... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Reject invalid arch combinations with |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Change Darwin toolchain to explicitly... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Daniel Dunbar | Driver/Darwin: Sketch initial support for a -mios-simul... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Rafael Espindola | Update API. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Fix gcc 'warning: multi-line comment'. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Add lib/Tooling to the Makefile build. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Add a Makefile to examples/Tooling for people who do... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Nico Weber | Fix Makefile build of examples/clang-interpreter. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Argyrios Kyrtzidis | Add a couple of assertions to make sure the bitfields... |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Documentation for -Oz; Updated synopsis and item. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Add documentation for -Oz flag. |
commit | commitdiff | tree | snapshot |
2011-04-30 |
Chad Rosier | Removed redundant case statements |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Tie constructor defintion with its declaration using... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Adjust test/Analysis/retain-release.m to also test... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Bob Wilson | Add -Oz option and use it to set the inline threshold... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Fariborz Jahanian | removes a meaningless comment. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Fariborz Jahanian | block variables on lhs need be ir-gen'ed after the |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Guard in USRGenerator::GenLoc() against null Decl*... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chandler Carruth | Disable -Wnon-pod-memset for now while I try to reduce... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Ted Kremenek | Change -Wparentheses to not imply -Widiomatic-parenthes... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Anders Carlsson | Serialize/deserialize the HasStandardLayout bit when... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | Driver/cc1as: Forward -mllvm arguments when compiling... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Charles Davis | Remove comments about __int8 and friends from the mangl... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | White-list yet more type trait names, since they're... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
David Chisnall | Don't crash if the AST doesn't have a sensible ObjC... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chandler Carruth | Relax the non-POD memset warning to use the less restri... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Francois Pichet | r130381 follow up: accept __uuidof expression for templ... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Add a decl update when a static data member of a class... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Use std::vector for ASTReader's ASTBuffers, instead... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Sebastian Redl | Use -emit-llvm-only as suggested by Argyrios. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chandler Carruth | Don't assume that the AST methods will only be invoked... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | Oops |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | libstdc++ 4.2 also uses __is_same as a struct name... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | Use DirectoryLookup::getName() rather than getDir(... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to report the... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Fariborz Jahanian | Fixes debug info generation problem for ms_struct structs. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Argyrios Kyrtzidis | Cut down unnecessary zero'ing when value-initializing... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Fariborz Jahanian | ms_struct patch for initialization and field access... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stuart Hastings | Raise ARM byval minimum size from 32 to 64, addressing... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Daniel Dunbar | Driver/Darwin/ld: Set the deployment target following... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Daniel Dunbar | tests: Tweak test to not write to the same temporary... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to report how... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Argyrios Kyrtzidis | Get the base element type even in multidimensional... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Lenny Maiorani | Use StringRef::substr() and unbounded StringRef::compar... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Make the top-level driver ignore -fobjc-default-synthes... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stuart Hastings | Replace unitary array with scalar. rdar://problem... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Lenny Maiorani | Eliminates an assert in the strncpy/strncat checker... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Argyrios Kyrtzidis | When value-initializing the elements of an array not... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Argyrios Kyrtzidis | Don't waste memory if the initializer expression is... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Stuart Hastings | Replace SmallVector with an array, as suggested by... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Douglas Gregor | When determining whether two types are reference-compat... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Manuel Klimek | Fixes ArrayTypeTraitExpr (-Wnon-virtual-dtor). |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Douglas Gregor | Only call the MacroExpands callback when we're actually... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Douglas Gregor | libstdc++ 4.4 uses __is_signed as an identifier, while... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Lenny Maiorani | Implements strcasecmp() checker in Static Analyzer. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chandler Carruth | Silence more -Wnon-pod-memset given its current impleme... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Add comment to CFGBlock suggested by Jiri Slaby. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Francois Pichet | Update r130381 to check for UO_AddrOf. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to report the... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Francois Pichet | Support &__uuidof(type) as a non type template argument. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Enhance clang_getCXTUResourceUsage() to report the... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Francois Pichet | SEH was crashing under -fms-extensions. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John McCall | Implement the mangling for non-ADL call expressions... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John McCall | When block-capturing a variable with a non-trivial... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John Wiegley | A few corrections to type traits that missed the last... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Francois Pichet | Because of r130359 this test no longer fail on Windows. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Francois Pichet | Upgrade Microsoft's __int8, __int16, __int32 and __int6... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Convert assertion in memset checking to a runtime check... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John Wiegley | Removed test that depended on ast-test |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John Wiegley | Parsing/AST support for Structured Exception Handling |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Douglas Gregor | More cleanup of template argument deduction and its... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Matt Beaumont-Gay | Fix modified-header-crash.c for read-only source trees |
commit | commitdiff | tree | snapshot |
2011-04-28 |
John Wiegley | Implementation of Embarcadero array type traits |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ted Kremenek | Update regex in scan-build for parsing statistics. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Clean up the handling of non-CVR qualifiers in template... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
John Wiegley | t/clang/type-traits |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ted Kremenek | Remove unused method CFGBlock::hasBinaryBranchTerminator(). |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Eli Friedman | Don't print fixits for format specifiers in cases where... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ted Kremenek | Update scan-build to '-analyzer-checker debug.Stats... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Chandler Carruth | Heh, funny thing, 'void' isn't a POD type. Nice of... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Stuart Hastings | Re-enable byval for ARM in clang. rdar://problem/7662569 |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Fariborz Jahanian | Some refactoring of my ms_struct patch. |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | When printing a base-specifier, print the ellipsis... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | ASTImporter support for NestedNameSpecifier, from Olaf... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Manuel Klimek | This is the next step in building the standalone tools... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Lenny Maiorani | More accurately model realloc() when the size argument... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Chandler Carruth | Add a warning (-Wnon-pod-memset) for calls to memset... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
John McCall | Diagnose attempts to implicitly instantiate a template... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Introduce a new parser annotation token for primary... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Eric Christopher | Remove this assert, I don't think it's being helpful... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Clean out some cruft I introduced when adding Sema... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Simplify the parser's handling of Sema::ClassifyName... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Ted Kremenek | Allow 'Environment::getSVal()' to allow an optional... |
commit | commitdiff | tree | snapshot |
next |