2012-04-24 |
Chad Rosier | Add acos, asin, ceil, fabs, floor, fmax, fmin, round... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Add atan, atan2, exp, and log to the builtin math libra... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chad Rosier | Alphabetize the builtin math library functions. No... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Let NULL and MSVC headers coexist better. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | RecursiveASTVisitor: Visit instantiations of member... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | modern objc translator: Allow writing of multiple |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: allow translation of |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Fariborz Jahanian | objc modern rewriter: minor refactoring. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Gabor Greif | Add a FIXME for uncomplete comment |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Aaron Ballman | Adding information about what intrinsics still need... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Bill Wendling | Add a flag to the image info section indicating that... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Evgeniy Stepanov | Only pass -mcpu, -march, -mfpu to linux-as on ARM. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Kostya Serebryany | enable TBAA when -fthread-sanitizer is given, even... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Fix a typo spotted by Matt. |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | Don't try to delay parsing the exception specification... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Chandler Carruth | Introduce an initial sketch of a MSVC compatible 'intri... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Richard Smith | PR12629: Cope with parenthesized function types when... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
NAKAMURA Takumi | clang/test/Rewriter/objc-modern-boxing.mm: Mark as... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread safety analysis: refactor test cases so that... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Fariborz Jahanian | with -Wdeprecated, include a note to its deprecated... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Eric Christopher | Forward declarations should take a context. This helps... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread safety analysis: support the use of pt_guarded_... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Chandler Carruth | Revert r155363, due to the underlying patches in LLVM... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Fix visibility when we have two types with explicit... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Sirish Pande | Hexagon V5 (floating point) support in cfe. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
DeLesley Hutchins | Thread-safety analysis: support new "pointer to member... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Douglas Gregor | Teach RequireCompleteType about multi-dimensional array... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Manuel Klimek | Fix PR12608. Patch contributed by Yang Chen. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Bob Wilson | Add a test for svn r155263. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Inline helper function into only caller. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Rafael Espindola | Add another testcase that was not being covered. |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Kostya Serebryany | [asan] fix typo |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Kostya Serebryany | [asan] update docs |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Anton Korobeynikov | Do not use stdint.h, driver might provide invalid locat... |
commit | commitdiff | tree | snapshot |
2012-04-23 |
Manuel Klimek | Fixes comment referencing old name. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Add a testcase that we already get right but was not... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Benjamin Kramer | Sema: Initialize NSString method cache members. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Benjamin Kramer | Remove unnecessary StringRef->char*->StringRef conversi... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Cleanup testcase. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | An attribute in a explicit template installation should... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Revert 155102 but add a fixme while I debug what is... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Benjamin Kramer | Better C++11 support is no longer an advantage of GCC. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Richard Smith | PR12571: Objects of type clang::ConstantArrayType aren... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Add another missing testcase. |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Richard Smith | PR12585: When processing a friend template inside a... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Add a testcase we were already getting right, but were... |
commit | commitdiff | tree | snapshot |
2012-04-22 |
Rafael Espindola | Fix handling of template parameters. Found by inspectio... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Rafael Espindola | All the members of LVFlags always have the same value... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Richard Smith | Fix regression in r154844. If necessary, defer computin... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Fariborz Jahanian | Remove unneeded code. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Richard Smith | Fix serialization of uninstantiated exception specifica... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Nuno Lopes | move some stuff to .rodata |
commit | commitdiff | tree | snapshot |
2012-04-21 |
NAKAMURA Takumi | SemaDeclCXX.cpp: Fix utf8 in comment. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
NAKAMURA Takumi | clang/test/Rewriter/rewrite-modern-extern-c-func-decl... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Matt Beaumont-Gay | Also highlight the member name. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Richard Smith | Fix test failure. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Richard Smith | When declaring a template, check that the context doesn... |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Matt Beaumont-Gay | Fix a QoI bug reported by a user. |
commit | commitdiff | tree | snapshot |
2012-04-21 |
Bob Wilson | Link with Foundation whenever -fobjc-link-runtime is... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Argyrios Kyrtzidis | [libclang] Don't set dylib load address to 0xe000000. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Fariborz Jahanian | objective-c arc: With currnt documentation, |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Anna Zaks | [analyzer] Run remove dead bindings right before leavin... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Anna Zaks | [analyzer] Remove unused method. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Anna Zaks | [analyzer] Constify |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Richard Smith | Update doxygen comment to match changes in r155218. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Chad Rosier | In r135308, -save-temps was modified to prevent a tempo... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Richard Smith | Fix bug where a class's (deleted) copy constructor... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Benjamin Kramer | c++11 status: Replace references to "SVN" with "3.1... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Chad Rosier | When generating the clang crash diagnostic script,... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Chad Rosier | Add a little hack to emulate a clang crash, so the... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Fariborz Jahanian | minor improvement to couple of tests. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Manuel Klimek | No need to put the SourceManager in with the ASTContext... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Evgeniy Stepanov | Pass -mfloat-abi= to linuxtools assembler. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Timur Iskhodzhanov | Fix bug 12574 - Avoid infinite recursion in constructor... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Richard Smith | Replace r155185 with a better fix, which also addresses... |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Richard Smith | Fix a bug which creduce found reducing PR12585. |
commit | commitdiff | tree | snapshot |
2012-04-20 |
Chad Rosier | When generating the clang crash diagnostic script,... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Fariborz Jahanian | objective-arc: Retune my previous patch so warning |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Kaelyn Uhrain | Re-add the closing '}' for the namespace I accidentally... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Kaelyn Uhrain | In Parser::isCXXDeclarationSpecifier, consider a non... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Richard Smith | In an attempt to reduce confusion, mark 'Strong compare... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Fariborz Jahanian | objective-c arc: Issue warning under -Wreceiver-is... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Patrick Beard | Added equivalent method calls in examples. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Richard Smith | Formatting fix. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
David Blaikie | Add SmallVectorImpl Visual Studio visualizer. Patch... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
David Blaikie | Fix a broken link. Patch by Nikola Smiljanic. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
DeLesley Hutchins | Refactor the thread safety analysis so that it is easie... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Fariborz Jahanian | objective-c modern translator: Further improving the... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
DeLesley Hutchins | Thread safety analysis: split warnings into two groups... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Patrick Beard | Clarified encoding of boxed C strings, balanced all... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Manuel Klimek | Adds a unit test for the RecursiveASTVisitor. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Francois Pichet | Fix a comment. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Richard Smith | Add missing -Wc++98-compat warnings for initializer... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | In mergeVisibility, if we already have an explicit... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | In mergeVisibilityWithMin, let an implicit hidden symbo... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | Now that we check visibility attributes in an appropria... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | Check ConsiderGlobalVisibility before using -fvisibility. |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | The explicit bit in LV already tracks exactly the same... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | Move the point in the code where we handle -fvisibility... |
commit | commitdiff | tree | snapshot |
2012-04-19 |
Rafael Espindola | Make setVisibility private and change users to mergeVis... |
commit | commitdiff | tree | snapshot |
next |