2012-04-26 |
Ted Kremenek | [analyzer] check lazy bindings in RegionStore first... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | Teach RetainCountChecker that it doesn't quite understa... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | PR12660: Don't crash when initializing a const referenc... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chandler Carruth | Fix a long-standing bug where Clang had a different... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | Two missing -Wc++98-compat warnings, for null pointers... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Rafael Espindola | Reject cases like |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | If a type is non-literal by virtue of being incomplete... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | RecursiveASTVisitor: When in 'shouldVisitTemplateInstan... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | objective-c modern translator: more tests. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Kaelyn Uhrain | Add an error message with fixit hint for changing ... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Argyrios Kyrtzidis | When resolving default template arguments, it should... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Richard Smith | PR12625: Cope with classes which have incomplete base... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Benjamin Kramer | Use a SmallMap for StoredDeclsMap, it's usually sparsel... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Benjamin Kramer | Convert a std::map that usually has between 0 and 10... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | improve a modern objc translator test. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Fariborz Jahanian | modern objc rewriter: fixes a bug writing |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Adds documentation for how to use the tooling library. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Adds a document describing the various tooling approach... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Make asan-ld test windows-safe. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Manuel Klimek | Fixes the header search logic for tools: |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Clang driver support for linking on Android. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Evgeniy Stepanov | Fix default cpu for -march=armv5e. |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chris Lattner | OpenBSD: Remove incorrect -pthread preprocessor define... |
commit | commitdiff | tree | snapshot |
2012-04-25 |
Chris Lattner | don't use soname on OpenBSD, it doesn't support it... |
commit | commitdiff | tree | snapshot |
2012-04-24 |
Nico Weber | Expand #include_next in float.h from mingw to _msc_ver. |
commit | commitdiff | tree | snapshot |
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 |
next |