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 |
2011-10-16 |
Richard Smith | Slightly simplify a constant expression check. No funct... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Add a testcase for r142121 based on an idea from Richar... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Richard Smith | Split apart the state accumulated during constant expre... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Peter Collingbourne | Add sema checks for calls to functions taking static... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Implement overload resolution from init lists for scala... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Diagnose when omitting braces in direct list-initializa... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | In the verify-only pass, check that items that don... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Check for unavailable declarations in Sema::CanUseDecl. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Prove that non-overloaded function calls using init... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Drop the Diagnose parameter from Sema::PerformImplicitC... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Sebastian Redl | Make a C-style cast a const-cast, to suppress a GCC... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
David Blaikie | Remove the leftover partial comment. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Fix a silly bug introduced in r142133. |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Clean up some cruft in the library path searching logic... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Benjamin Kramer | Convert inline asm source ranges into clang SourceRange... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | I fixed this with r142127; these notes now make sense... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Hoist the logic I added to compute the macro name into... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Now that macro expansion notes are real notes and go... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Fix the original bug in our diagnostic printing that... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Now that the structure of this is more reasonably laid... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Add a prefix to the existing test to prepare for more... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Fold two run lines into a single logical one, and move... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Rename this test to a more general name in preparation... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Bill Wendling | Enable CREATE_SUBDIRS for a performance win, because... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Add proper doxyments to the entry point routine, and... |
commit | commitdiff | tree | snapshot |
2011-10-16 |
Chandler Carruth | Persist the TextDiagnostic object across multiple diagn... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Clean up the names of all the TextDiagnostic methods... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Move two functions out of the public interface that... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Graduate the TextDiagnostic interface to its own header... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Move the message printing to a class-static function... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Move the diagnostic level printing into a class static... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Chandler Carruth | Rationalize the last bit of "arbitrary" state that... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Fariborz Jahanian | Avoid duplicate unavailbility diagnostics in objc++. |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Benjamin Kramer | Place static initializers on linux into the ".text... |
commit | commitdiff | tree | snapshot |
next |