Age | Commit message (Expand) | Author |
2011-01-04 | Implement -Wself-assign, which warns on code such as: | Chandler Carruth |
2011-01-04 | Enhance the diagnostic for negative array sizes to include the | Chandler Carruth |
2011-01-04 | When creating the injected-class-name for a class template involving a | Douglas Gregor |
2011-01-04 | Implement pack expansion of base initializers, so that we can | Douglas Gregor |
2011-01-04 | Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCo... | Argyrios Kyrtzidis |
2011-01-03 | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor |
2011-01-03 | When in code-completion, skip obj-c method bodies for speed up. | Argyrios Kyrtzidis |
2011-01-03 | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor |
2011-01-03 | Unwrap template argument packs when checking the template arguments of | Douglas Gregor |
2011-01-03 | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor |
2011-01-03 | Speed up code-completion by skipping function bodies. | Argyrios Kyrtzidis |
2011-01-03 | Implement support for pack expansions in initializer lists and | Douglas Gregor |
2011-01-03 | Fix PR8841 by checking for both semantic and lecical dependent | Chandler Carruth |
2011-01-03 | Consider zero-length array of structs when | Fariborz Jahanian |
2011-01-03 | Refactor the tree transform's many loops over sets of expressions | Douglas Gregor |
2011-01-03 | Guard lazy synthesis of provisional ivars under the new | Fariborz Jahanian |
2011-01-03 | In the latest episode of "Deserializing bugs caused by accessors" the series ... | Argyrios Kyrtzidis |
2011-01-03 | Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chain | Chandler Carruth |
2011-01-03 | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor |
2011-01-03 | Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers | Oscar Fuentes |
2011-01-03 | When we attempt to create a built-in that involves a library type we | Douglas Gregor |
2011-01-02 | Funciton -> Function | Peter Collingbourne |
2011-01-02 | Unkown -> Unknown | Peter Collingbourne |
2011-01-02 | Remove obsolete comments. | Francois Pichet |
2011-01-02 | Add support for passing variables declared to use a xmm register to asm | Rafael Espindola |
2011-01-01 | Produce a better error message for invalid register names. | Rafael Espindola |
2011-01-01 | Fix typo and add comment. | Rafael Espindola |
2010-12-31 | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky |
2010-12-31 | MSVC doesn't require an accessible copy-constructor when binding a temporary ... | Francois Pichet |
2010-12-30 | Add support for declaring register contraints in variables. They are only used | Rafael Espindola |
2010-12-30 | Correct function name in comment. | Nick Lewycky |
2010-12-30 | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall |
2010-12-30 | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer |
2010-12-29 | Fix PR8796. | Rafael Espindola |
2010-12-29 | set features for k8-sse3 | Roman Divacky |
2010-12-28 | Canonicalize types before possible cast. | Abramo Bagnara |
2010-12-27 | More __uuidof validation: | Francois Pichet |
2010-12-26 | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall |
2010-12-26 | Fix for PR8695. | David Chisnall |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-25 | Remove all uses of PathV1::GetRootDirectory. | Michael J. Spencer |
2010-12-24 | Add basic support for pointer arithmetic in | Ted Kremenek |
2010-12-24 | Remove the EntoSA directories. | Argyrios Kyrtzidis |
2010-12-24 | Handle locations coming from macro instantiations properly in SourceManager::... | Argyrios Kyrtzidis |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-24 | Fix a thinko in a helper routine for template argument deduction that | Douglas Gregor |
2010-12-24 | Non-type template parameter packs cannot have default arguments. | Douglas Gregor |
2010-12-24 | When instantiating a non-type template parameter pack, be sure to | Douglas Gregor |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Improve the diagnostic and recovery for missing colons after 'case' | Douglas Gregor |