2012-02-08 |
Argyrios Kyrtzidis | [libclang] For CXXOperatorCallExprs, give a valid sourc... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Fariborz Jahanian | modern objc rewriter: mode metadata stuff. wip. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
John McCall | Only complain about __strong __strong id, not __strong... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
John McCall | Revise the SplitQualType interface to make it its own... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eric Christopher | Whitespace. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Eric Christopher | Use the new forward declaration scheme for records... |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Sean Callanan | If a struct needs to be laid out, and it has not |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | modern objc abi rewriter: mode protocol metadata |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chad Rosier | Fix indentation and an 80-column violation. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Jean-Daniel... | non-literal strftime format string is not unsafe. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Argyrios Kyrtzidis | [libclang] Do not index implicit C++ member functions... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Revert my patches which removed Diagnostic.h includes... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | objc rewriter: modern metadata for protocol decls.... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chad Rosier | In r149662, setDiagnosticMapping was modified to not... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
David Blaikie | Make use of const-correct ParseCommandLineOptions |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Jean-Daniel... | Implements support of format_arg attribute on C++ member. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Devang Patel | Remove tabs. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Devang Patel | Emit debug info for properites that are not backed... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Fariborz Jahanian | objc rewriter: start supporting modern objective-c abi |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Argyrios Kyrtzidis | Make parsing of objc @implementations more robust. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Aaron Ballman | Hex literals without a significand no longer crash... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Print NamedDecls directly to a raw_ostream where possible. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Benjamin Kramer | Switch the ObjC*Decl raw_stream overloads to take a... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Douglas Gregor | Introduce basic ASTs for lambda expressions. This covers: |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use SmallVector instead of std::vector. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use 'ArrayRef<>' instead of 'std::vector<>&' for passed... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Calculate the .size() of the vector once. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Reserve a moderate amount of space for the back-end... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Fix a bug in semantic analysis involving anonymous... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Fix a couple of nasty bugs involving negative enum... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Update test case. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Make FunctionDecl::doesDeclarationForceExternallyVisibl... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Create PathDiagnosticCallEnter and PathDiagnosticCallEx... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Tweak BugReporter extensive diagnostics to not add... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Quote name of function in path diagnostics. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Kaelyn Uhrain | Remove the unused TypoCorrectionConsumer::MaxEditDistance. |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bob Wilson | Filter a few more options not recognized by gcc. ... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Add C11 FLT_TRUE_MIN and friends. <rdar://problem... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Anna Zaks | [analyzer] Allow each CString check to be enabled/disabled |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Bump up the initial vector size to avoid having to... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chris Lattner | simplify a bunch of code to use the well-known LLVM... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Chris Lattner | tidy up code, make the common case (1-byte strings... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Ted Kremenek | Add basic BugReporter support for CallEnter/CallExit... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Eli Friedman | Misc improvements to the diagnostic when a variable... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use a more efficient container for these values. Also... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Bill Wendling | Use a SmallVector instead of std::vector. This improves... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Bill Wendling | Don't recalculate the size of the array each time throu... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Eli Friedman | Minor comment clarification. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Eli Friedman | Fix a minor regression from my potentially-evaluated... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Devang Patel | Relax valid location check. This fixes a clang crash... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Chris Lattner | build wide strings with ConstantDataArray, just because... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Chris Lattner | improve the code that handles IR generation of byte... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Abramo Bagnara | Added source location for the template keyword in Depen... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Chris Lattner | use cheaper llvm APIs for various bits of IR generation. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Chris Lattner | simplify code and smallvectorize. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Manuel Klimek | Canonicalize the base class used in the nested-name... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Eli Friedman | Fix the result of VarDecl::checkInitIsICE so it is... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Ted Kremenek | Tweak format string checking to work with %@ and ObjC... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Aaron Ballman | Added MSVC visualizers for PointerIntPair and PointerUn... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Eric Christopher | Rewrite the debug action handling to take -verify into... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Eric Christopher | Update the command line here and update the comment... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Abramo Bagnara | Removed redundant location info from ElaboratedTypeLoc... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Fariborz Jahanian | objc: fixes a problem in block type comparison involving |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Devang Patel | Let an ivar directly refer property TAG. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Kramer | - Turn the other distribution checks into range compares. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Abramo Bagnara | Added location for template keyword in TemplateSpeciali... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Kramer | Consolidate the ubuntu detection logic a bit, add an... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Abramo Bagnara | Fixed instantiation of DependentScopeDeclRefExpr. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Benjamin Kramer | Move instantiateTemplateAttribute into the sema namespa... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Craig Topper | Test for r149855. |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Craig Topper | Fix vector splat casts to cast element to the appropria... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Richard Smith | Implement name mangling for scalar value initialization... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Aaron Ballman | Invalid O levels on the command line no longer have... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Gregory Szorc | [clang.py] Implement Type.is_pod |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Change type -> Type |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Implement Cursor.enum_type |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Implement Cursor.underlying_typedef_type |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] add TypeKind.VECTOR |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Add CursorKind.{is_translation_unit, is_prep... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Implement Cursor.hash |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Expose diagnostic category and option info... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Tobias Grosser | [clang.py] Implement __eq__ and __ne__ on SourceLocatio... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Benjamin Kramer | Fix a typo (builting -> builtin). |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Benjamin Kramer | Move operator overload out of line. Calling operator... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Aaron Ballman | Fixing a warning in MSVC (this is also a test commit) |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Richard Smith | constexpr: Implement DR1358: An instantiation of a... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Chris Lattner | reapply the patches reverted in r149477, which enable... |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Dylan Noblesmith | Basic: import SmallString<> into clang namespace |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Dylan Noblesmith | Basic: import OwningPtr<> into clang namespace |
commit | commitdiff | tree | snapshot |
2012-02-05 |
NAKAMURA Takumi | Try to fix Benjamin's r149781 on MSVC. |
commit | commitdiff | tree | snapshot |
2012-02-05 |
Richard Smith | constexpr: Fix implementation of DR1311: check for... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Bob Wilson | Preserve alignment for Neon vld1_lane/dup and vst1_lane... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Bob Wilson | Skip freebsd driver test when ppc32/ppc64 targets are... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Sebastian Redl | A useful approximation of initializer list constructors. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Sebastian Redl | Factor out the actual overload resolution from TryConst... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Sebastian Redl | Don't unwrap initializer lists before calling TryConstr... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Sebastian Redl | Remove an unused and unimplemented function prototype. |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Fariborz Jahanian | Also, these objc++ rewriter tests are meant to run... |
commit | commitdiff | tree | snapshot |
2012-02-04 |
Fariborz Jahanian | These tests are intended to run in NeXt's legacy object... |
commit | commitdiff | tree | snapshot |
next |