2010-06-25 |
Eric Christopher | Translate numbers properly. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | IRGen for trivial initialization of dynamiccaly allocated |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Tom Care | Change RegionStoreManager::Retrieve to infer the type... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Get CLANG_VERSION from Version.inc instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Daniel Dunbar | build: Add a generated Version.inc file instead of... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support NonTypeTemplateParmDecl for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Make PCHWriter::FlushStmts() robust. If we added null... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support DependentTemplateSpecializationType and Elabora... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Add forgotten breaks in case statements. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Benjamin Kramer | A bug I've introduced in STDIN handling surfaced a... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedLookupExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Support UnresolvedMemberExpr for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Argyrios Kyrtzidis | Print source location when we encounter unhandled state... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chris Lattner | I don't know when I committed this, but it's probably... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Chandler Carruth | Implement dependent alignment attribute support. This... |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Fariborz Jahanian | Add comment for my last patch. |
commit | commitdiff | tree | snapshot |
2010-06-25 |
John Thompson | Fixed another double-char in PPC-specific asm constraints. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
John Thompson | Added PPC-specific asm constraints, PS3 configuration... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | Remove HAS_TLS define. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Fixes a regression when redeclaration of a global satic |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Ted Kremenek | Return null pointer instead of 'false' (fixes clang... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Add check for illegal whence argument of fseek. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Should return stateNotNull. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Zhongxing Xu | Let StreamChecker::CheckNullStream() return a GRState... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Benjamin Kramer | Don't depend on system headers in clang -cc1 tests. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Argyrios Kyrtzidis | Support a couple more C++ Exprs for PCH. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Argyrios Kyrtzidis | Fix broken de/serialization for a couple of C++ Exprs. |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Eric Christopher | More clang support for darwin tls. Add a __has_feature... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Fariborz Jahanian | Patch to correctly mangle block helper functions |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Ted Kremenek | Add 'VisitEndAnalysis' callback to Checker class. ... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Duncan Sands | Add parentheses suggested by gcc. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Revert "Tweak tests to hopefully fix include of limits... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Driver: Add make variable to allow disabling default... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Ted Kremenek | Add USR tests for ObjC class extensions. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Daniel Dunbar | Tweak tests to hopefully fix include of limits.h on... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Sebastian Redl | Add isArrayType() to CanProxy's forwarders. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Argyrios Kyrtzidis | Support C++ class template specializations and partial... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Argyrios Kyrtzidis | Modify ClassTemplateSpecializationDecl and ClassTemplat... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Chris Lattner | improve altivec vector bool/pixel support, patch by... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Chris Lattner | polish the -finstrument-functions implementation, patch... |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Zhongxing Xu | add comments. |
commit | commitdiff | tree | snapshot |
2010-06-23 |
Zhongxing Xu | add comments. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ted Kremenek | Correctly construct an ElementRegion for alloca() ... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | String literals enclosed in parentheses are still string |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Make c++ and C++ valid extensions for C++ source files... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Vector types are not arithmetic types, either. Note... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Patch to provide separate ASTs for multiple ObjC class... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Teach Type::isRealType() that vector types are never... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Type Type::isRealFloatingType() that vectors are not... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Daniel Dunbar | Support -mios-version-min= as an alias for -miphoneos... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Change Type::isFloatingType() to reflect the actual... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Daniel Dunbar | Driver: Remove some dead code left around after a refac... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Ted Kremenek | Don't assert on C++ casts that are currently not handle... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Trying to make BuildBot happy again (related to PR7431). |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Read/write CXXDeleteExpr from/to PCH. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Don't allow vector conversions to sneak in under the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Fixes a problem in generation of meta-data for |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Switch over to the new caching version of getMangledName. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Add a new variant of getMangledName that caches the... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Anders Carlsson | Add GlobalDecl::getCanonicalDecl. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | When we ask for the enumerators of an EnumDecl, make... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | In C++, allow a declaration of an enum to follow a... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Fix PR7180. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Support emitting/reading function templates to/from... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | -Introduce PCHReader::ReadTemplateArgumentLoc() |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Argyrios Kyrtzidis | Make it easier to read/write the template part of Funct... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Benjamin Kramer | Silence warning about C++-style comments. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Zhongxing Xu | Add a bunch of stream APIs to SteamChecker. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Apply array-to-pointer decay when instantiating a Membe... |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Douglas Gregor | Attempt to fix test |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Fariborz Jahanian | Per Chris's comment, remove another static (this one |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Chris Lattner | implement support for -finstrument-functions, patch... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | Alter the internal representation of the condition... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Avoid using a local static for providing lexical |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | Zero out a stale pointer |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | When semantic analysis fail to introduce a class or... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Test case for PR7431 by Nico Weber. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | In fragile-abi (32bit mode abi) generate global symbol |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | In supporting init-priority, globals with the same... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Tom Care | Bug 7377: printf checking fails to flag some undefined... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Anders Carlsson | Fix an Obj-C++ miscompile when calling an Obj-C method... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add CXType support for querying the return type of... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Chris Lattner | accept and ignore two more gcc warning flags. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add CXType support for FunctionNoProto and FunctionProt... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jordy Rose | When folding additive operations, convert the values... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jordy Rose | If a nonnull argument evaluates to UnknownVal, don... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Use more efficient API of SmallVector/array_pod_sort |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Ted Kremenek | Add clang_getCursorType() support for @property declara... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | IRGen for implementation of init-priority attribute. |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Douglas Gregor | Instantiations subject to an explicit template instanti... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Fariborz Jahanian | Fixes a corner case bug whereby declaring and defining... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Argyrios Kyrtzidis | Combine ClassTemplateDecl's PreviousDeclaration with... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Nate Begeman | Implement remaining codegen for NEON, all operations... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Argyrios Kyrtzidis | Support PCH emitting/reading of using declarations. |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Benjamin Kramer | Add braces to avoid an ambiguous else, fixing a GCC... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Jordy Rose | Adds analyzer support for idempotent and tautological... |
commit | commitdiff | tree | snapshot |
2010-06-20 |
Jordy Rose | Casting to void* or any other pointer-to-sizeless type... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Argyrios Kyrtzidis | Cure for Doug's insomnia. |
commit | commitdiff | tree | snapshot |
next |