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 |
2010-12-28 |
Abramo Bagnara | Added scalar casts test. |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Abramo Bagnara | Canonicalize types before possible cast. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Francois Pichet | More __uuidof validation: |
commit | commitdiff | tree | snapshot |
2010-12-26 |
David Chisnall | Add support for GNU runtime property set / get structur... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
David Chisnall | Fix for PR8695. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Chris Lattner | The -fshort-wchar option causes wchar_t to become unsig... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Michael J.... | Remove all uses of PathV1::GetRootDirectory. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Ted Kremenek | Add basic support for pointer arithmetic in |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Argyrios Kyrtzidis | Remove the EntoSA directories. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Chris Lattner | don't use #pragma mark, it isn't portable. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Michael J.... | ifndef _MSC_VER out #pragma mark on MSVC. It still... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Argyrios Kyrtzidis | Handle locations coming from macro instantiations prope... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
John McCall | Refactor how we collect attributes during parsing,... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Douglas Gregor | Fix a thinko in a helper routine for template argument... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Douglas Gregor | Non-type template parameter packs cannot have default... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Douglas Gregor | When instantiating a non-type template parameter pack... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Add an AST representation for non-type template parameter |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Improve the diagnostic and recovery for missing colons... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Implement parsing of function parameter packs and non... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Add -fobjc-default-synthesized-properties flag |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Chris Lattner has strong opinions about directory |
commit | commitdiff | tree | snapshot |
2010-12-23 |
John McCall | Kill RecordType::getAddressSpace() and its fixme; ... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Reimplement the comparison of a class template partial |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | When forming the injected-class-name of a variadic... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Zhongxing Xu | When cast derived to base, only process MemRegionVal. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Rename headers: 'clang/GR' 'clang/EntoSA' and |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Rename static analyzer namespace 'GR' to 'ento'. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Zhongxing Xu | Remove lib/Checker directory. |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | It's amazing what you find when you actually |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Further tweak nonloc::ConcreteInt pretty printing |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Add WIP prototype of a new buffer overflow |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Change MemRegion extent type to be the same type used |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Add 'getConditionType()' and 'getArrayIndexType()' |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Ted Kremenek | Enhance pretty-printing for nonloc::ConcreteInt |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Implement the part of C++0x [temp.arg.explicit]p3 that... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Douglas Gregor | Implement the rest of C++0x [temp.deduct.type]p9, which... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Jeffrey Yasskin | Change all self assignments X=X to (void)X, so that... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Be paranoid about NULL size expressions in dependently... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Unify the consistency checking for deduced template... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Daniel Dunbar | build: Use CLANG_NO_RUNTIME=1 specifically, not just... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Subsequent attempt to fix linux build. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Douglas Gregor | Implement template argument deduction for pack expansio... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Apparently I'm on a mission to break as many builds... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Argyrios Kyrtzidis | Forgot to move the files in CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
next |