2012-05-01 |
Kaelyn Uhrain | A couple of very small tweaks suggested by Doug in... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
David Blaikie | Remove ref/value inconsistency in redecl_iterator. |
commit | commitdiff | tree | snapshot |
2012-05-01 |
John McCall | My first effort to do this more subtly failed, so elabo... |
commit | commitdiff | tree | snapshot |
2012-05-01 |
Ted Kremenek | malloc size checker: Ignore const'ness of pointer types... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | Add support for openSUSE 12.2, from Ismail Donmez! |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | clang_getCursorLexicalParent should return a translatio... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Smith | Remove -Wc++98-compat warning for an outrageously-rare... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | When going through references to check if the function... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | modern objective-c translator. named aggregate types |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | For RecursiveASTVisitor, do data recursion for CXXOpera... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Argyrios Kyrtzidis | Store the source range of a CXXOperatorCallExpr in... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | minor refactoring of modern objc translator. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ted Kremenek | Fix C versus C++ linkage issue. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Ted Kremenek | Reduce malloc() traffic of clang_getOverridenCursors... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Add FixItHint for -Wnull-conversion to initialize with... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Fix PR12378: provide conversion warnings on default... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | HandleDeclarator() returns NULL for semantic disasters... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Trieu | Add -Wloop-analysis. This warning will fire on for... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Fariborz Jahanian | modern objective-c translation: de-virtualize all |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Douglas Gregor | Restore paren, bracket and brace counts in parser when |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Remove the ref/value inconsistency in filter_decl_iterator. |
commit | commitdiff | tree | snapshot |
2012-04-30 |
David Blaikie | Correct CFGBlock's front() and back() to return by... |
commit | commitdiff | tree | snapshot |
2012-04-30 |
Richard Smith | PR11926 + duplicates: Fix crash in -Wuninitialized... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | PR9546, DR1268: A prvalue cannot be reinterpret_cast... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | PR12688: ParseCXXClassMemberDeclaration's sometimes... |
commit | commitdiff | tree | snapshot |
2012-04-29 |
Richard Smith | [class.copy]p23: Fix an assertion caused by incorrect... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Julien Lerouge | Currently __builtin_annotation() only annotates an... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Chris Lattner | improve error recovery for extra ')'s after a if/switch... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Chris Lattner | switch some uses of ExpectAndConsume(tok::semi to use... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | isCXX98PODType: Avoid dispatch on the language standard... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | C++11 weakens the requirement for types used with offse... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Rename isPODType (using the C++98 rules) into isCXX98PO... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Revert "Use the C++11 definition of PODness for __is_po... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Benjamin Kramer | Use the C++11 definition of PODness for __is_pod in... |
commit | commitdiff | tree | snapshot |
2012-04-28 |
Jordy Rose | [analyzer] Remove references to idx::TranslationUnit... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Nico Weber | Make the diagnostic for "unexpected ':' in nested name... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Fariborz Jahanian | objective-c modern translator: Correctly translate |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Douglas Gregor | When @encode'ing a C++ class that has empty base classe... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Bump up the MaxDepth in the BalancedDelimiterTracker. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Fariborz Jahanian | modern objective-c translator: _OBJC_PROTOCOL_REFERENCE_* |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | [driver] Don't try to set the deployment target when... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Smith | PR12224 (sort of): Diagnose inheriting constructor... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Kaelyn Uhrain | Imrpove the note text for when a non-type decl hides... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Fix logic such that we only call getToolChain once... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Remove redundant calls to BAA->getArchName(). No funct... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Revert 155679; Not a typo. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Alexey Samsonov | Use enum to set debug info size generated by Clang |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Ted Kremenek | Use a deque instead of an ImmutableList in AnalysisCons... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
NAKAMURA Takumi | test/Driver/fast-math.c: Mark this as XFAIL:cygming... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Argyrios Kyrtzidis | Add test case for rdar://11293995 |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Eli Friedman | Add a missing check in CodeGen of packed classes with... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Richard Smith | The release notes are no place for modesty. |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Ted Kremenek | Change FunctionSummary.h's definition of SetOfDecls... |
commit | commitdiff | tree | snapshot |
2012-04-27 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Kaelyn Uhrain | Add note to help explain why a tag such as 'struct... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | modern objective-c transltion: Fixes a translation bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Eli Friedman | Add a missing ExpressionEvaluationContext for template... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Remove svn:eol-style from the test I just added. Sorry :-/ |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Nico Weber | Revert r154981, because it caused PR12674. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | Test case for previosu patch. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Fariborz Jahanian | objective-c IRGen. Fixes a getter synthesis bug |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a bug with block layout when the block contains... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
David Blaikie | Fix file name in comment. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Simon Atanasyan | MIPS: Add support for 64-bit MIPS targets: mips64 ... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Argyrios Kyrtzidis | [PCH] In ASTReader::completeVisibleDeclsMap, after... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
John McCall | Fix a crash-on-invalid where the constant evaluator... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Chad Rosier | Remove the group from -fhonor_infinites/-fno_honor_infi... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Evgeniy Stepanov | Define __ANDROID__ macro on -androideabi targets. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Adds a tutorial on how to write RAV based ASTFrontendAc... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Reverted unintentional commit. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Simon Atanasyan | MIPS: Add tests to check the debian multiarch stuff... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Manuel Klimek | Adds a small tutorial on how to write RAV based ASTFron... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Craig Topper | Enable AVX/AVX2 for Sandy Bridge, Ivy Bridge, and Haswe... |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Ted Kremenek | Update checker build link, and remove stale links. |
commit | commitdiff | tree | snapshot |
2012-04-26 |
Richard Smith | PR12647: An alias template instantiation which occurs... |
commit | commitdiff | tree | snapshot |
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 |
next |