summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Move the warning about unused relational comparison from -Wunused-value toRichard Trieu2014-03-11
* If a visibility update record is found for a DeclContext after that Decl hasRichard Smith2014-03-11
* If a module map is found in a relative -I path, convert the filenames within itRichard Smith2014-03-11
* Basic: Add -Wswitch-bool to control warn_bool_switch_conditionDavid Majnemer2014-03-11
* Objective-C IRGen. Fixes several regressions caused by changes madeFariborz Jahanian2014-03-11
* Add -fmodules-cache-path to test/Headers/c11.cBen Langmuir2014-03-10
* RTTI symbols for visible local types may need weak linkage.John McCall2014-03-10
* IRGen: __c11/__atomic compare-and-exchange should respect the standardDavid Majnemer2014-03-10
* Make __LITTLE_ENDIAN__/__BIG_ENDOAN__ common PredefinedMacrosRobert Lytton2014-03-10
* clang/test/Index/preamble-reparse-warn-*.c: Stabilize on win32.NAKAMURA Takumi2014-03-10
* clang/test/Index/preamble-reparse-warn-*.c: Use @LINE in FileCheck.NAKAMURA Takumi2014-03-10
* When a type's definition is instantiated, the definition becomes visible, evenRichard Smith2014-03-10
* [-Wunreachable-code] Handle Objective-C bool literals in 'isConfigurationValue'.Ted Kremenek2014-03-09
* Update clang to account for changes made to LLVM in r203376David Majnemer2014-03-09
* [Sema] Fix assertion hit with #pragma weak.Argyrios Kyrtzidis2014-03-09
* [libclang] Don't pad the main buffer for the preamble.Argyrios Kyrtzidis2014-03-09
* retain-comments-from-system-headers.c: Flush module cache, or incremental tes...NAKAMURA Takumi2014-03-09
* [-Wunreachable-code] Tweak heuristic for configuration values to include arit...Ted Kremenek2014-03-08
* [-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.Ted Kremenek2014-03-08
* Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...Ted Kremenek2014-03-08
* [-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...Ted Kremenek2014-03-08
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-08
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-07
* [-Wunreachable-code] Treat constant globals as configuration values in unreac...Ted Kremenek2014-03-07
* Remove a test that we don't need anymoreTimur Iskhodzhanov2014-03-07
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-07
* Tweak some test paths to match on WindowsBen Langmuir2014-03-07
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-07
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-07
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-07
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-07
* Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...Ted Kremenek2014-03-07
* Add dependencies from imported modules with -MDBen Langmuir2014-03-07
* [-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...Ted Kremenek2014-03-07
* [-Wunreachable-code] Teach reachable code analysis heuristics about more lite...Ted Kremenek2014-03-07
* The Visual Studio IDE changed behavior in VS2012. It used to be the case thatYunzhong Gao2014-03-07
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-06
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-06
* Make the test a bit stronger by showing what is added to llvm.used.Rafael Espindola2014-03-06
* Exclude invalid old decl from mismatching linkage assertionIsmail Pazarbasi2014-03-06
* PGO: rename profile data files from .pgodata to .profdata.Bob Wilson2014-03-06
* PGO: rename FileCheck variable to follow the existing convention.Bob Wilson2014-03-06
* PGO: Add support for Objective-C blocks.Bob Wilson2014-03-06
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-06
* Add tests for MS inline asm change r203146Reid Kleckner2014-03-06
* MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer2014-03-06
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-06
* Run -fprofile-instr tests with %clang_cc1.Bob Wilson2014-03-06
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-06
* [OPENMP] Missed test for 'simd private'Alexey Bataev2014-03-06