2010-01-09 |
Benjamin Kramer | Use MacroBuilder for TargetDefines instead of std:... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Benjamin Kramer | Move MacroBuilder into Frontend/Utils.h and clean it... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Benjamin Kramer | Rework InitPreprocessor to use a MacroBuilder class... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Kovarththanan... | Switch UndefineBuiltinMacro() over to using StringRef |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Kovarththanan... | Switch DefineBuiltinMacro() over to using StringRef |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Zhongxing Xu | When binding an rvalue to a reference, create a tempora... |
commit | commitdiff | tree | snapshot |
2010-01-09 |
Chris Lattner | improve support for dragonfly, patch by Sascha Wildner! |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Mike Stump | Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Mike Stump | Add in final overrider logic. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Ted Kremenek | Fix handling in GRExprEngine of 'default' branch in... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
John McCall | Organize testcase into namespaces. |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Ted Kremenek | For now, add back clang_getDeclSource(). |
commit | commitdiff | tree | snapshot |
2010-01-08 |
John McCall | Change the printing of OR_Deleted overload results... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Dan Gohman | Use -fno-math-errno by default, and remove the IsMathEr... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Fariborz Jahanian | clang ObjC rewriter: generated code used in "for (x... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
John McCall | Reorganize PrintOverloadCandidates. No functionality... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Eli Friedman | Fix for PR5967: Make const-marking for LLVM globals... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
Douglas Gregor | Improve the fix-its for -Wparentheses to ensure that... |
commit | commitdiff | tree | snapshot |
2010-01-08 |
David Chisnall | Export a public symbol for classes with the GNU runtime. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Ted Kremenek | More crashtracer enhancements to CIndex. When "popping... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | Add an "implicit" bit to CXXThisExpr, so that we can... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Fariborz Jahanian | Fixes a bug where we were rewriting two definitions of |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Add checker for type infos. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Ted Kremenek | Tidy up crashtracer logic in CIndex. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Add checked for VTTs. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Detailed vtable checker. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Fariborz Jahanian | Fixes a bug in my last patch (related to radar 7490331). |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | 1/2 off all structs should not have any virtual functions. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Add a descriptive tag to each line to make the exact... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
John McCall | When parsing an identifier as an expression in C++... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Don't use two argument mixing function. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Also generate the .s files. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Mike Stump | Add a testcase generator for vtable/rtti testing. ... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Fariborz Jahanian | Avoid error when convering a pointer to integer in |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Fariborz Jahanian | Fix rewriting of ivars. Fixes radar 7490331. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Kovarththanan... | Convert from char pointer to char array |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Ted Kremenek | Fix typo: rename Rewriter::getRewritenText() -> Rewrite... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Kovarththanan... | Tigthen scope of local char array |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Nuno Lopes | fix PR5869: mangle static symbols like gcc does to... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | Test linkage of typeinfo and typeinfo names for class... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
John McCall | Improve the lead diagnostic for C++ object subscript... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Ted Kremenek | Change ObjCContainerDecl to contain the entire range... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Ted Kremenek | Add FileCheck prefix to another location in the output... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | Add a test case for code-completion in the presence... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Chris Lattner | _mm_xor_ps does a xor not a nxor. The other 'xor' built... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Fariborz Jahanian | Make this test be ingored for linux. |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | Fix the search for visible declarations within a Scope... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | When we typo-correct a base class initializer, point... |
commit | commitdiff | tree | snapshot |
2010-01-07 |
Douglas Gregor | Whenever we emit a typo-correction diagnostic, also... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Fariborz Jahanian | Fixes the test. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | When suggesting a typo correction for an @implementatio... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Ted Kremenek | Change clang_getDeclExtent() to have the endpoint point... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Fariborz Jahanian | Test case for rewriting of __weak byref objects. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Move the allocation of designators in DesignatedInitExp... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
John McCall | Don't assert when dealing with unsigned casts of lvalue... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Add test from PR5913, which has already been fixed |
commit | commitdiff | tree | snapshot |
2010-01-06 |
John McCall | Derive tighter ranges for & and >> in the conversion... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Add testcase for PR5817, although the bug was already... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Fix linkage for RTTI names by re-using the logic for... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Fariborz Jahanian | Fix a bug when property is redeclared in multiple |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Fix marking of virtual members for nested classes whose... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
David Chisnall | Fix for PR5691 |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Make sure that the key-function computation produces... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
John McCall | Improve the diagnostics used to report implicitly-gener... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Daniel Dunbar | Fix (invalid) may-be-uninitialized warning. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Daniel Dunbar | Add missing CINDEX_LINKAGE. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Daniel Dunbar | Add _clang_getDeclExtent to export list. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
John McCall | Significantly rework the calculation of effective integ... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Revert my available_externally vtables experiment.... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Douglas Gregor | Make our marking of virtual members functions in a... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Ted Kremenek | Add enhanced crash reporter breadcrumbs for clang_creat... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Mike Stump | Reorder to avoid invalidating idx which is an accessor... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Mike Stump | Fix spelling. |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Ted Kremenek | Per offline discussion with Doug, don't perform typo... |
commit | commitdiff | tree | snapshot |
2010-01-06 |
Fariborz Jahanian | Do not diagnose method disguised as property setter |
commit | commitdiff | tree | snapshot |
2010-01-05 |
John McCall | Add Expr::EvaluateAsBooleanCondition(), which does... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove unused variables. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Remove deprecated function 'clang_getDeclSource()'... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Add C API hook 'clang_getDeclExtent()', which returns... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | Fixed a bug where initializer is a macro in rewrite. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Split (mostly nonexistent) USR code out from the main... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Silence bogus GCC warning |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Daniel Dunbar | Fix -plugin command line argument syntax for clang... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Make use of available_externally linkage for vtables... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Add back #include of 'cstdio' to hopefully unbreak... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Ted Kremenek | Split code in CIndex.cpp into multiple source files... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | API support for __block variables which are also __weak. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Douglas Gregor | Improve key-function computation for templates. In... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Add code to skip the emission of available externally... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | Minor clean up. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Steve Naroff | Remove bogus "C" from preamble block decls. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Fariborz Jahanian | More rewriting of __block APIs. wip. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Steve Naroff | Fix <rdar://problem/7490212> clang rewriter: return... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Move test case to a more appropriate file. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Add test case. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | Revert r92318. Instead fix the analyzer: do not call |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Zhongxing Xu | if an arraytype is canonical, then its element is guara... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Nate Begeman | Allow clang to pass -x cl through to compiler driver. |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Anders Carlsson | When emitting member function pointers, use the canonic... |
commit | commitdiff | tree | snapshot |
2010-01-05 |
Mike Stump | Add a radar reference. |
commit | commitdiff | tree | snapshot |
next |