2011-01-07 |
Fariborz Jahanian | Update AST reader/writer to handle new AppleKext. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Implement substitution of a function parameter pack... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Francois Pichet | Prefix all attribute enumerators with attr_ for consist... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Francois Pichet | Do not use cdecl, fastcall, stdcall etc.. as identifier... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
John McCall | Rework a few things about how we emit ObjC's for enumer... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Fariborz Jahanian | Add all options needed to support -fapple-kext. wip. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Factor out the template transformation of a sequence... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Devang Patel | Add target triple. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Douglas Gregor | Implement template argument deduction from a call to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Devang Patel | test case for r122971. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Fariborz Jahanian | Put warning about makeing a string writable into |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bob Wilson | Add cortex-m3 CPU to getCPUDefineSuffix mapping. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Abramo Bagnara | Added testcase for commit r122963. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Roman Divacky | PowerPC fixes. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chandler Carruth | Tweak the wording of this warning further based on... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | fix rdar://8823139, a crash on a comment in a preproces... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
John McCall | Introduce an AttributedType, but don't actually use... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Jakob Stoklund... | Clang should not warn on code in clang that is only... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Douglas Gregor | When default-initializing a TemplateArgumentLocInfo... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Fast-path an arity check when performing template argum... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Eliminate an unnecessary dance where we tried to cope... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Initial implementation of function parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Fix an embarrassing think in the disambiguation logic... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Fariborz Jahanian | Don't warn on missing 'copy' attribute on a 'block' |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | hasInit() -> hasDefaultArg() |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Add Decl::isParameterPack(), which covers both function... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Propagate the "deduced from array bound" bit when compa... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | When we're converting deduced template arguments to... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Argyrios Kyrtzidis | Use the proper enum as parameter, instead of unsigned... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Eliminate two "unsupported" errors relating to variadic... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Replace the representation of template template argumen... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | fix a -Wself-assign warning |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Add semantic analysis for the creation of and an AST... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Parse template template argument pack expansions. They... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Update C++ [temp.param]p11 citation to reflect the... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Implement C++0x [temp.param]p11 for non-type and templa... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Implement proper parameter pack matching for non-type... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Implement support for template template parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
John McCall | Fix the -Asserts build. |
commit | commitdiff | tree | snapshot |
2011-01-05 |
John McCall | Refactor the application of type attributes so that... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Use Parser::ExpectAndConsume() uniformly to eat semicol... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Many of the built-in operator candidates introduced... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Eliminate some completely useless code that attempted... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Improve our handling of non-type template parameters... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Tweak test for portability |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Remove an unnecessary FIXME for variadic templates |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Minor cleanups for template argument deduction in the... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Matt Beaumont-Gay | Fix wording for err_invalid_use_of_bound_member_func |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Simplistic test case for mangling of variadic templates... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Improve the checking of deduced template arguments... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Fariborz Jahanian | Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Marshall Clow | Test commit; added blank line to TODO.txt |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Implement name mangling for sizeof...(pack), to silence... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | There is nothing interesting to analyze with a sizeof... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Implement the sizeof...(pack) expression to compute... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Abramo Bagnara | Prefer getAs<ComplexType> rather than cast<ComplexType... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Chandler Carruth | Implement -Wself-assign, which warns on code such as: |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Chandler Carruth | Enhance the diagnostic for negative array sizes to... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | When creating the injected-class-name for a class templ... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Douglas Gregor | Implement pack expansion of base initializers, so that... |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Argyrios Kyrtzidis | Rename MaybeSkipFunctionBodyForCodeCompletion -> trySki... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Argyrios Kyrtzidis | Fix 80 column violation. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Implement pack expansions whose pattern is a base-speci... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Argyrios Kyrtzidis | When in code-completion, skip obj-c method bodies for... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Add a test that is currently failing |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Properly rebuild pack expansions whose pattern is a... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Unwrap template argument packs when checking the templa... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Diagnose the presence of unexpanded parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Argyrios Kyrtzidis | Remove a couple of setters that have no callers. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Argyrios Kyrtzidis | Speed up code-completion by skipping function bodies. |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Implement support for pack expansions in initializer... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chandler Carruth | Fix PR8841 by checking for both semantic and lecical... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Fariborz Jahanian | Consider zero-length array of structs when |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Refactor the tree transform's many loops over sets... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Fariborz Jahanian | Guard lazy synthesis of provisional ivars under the new |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Argyrios Kyrtzidis | In the latest episode of "Deserializing bugs caused... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Chandler Carruth | Fix PR8654, ensuring each branch of an #if, #elif,... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
David Greene | Support lit fixes for PR8199 |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Another variadic template metafunction test case: summi... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Implement support for pack expansions whose pattern... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Oscar Fuentes | Use some of the llvm cmake infraestructure. This takes... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | Consolidate template metafunction tests for variadic... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Oscar Fuentes | Set LLVM_NO_RTTI and LLVM_USED_LIBS for clangStaticAnal... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Douglas Gregor | When we attempt to create a built-in that involves... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Peter Collingbourne | Funciton -> Function |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Peter Collingbourne | Unkown -> Unknown |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Francois Pichet | Remove obsolete comments. |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Rafael Espindola | Add support for passing variables declared to use a... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Produce a better error message for invalid register... |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Rafael Espindola | Fix typo and add comment. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Benjamin Kramer | More empty directory removal. |
commit | commitdiff | tree | snapshot |
2011-01-01 |
Nick Lewycky | Remove empty directories. |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Nick Lewycky | Remove stray emacs mode markers in all these files... |
commit | commitdiff | tree | snapshot |
2010-12-31 |
Francois Pichet | MSVC doesn't require an accessible copy-constructor... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Rafael Espindola | Add support for declaring register contraints in variab... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Nick Lewycky | Correct function name in comment. |
commit | commitdiff | tree | snapshot |
2010-12-30 |
David Chisnall | Expose Objective-C type encodings of declarations to... |
commit | commitdiff | tree | snapshot |
2010-12-30 |
Benjamin Kramer | Simplify mem{cpy, move, set} creation with IRBuilder. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Rafael Espindola | Fix PR8796. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Roman Divacky | set features for k8-sse3 |
commit | commitdiff | tree | snapshot |
next |