summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Silence some warnings and allow passing down some feature flags to the linker.Rafael Espindola2012-12-31
* Don't warn on unused member functions that are extern because of a typedef.Rafael Espindola2012-12-30
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-30
* Use hasCLanguageLinkage when warning about non C return types.Rafael Espindola2012-12-30
* Don't get confused if a extern "C" builtin function is redeclared withoutRafael Espindola2012-12-30
* Don't warn for undefined but used decls that are external because of a typedef.Rafael Espindola2012-12-29
* Reject overloading of two static extern C functions.Rafael Espindola2012-12-28
* PR14729: Fix typo in CheckICE for BinaryConditionalOperators.Richard Smith2012-12-28
* Improve diagnostic wording for when an implicitly-deleted special memberRichard Smith2012-12-28
* Change this to an IR test instead of an assembly test (as per comment in r171...David Blaikie2012-12-28
* Implement dcl.link paragraph 5.Rafael Espindola2012-12-27
* Update test for backend change.Eric Christopher2012-12-27
* Fix a regression from the previous commit.Rafael Espindola2012-12-26
* Use the most recent redecl to decide if it is needed.Rafael Espindola2012-12-26
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-25
* Add intel_ocl_bicc calling convention as a function attribute to clang. The c...Guy Benyei2012-12-25
* Add 171048 back but invalidate the cache of all redeclarations when settingRafael Espindola2012-12-25
* Simplify RUN lines. No functionality change.Nick Lewycky2012-12-24
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-24
* test/Index/preamble_macro_template.cpp: Tweak for win32.NAKAMURA Takumi2012-12-24
* [libclang] Fix crash when code-completing a macro invocation thatArgyrios Kyrtzidis2012-12-22
* [libclang] Don't try to translate diagnostics from the precompiled preamble t...Argyrios Kyrtzidis2012-12-22
* PR14695: Fix assert from bad cast<>. Not every namespace is a NamespaceDecl; ...Richard Smith2012-12-22
* Add back -Wduplicate-enum which I mistakenly removed.Ted Kremenek2012-12-22
* Fix typo: objc_no_direct_instance_variable_assignmemt => objc_no_direct_insta...Ted Kremenek2012-12-22
* Use a safe default width for template-diff'ing integral arguments, inDouglas Gregor2012-12-21
* Insulate this test from the whims of the random number generator.Matt Beaumont-Gay2012-12-21
* Change checkUnsafeAssignLiteral() to use the new Sema::CheckLiteralKind().Ted Kremenek2012-12-21
* Fixes couple of friend declaration -ast-print bugFariborz Jahanian2012-12-21
* Add a testcase for ARM cortex-r5 subtargetQuentin Colombet2012-12-21
* [analyzer] Re-apply r170826 and make the dumping of the GallGraphAnna Zaks2012-12-21
* Temporary fix of tests to make buildbots happy.Daniel Jasper2012-12-21
* Fix regression in r170489: when instantiating a direct initializer which is aRichard Smith2012-12-21
* Extend checkUnsafeAssigns() to also handle assigning an object literal to a w...Ted Kremenek2012-12-21
* Reinstate r170806, reverted in r170835, with a fix use i1 instead of i8 for a...Richard Smith2012-12-21
* Revert r170806, "Fix some bugs where we would sometimes use 0, not -1, when e...NAKAMURA Takumi2012-12-21
* [libclang] Follow-up to r170824, provide the correct number of arguments forArgyrios Kyrtzidis2012-12-21
* Revert r170826. The output ofRafael Espindola2012-12-21
* Don't eagerly emit a global static merged with a local extern.Rafael Espindola2012-12-21
* [analyzer] Traverse the Call Graph in topological order.Anna Zaks2012-12-21
* [libclang] Make sure we can code-complete inside a macro argument even thoughArgyrios Kyrtzidis2012-12-21
* Fix some bugs where we would sometimes use 0, not -1, when emitting a null co...Richard Smith2012-12-20
* Revert "Warn if a __weak variable is initialized with an Objective-C object l...Ted Kremenek2012-12-20
* Use some heuristics so that when a fixit removes a source range, we tryArgyrios Kyrtzidis2012-12-20
* Warn if a __weak variable is initialized with an Objective-C object literal.Ted Kremenek2012-12-20
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-20
* Update RetainCountChecker to understand attribute ns_returns_autoreleased.Ted Kremenek2012-12-20
* Add __has_feature(memory_sanitizer).Evgeniy Stepanov2012-12-20
* clang/test/Driver/warning-options.cpp: Appease MSYS bash.NAKAMURA Takumi2012-12-20
* clang/test/Misc/ast-dump-decl.c: Add triple. __thread is not supported on all...NAKAMURA Takumi2012-12-20