2011-10-19 |
Hans Wennborg | Break out ssize_t test from Sema/format-strings-fixit.c |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Improve the warning for cv-qualifiers on free functions... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add support for constant arrays, from Anders Waldenborg!. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Add TypeKind.CONSTANTARRAY, from Anders Waldenborg! |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Fix error message for unknown type kind, from Anders... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | This new field was introduced in clang-c in r141277 |
commit | commitdiff | tree | snapshot |
2011-10-19 |
David Blaikie | Fix pr9789, assert-on-invalid while instantiating an... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Douglas Gregor | Tweak this test to test more directly what we want... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Argyrios Kyrtzidis | Don't forget to complete the objc interface before... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | Add a -Wc++98-compat warning for friend functions of... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eric Christopher | Add block information for ObjC @catch blocks. |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Eric Christopher | Add a new subclass of RunCleanupScopes that also handle... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Peter Collingbourne | Move static array parameter checks to SemaExpr, per... |
commit | commitdiff | tree | snapshot |
2011-10-19 |
Richard Smith | -Wc++98-compat: warn if a SFINAE substitution in C... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: allow class name qualified with protocols in |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Move predecessor into the NodeBuilder context. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Make NodeBuilder and Pred node loosely coupled |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove StmtNodeBuilder from CheckerContext |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Subclassing StmtBuilder from the NodeBuilder |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove redundant method + whitespace. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Modularize builder use in processBranch. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Pull Pred out of NodeBuilderContext. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Rely only on NodeBuilder inside CheckerContext. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Remove redundant assignment operator. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] NodeBuilder Refactoring: Subclass BranchNode... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Anna Zaks | [analyzer] Node Builder refactoring: Introduce a simple... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | More metaprogramming with builtin types. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Make sure we do a correct invalid check... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Minor tweak to test |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | -Wc++98-compat and -Wc++98-compat-pedantic warnings... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Remove unused data member |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Provide result types for code completions that describe... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Add a __has_feature check for arc_cf_code_audited. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Macro metaprogramming for builtin types. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | -Wc++98-compat and -Wc++98-compat-pedantic warnings... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Daniel Dunbar | Frontend: Support -iframework. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Simplify RecordDeclCXX::setBases slightly. No functiona... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: more changes in use of IBOutletCollection attribute. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [arcmt] Rewrite attributes in extensions as well. rdar... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | Set the objc "property attributes as written" for exten... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | In C++11, a class's members are allowed to be nominated... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [driver] Make the driver to link the simulator arclite... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Fariborz Jahanian | objc: diagnose invalid argument to an |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Since an objc extension semantically continu... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Make it possible to compute the type of 'this' without... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Add code completions for C++0x expressions |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Index implicit property references. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] When printing the diagnostic print it with... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | [libclang] Index method references. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Benjamin Kramer | Use llvm::Triple's methods to parse FreeBSD version... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Another attempt at fixing format-strings-fixit.c. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Disable the ssize_t test in format-strings-fixit.c. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Hans Wennborg | Suggest %zu for size_t args to printf. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
David Blaikie | Switch to the C++11 warning flags in tests. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
David Blaikie | Update documentation to use "C++11" instead of "C++0x" |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | Don't format the code completion for parameters of... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Add -Wc++11-compat warning for an inline specifier... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Douglas Gregor | When transforming the arguments for a C++ "new" express... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Richard Smith | Refactor the checking for explicit template instantiati... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Argyrios says this change is required for safety under... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Eli Friedman | Revert accidental commit. |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Eli Friedman | Rewrite parts of MS ABI C++ layout. Based on work... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
John McCall | Fix several bugs with #pragma clang arc_cf_code_audited... |
commit | commitdiff | tree | snapshot |
2011-10-18 |
Argyrios Kyrtzidis | Revert r142311, -mios-simulator-version-min does not... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | In hasPlaceholderType(Kind) and isSpecificPlaceholderTy... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Remove the hack where we sniff the __IPHONE_OS_VERSION_... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Perform lvalue-to-rvalue conversions on __builtin_offse... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | [arcmt] In ARC default for properties is 'strong' so... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Add -Wc++98-compat warnings for uses of the new keyword... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Nick Lewycky | Wire up support for the controlling the extended dwarf... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Matt Beaumont-Gay | Silence a -Wc++0x-narrowing warning |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rafael Espindola | Implement -static-libstdc++ for linux. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Try fixing MSVC compiler errors. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Eli Friedman | Add missing newline. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Ted Kremenek | Move about 20 random diagnostics under -W flags. Patch... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Eli Friedman | Initial implementation of __atomic_is_lock_free. The... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rafael Espindola | Implement -static-libgcc on linux and refactor the... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
DeLesley Hutchins | Substitute for arguments in method calls -- functionality |
commit | commitdiff | tree | snapshot |
2011-10-17 |
DeLesley Hutchins | Substitute for arguments in method calls -- refactoring |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Refactor __attribute__ parsing, and add a diagnostic... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Benjamin Kramer | Code completion chunks are pod-like. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Tanya Lattner | The comparison of two vectors should return a signed... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Fariborz Jahanian | obj-c++: Fix a IRGen crash when getter is a reference... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Eli Friedman | Add missing case to switch. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | Strip qualifiers off the type of an implicit property... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | [libclang] Introduce a new high level API for indexing... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Introduce ASTConsumer::HandleTopLevelDeclInObjCContaine... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Have ObjCMethodDecl::getCanonicalDecl take into account... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Argyrios Kyrtzidis | Keep track when a ObjC interface/protocol was initially... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Douglas Gregor | Controlling macros are identifiers, not declarations. |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | Teach the ARC compiler to not require __bridge casts... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | Add a new placeholder type to represent "unbridged" |
commit | commitdiff | tree | snapshot |
2011-10-17 |
John McCall | Add a helper function for determining whether an expression |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Douglas Gregor | When we end up having to parse the initializer of a... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Sebastian Redl | Revert r142142: "Make a C-style cast a const-cast,... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Douglas Gregor | For modules, all macros that aren't include guards... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Douglas Gregor | When building a module, use the macro definitions on... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Erik Verbruggen | Fixed merge-mistake where ActOnAccessSpecifier was... |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Richard Smith | Perform an lvalue-to-rvalue conversion on an array... |
commit | commitdiff | tree | snapshot |
next |