2012-11-26 |
Anton Korobeynikov | MSPGCC renamed ISR vectors from vector_<address> to... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Timur Iskhodzhanov | Fix PR14413 - incorrect mangling of anonymous namespace... |
commit | commitdiff | tree | snapshot |
2012-11-26 |
Richard Smith | PR14428: When instantiating a 'new' expression, if... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Rafael Espindola | Add r168519 back, but with a fix to also merge the... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Rafael Espindola | Add a basic testcase for the "variable is not needed... |
commit | commitdiff | tree | snapshot |
2012-11-25 |
Alexey Samsonov | Fix test case for linking with sanitizer opts added... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
NAKAMURA Takumi | Revert r168519, "Merge used flags so that we don't... |
commit | commitdiff | tree | snapshot |
2012-11-24 |
Nico Weber | Make err_module_expected_semi consistent with all the... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Benjamin Kramer | Sema: Provide a valid source location when instantiatin... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Merge used flags so that we don't have to iterate on... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Remove redundant check. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Rafael Espindola | Check that we don't warn on this testcase. This is... |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Joey Gouly | PR14306: Move -fbounds-checking to -fsanitize=bounds. |
commit | commitdiff | tree | snapshot |
2012-11-23 |
Bob Wilson | Reapply a subset of r167567 to clean up Darwin-specific... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Benjamin Kramer | Make helpers static/anonymous. |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Fix regression in r168477. Use canonical decl when... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Fix CXXRecordDecl::forallBases to not look through... |
commit | commitdiff | tree | snapshot |
2012-11-22 |
Richard Smith | Test that we correctly deal with multiple copy construc... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Chandler Carruth | Fix the '-fuse-init-array' option to actually be an... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Benjamin Kramer | SemaCXX: an enumeral type can be of character or boolea... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Joey Gouly | Test commit: Remove blank line. |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Alexey Samsonov | Try to fix test from r168428 on mingw bot |
commit | commitdiff | tree | snapshot |
2012-11-21 |
NAKAMURA Takumi | clang/test/Driver/x86_64-nacl-defines.cpp: Specify... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Alexey Samsonov | [Sanitizer] force linking with static sanitizer runtime... |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Dmitri Gribenko | Use color for -ast-dump-filter only when it is supported |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rafael Espindola | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2012-11-21 |
Rafael Espindola | Remove redundant code. |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Rafael Espindola | Don't walk a linked list twice in the same function... |
commit | commitdiff | tree | snapshot |
2012-11-20 |
Bill Wendling | Update method calls to the new interface re r168354. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
David Blaikie | Fix some trailing whitespace (on a blank line) to cycle... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Richard Smith | PR14381: Never skip constexpr function bodies when... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Kaelyn Uhrain | When adding a NamedDecl to a correction, add the underl... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Logan Chien | Add -ldl for non-static libgcc in Android. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Logan Chien | Enable -fuse-init-array for Android X86/MIPS. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
NAKAMURA Takumi | clang/test: Suppress two tests on LLP64 target, Windows... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Chandler Carruth | Completely re-work how the Clang driver interprets... |
commit | commitdiff | tree | snapshot |
2012-11-19 |
Chandler Carruth | Remove a no-op 'const' from a by-value return type. |
commit | commitdiff | tree | snapshot |
2012-11-19 |
NAKAMURA Takumi | RecursiveASTVisitor.h: Rework Doug's r160404, "Eliminat... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Dmitri Gribenko | Remove redundant (duplicated) check. |
commit | commitdiff | tree | snapshot |
2012-11-18 |
NAKAMURA Takumi | clang/test/Sema/warn-documentation.cpp: Try to fix... |
commit | commitdiff | tree | snapshot |
2012-11-18 |
Dmitri Gribenko | Documentation parsing: propely handle a lone '\endverba... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Dmitri Gribenko | Fix Doxygen comment start sequence. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Andy Gibbs | Clean up code according to coding standards |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Fariborz Jahanian | objective-C: Do not issue deprecated warning about... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Nico Weber | Fix crash on end-of-file after \ in a char literal... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Andy Gibbs | Prevent premature macro expansion in __has_builtin... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Andy Gibbs | Made the "expected string literal" diagnostic more... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Andy Gibbs | Refactored duplicate string literal lexing code within... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Andy Gibbs | Fix handling of invalid uses of the __has_warning built... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Benjamin Kramer | Enable inlining of 4 byte atomic ops on ppc32, 8 byte... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Benjamin Kramer | Remove copy ctor that provides no value over the default. |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Ted Kremenek | Further reduce "-fsyntax-only -Wuninitialized" time... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Ted Kremenek | Switch -Wuninitialized to use a reverse-post order... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Eli Friedman | Add missing features for misc x86 CPUs to CPU feature... |
commit | commitdiff | tree | snapshot |
2012-11-17 |
Eli Friedman | Clean up X86 target feature translation code slightly... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Chad Rosier | Typo. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Bill Wendling | Revert r167799. It's not really correct, and it doesn... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Dmitri Gribenko | Testcase overriding-ftemplate-comments.cpp: use [[... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Chad Rosier | [driver] Add the missing TY_PP_ObjCXX_Alias case to... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Dmitri Gribenko | StmtDumper: remove incomplete support for limiting... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Daniel Jasper | Fix partial-match-bind-behavior with forEachDescendant... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Jordan Rose | [analyzer] SATestBuild.py: fix broken string concatenation |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Benjamin Kramer | Make libASTMatchers link its dependencies. libRewriteFr... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Alexey Samsonov | UBSan: enable proper linking with UBsan runtime on... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Nick Lewycky | Store this Decl* as a Decl* instead of a uintptr_t... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
NAKAMURA Takumi | clang/unittests: Fixup corresponding to Doug's r168136. |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Douglas Gregor | Since CreateTargetInfo is taking ownership of the targe... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Douglas Gregor | Remove unused diagnostics |
commit | commitdiff | tree | snapshot |
2012-11-16 |
NAKAMURA Takumi | Revert r168132, "clang/test/lit.cfg: Suppress the featu... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Argyrios Kyrtzidis | [libclang] When caching code-completion results, pass... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
NAKAMURA Takumi | clang/test/lit.cfg: Suppress the feature 'dev-fd-fs... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Daniel Dunbar | CPP Output: Do not emit an enter file marker for the... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Richard Trieu | Take into account the zero sign bit for positive number... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Matt Beaumont-Gay | Fix PR14321, a crash when Clang is built with GCC 4... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Richard Smith | A step towards sorting out handling of triviality of... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Argyrios Kyrtzidis | Mention the lldb formatters in the clang wiki under... |
commit | commitdiff | tree | snapshot |
2012-11-16 |
Argyrios Kyrtzidis | [ClangDataFormat.py] Add summary for QualType. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Eli Friedman | Make sure CodeGenTypes correctly reconverts function... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Richard Smith | PR9903: Recover from a member functon declared with... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Anna Zaks | [analyzer] CmpRuns: move the clang_version info into... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Comment to XML conversion test: correct filename. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] SATestBuild.py: correctly add -j option... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Split annotate-comments.cpp into a fragile (that uses... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Daniel Dunbar | tests: Mark the /dev/fd test as requiring Darwin until... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [utils/ClangDataFormat.py] For invalid source locations... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Daniel Dunbar | tests: Check that we can output to /dev/fd filesystem. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] Fix a use-after-free introduced in r168019. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Daniel Dunbar | tests: Add a test for reading from named pipes. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Douglas Gregor | If an excluded header does not exist, just ignore it |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] Report leaks at the closing brace of a funct... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] StreamChecker: Remove now-unnecessary check... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] MacOSKeychainAPIChecker: Remove now-unnecess... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] MallocChecker: Remove now-unnecessary check... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Jordan Rose | [analyzer] Mark symbol values as dead in the environment. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Fariborz Jahanian | block extended signatur option. Change previous option |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [modules] Use a memory buffer directly as input for... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Argyrios Kyrtzidis | [modules] Setup the import location of a module file... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Comment to XML conversion: convert some tests to use... |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Dmitri Gribenko | Remove unused diagnostics from TableGen files. |
commit | commitdiff | tree | snapshot |
2012-11-15 |
Benjamin Kramer | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
next |