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 |
2011-04-27 |
Chandler Carruth | Add the test that I intended to submit with r130055... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Francois Pichet | Add support for Microsoft __interface keyword. An __int... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Argyrios Kyrtzidis | If a null statement was preceded by an empty macro... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Extend Sema::ClassifyName() to support C++, ironing... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Anders Carlsson | When compiling with -fno-threadsafe-statics, guard... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Fix test |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Improve diagnostics for typo correction via Sema::Class... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | Add triple in the hope of unbreaking the bubuildbot |
commit | commitdiff | tree | snapshot |
2011-04-27 |
John McCall | FixOverloadedFunctionReference needs to rebuild member... |
commit | commitdiff | tree | snapshot |
2011-04-27 |
Douglas Gregor | When comparing Objective-C pointers during overload... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Fariborz Jahanian | With ms_struct attribut, Zero-length bitfields following |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Douglas Gregor | When computing Objective-C pointer conversions in C... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Manuel Klimek | To be able to replay compilations we need to accurately... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Devang Patel | We need pointer size in bits here. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Argyrios Kyrtzidis | Gcc pads the size of an array using the alignment of... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
John McCall | Make yet another placeholder type, this one marking... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Daniel Dunbar | IRgen/Darwin: Fix refacto introduced in Triple changes. |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Fariborz Jahanian | Add ms_struct attribute on record typee |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Argyrios Kyrtzidis | Emit a -Wnull-dereference warning for "*null" not just... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Argyrios Kyrtzidis | Disable a test that fails on windows; for some reason... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
NAKAMURA Takumi | include/clang/AST/StmtIterator.h: std::pair should... |
commit | commitdiff | tree | snapshot |
2011-04-26 |
Eric Christopher | Temporarily revert r130176, it appears to have broken... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Devang Patel | Emit intrinsic at current insert point, not at the... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Stuart Hastings | Turn on byval parameters in Clang for ARM APCS. rdar... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Devang Patel | Simplify. There is no need to have a method to just... |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Fariborz Jahanian | Generalize case for built-in expressions having |
commit | commitdiff | tree | snapshot |
2011-04-25 |
Argyrios Kyrtzidis | For the warnings related to -Wparentheses, display... |
commit | commitdiff | tree | snapshot |
next |