2009-06-15 |
Chris Lattner | use the new Path::isAbsolute function, fixing a fixme... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | no really, add the lines :) |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | Fix PR2741 by making our newline tracking be aware... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Chris Lattner | "GCC emits an __objc_class_name_{classname} symbol... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Eli Friedman | PR4391: Tweak -ast-print output to generate valid outpu... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Eli Friedman | PR4390: Make sure to handle anonymous unions correctly... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Fariborz Jahanian | Test modification. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Nuno Lopes | fix the menu's links |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Douglas Gregor | Introduce a SFINAE "trap" that keeps track of the numbe... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Douglas Gregor | Update LLVM. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Nick Lewycky | Fix "for all intensive purposes" to "for all intents... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Eli Friedman | PR4351: Add constant evaluation for constructs like... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | Sink the BuiltinInfo object from ASTContext into the |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | move the various builtins stuff from libast to libbasic... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | prune #includes, Builtins.h/cpp no longer depends on... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | move GetBuiltinType from Builtin::Context to ASTContext. |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | change ParseStatementOrDeclaration to emit the 'missing... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Chris Lattner | improve localizability by not passing english phrases... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | Simplify mangleFunctionDecl by unnesting a crazy condit... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | add a handy predicate. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Eli Friedman | Fix the calling convention for structs/unions containin... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | declare an 'operator delete' to match operator new... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Daniel Dunbar | Don't include system headers when overriding triple. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Daniel Dunbar | Force Obj-C runtime version for this test |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Daniel Dunbar | Switch to the new test runner. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Anders Carlsson | Have CheckClassTemplatePartialSpecializationArgs take... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | a couple minor tweaks |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Eli Friedman | Allow initializing a vector with a vector in addition... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | implement and document a new __has_feature and __has_bu... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Douglas Gregor | Move a bunch of tests into temp.param, and write a... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Daniel Dunbar | Add some random C++ standard tests. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Douglas Gregor | Add the structure for a C++ test suite that mimics... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Eli Friedman | Fix for PR4382: allow instantiating dependent nested... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Anders Carlsson | If a CXXRecordDecl is a class template, the 'this'... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Anders Carlsson | More work on type parameter packs. |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Zhongxing Xu | Stop tracking non-compound value for struct. It may... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Douglas Gregor | Remove a bunch of unnecessary template argument deducti... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Anders Carlsson | Move template type argument checking out into a separat... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Douglas Gregor | When some template parameters of a class template partial |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Chris Lattner | Fix PR4372, another case where non-prototyped functions... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Anders Carlsson | Improvements to TemplateArgumentListBuilder to make... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | A parameter pack must always come last in a class template. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | No need to mark the parameter as invalid, just ignore... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Address more comments from Doug. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Chris Lattner | add the location of the ')' in a do/while statement... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Address comments from Doug - Add a Sema::SemaRef.BuildB... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | It looks like we've finished off matching of class... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Parameter packs can't have default arguments. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Keep track of whether a type parameter is actually... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Finish implementing checking of class template partial... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Diagnose C++ [temp.class.spec]p9b3, where a class templ... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Diagnose the incorrect use of non-type template argumen... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Eli Friedman | Minor formatting tweak. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Eli Friedman | Fix a minor formatting mistake. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Eli Friedman | Some updates to the gcc extension sections of the users... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Parse support for C++0x type parameter packs. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Verify that the template parameters of a class template... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Update the C++ status to reflect improvements in templa... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Fix PR4365. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Douglas Gregor | Improve template argument deduction to keep track of... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | It's an error to use a function declared in a class... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Anders Carlsson | Deducation and instantiation of block types. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Zhongxing Xu | use getAsPointerType() method. |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Oscar Fuentes | CMake: New variable LLVM_LIBDIR_SUFFIX. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Anders Carlsson | Don't assert when generating code with static_asserts. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Eli Friedman | PR4371: Reduce the inlining threshold outside of -O3... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Eli Friedman | Following gcc, hide the hack to include the SSE2 intrin... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Ted Kremenek | Add summary lookup for IOServiceGetMatchingService. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Ted Kremenek | Refactor some function name -> summary lookup using... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Douglas Gregor | Once we have deduced the template arguments of a class... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Anders Carlsson | Add a null check that fixes the crash in PR4362, and... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Douglas Gregor | Point to the clang driver, not the ccc driver |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Douglas Gregor | Add pseudo-destructors to the Open Projects list |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Douglas Gregor | Prune some projects that have already been started |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Zhongxing Xu | Bind the mistakenly generated nonloc::SymbolVal to... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Zhongxing Xu | Use more robust getAsRecordType() method. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Eli Friedman | Make sure to calculate value-dependence correctly when... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Eli Friedman | Move test to be with the other typename tests. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Eli Friedman | PR4364: fix parsing 'typename' in an expression. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Douglas Gregor | Separate TemplateArgument instantiation logic into... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Douglas Gregor | Template argument deduction for member pointers. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Daniel Dunbar | Support complex properties, ivars and message expressions. |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Eli Friedman | PR4350: Make sure we don't create invalid printf attrib... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Eli Friedman | PR4353: Add support for \E as a character escape. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Douglas Gregor | Handle member pointer types with dependent class types... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Douglas Gregor | Example metaprogram for reversing and searching in... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Douglas Gregor | Implement template argument deduction for class template |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Add redirects to new static analysis web site. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Update static analyzer link to new website. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Comment out preliminary text due to wishful thinking... |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Last menu color tweaking (for now). |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | More color tweaking. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Update menu colors. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Update menu color. |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Update checker build file (accidentally used old one). |
commit | commitdiff | tree | snapshot |
2009-06-09 |
Ted Kremenek | Fix link. |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Eli Friedman | Add more parser support for Microsoft extensions. |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Daniel Dunbar | Fix test, which could miss failures, and also avoid... |
commit | commitdiff | tree | snapshot |
2009-06-08 |
Daniel Dunbar | Add stack alignment to x86_64 target data. |
commit | commitdiff | tree | snapshot |
next |