| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 12 | -20/+160 |
* | When in code-completion, skip obj-c method bodies for speed up. | Argyrios Kyrtzidis | 2011-01-03 | 5 | -14/+37 |
* | Add a test that is currently failing | Douglas Gregor | 2011-01-03 | 1 | -0/+14 |
* | Properly rebuild pack expansions whose pattern is a non-type template | Douglas Gregor | 2011-01-03 | 5 | -6/+26 |
* | Unwrap template argument packs when checking the template arguments of | Douglas Gregor | 2011-01-03 | 3 | -32/+62 |
* | Diagnose the presence of unexpanded parameter packs within class | Douglas Gregor | 2011-01-03 | 5 | -9/+42 |
* | Remove a couple of setters that have no callers. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -5/+0 |
* | Speed up code-completion by skipping function bodies. | Argyrios Kyrtzidis | 2011-01-03 | 6 | -39/+30 |
* | Implement support for pack expansions in initializer lists and | Douglas Gregor | 2011-01-03 | 4 | -8/+92 |
* | Fix PR8841 by checking for both semantic and lecical dependent | Chandler Carruth | 2011-01-03 | 2 | -1/+18 |
* | Consider zero-length array of structs when | Fariborz Jahanian | 2011-01-03 | 2 | -1/+23 |
* | Refactor the tree transform's many loops over sets of expressions | Douglas Gregor | 2011-01-03 | 5 | -139/+139 |
* | Guard lazy synthesis of provisional ivars under the new | Fariborz Jahanian | 2011-01-03 | 3 | -4/+7 |
* | In the latest episode of "Deserializing bugs caused by accessors" the series ... | Argyrios Kyrtzidis | 2011-01-03 | 1 | -9/+9 |
* | Fix PR8654, ensuring each branch of an #if, #elif, #else, ... chain | Chandler Carruth | 2011-01-03 | 1 | -1/+12 |
* | Support lit fixes for PR8199 | David Greene | 2011-01-03 | 1 | -1/+1 |
* | Another variadic template metafunction test case: summing values. | Douglas Gregor | 2011-01-03 | 1 | -2/+16 |
* | Implement support for pack expansions whose pattern is a non-type | Douglas Gregor | 2011-01-03 | 21 | -22/+223 |
* | Use some of the llvm cmake infraestructure. This takes care of | Oscar Fuentes | 2011-01-03 | 1 | -11/+2 |
* | Consolidate template metafunction tests for variadic templates into a single ... | Douglas Gregor | 2011-01-03 | 2 | -28/+32 |
* | Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnalyzerCheckers | Oscar Fuentes | 2011-01-03 | 1 | -0/+4 |
* | When we attempt to create a built-in that involves a library type we | Douglas Gregor | 2011-01-03 | 4 | -12/+26 |
* | Funciton -> Function | Peter Collingbourne | 2011-01-02 | 1 | -3/+3 |
* | Unkown -> Unknown | Peter Collingbourne | 2011-01-02 | 3 | -7/+7 |
* | Remove obsolete comments. | Francois Pichet | 2011-01-02 | 1 | -7/+0 |
* | Add support for passing variables declared to use a xmm register to asm | Rafael Espindola | 2011-01-02 | 2 | -1/+34 |
* | Produce a better error message for invalid register names. | Rafael Espindola | 2011-01-01 | 3 | -5/+10 |
* | Fix typo and add comment. | Rafael Espindola | 2011-01-01 | 1 | -5/+8 |
* | Remove stray emacs mode markers in all these files that was causing emacs to | Nick Lewycky | 2010-12-31 | 13 | -14/+14 |
* | MSVC doesn't require an accessible copy-constructor when binding a temporary ... | Francois Pichet | 2010-12-31 | 1 | -1/+1 |
* | Add support for declaring register contraints in variables. They are only used | Rafael Espindola | 2010-12-30 | 3 | -3/+61 |
* | Correct function name in comment. | Nick Lewycky | 2010-12-30 | 1 | -1/+1 |
* | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall | 2010-12-30 | 6 | -0/+75 |
* | Simplify mem{cpy, move, set} creation with IRBuilder. | Benjamin Kramer | 2010-12-30 | 8 | -108/+30 |
* | Fix PR8796. | Rafael Espindola | 2010-12-29 | 2 | -3/+18 |
* | set features for k8-sse3 | Roman Divacky | 2010-12-29 | 1 | -0/+3 |
* | Added scalar casts test. | Abramo Bagnara | 2010-12-28 | 1 | -0/+141 |
* | Canonicalize types before possible cast. | Abramo Bagnara | 2010-12-28 | 1 | -1/+2 |
* | More __uuidof validation: | Francois Pichet | 2010-12-27 | 2 | -18/+39 |
* | Add support for GNU runtime property set / get structure functions. Minor re... | David Chisnall | 2010-12-26 | 4 | -23/+57 |
* | Fix for PR8695. | David Chisnall | 2010-12-26 | 2 | -1/+9 |
* | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner | 2010-12-25 | 18 | -32/+70 |
* | Remove all uses of PathV1::GetRootDirectory. | Michael J. Spencer | 2010-12-25 | 1 | -7/+6 |
* | Add basic support for pointer arithmetic in | Ted Kremenek | 2010-12-24 | 5 | -20/+46 |
* | Remove the EntoSA directories. | Argyrios Kyrtzidis | 2010-12-24 | 122 | -39458/+0 |
* | don't use #pragma mark, it isn't portable. | Chris Lattner | 2010-12-24 | 1 | -7/+7 |
* | ifndef _MSC_VER out #pragma mark on MSVC. It still tries to parse the text even | Michael J. Spencer | 2010-12-24 | 1 | -0/+4 |
* | Handle locations coming from macro instantiations properly in SourceManager::... | Argyrios Kyrtzidis | 2010-12-24 | 2 | -0/+17 |
* | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall | 2010-12-24 | 18 | -500/+524 |
* | Fix a thinko in a helper routine for template argument deduction that | Douglas Gregor | 2010-12-24 | 2 | -5/+35 |