summaryrefslogtreecommitdiffstats
path: root/clang/test
Commit message (Expand)AuthorAgeFilesLines
* retain-comments-from-system-headers.c: Flush module cache, or incremental tes...NAKAMURA Takumi2014-03-091-0/+1
* [-Wunreachable-code] Tweak heuristic for configuration values to include arit...Ted Kremenek2014-03-081-0/+24
* [-Wunreachabe-code] Don't warn about unreachable destructors for temporaries.Ted Kremenek2014-03-081-0/+13
* Fix CFG bug where the 'isTemporaryDtorsBranch' bit was silently lost for term...Ted Kremenek2014-03-081-10/+10
* [-Wunreachable-code] Handle 'return' with no argument dominated by 'noreturn'...Ted Kremenek2014-03-081-0/+5
* Module [extern_c] attribute: inherit to submodules, don't write 'extern "C"'Richard Smith2014-03-084-4/+21
* Replace "can not" with "cannot" in diagnostics messages.Ismail Pazarbasi2014-03-0721-60/+60
* [-Wunreachable-code] Treat constant globals as configuration values in unreac...Ted Kremenek2014-03-071-0/+7
* Remove a test that we don't need anymoreTimur Iskhodzhanov2014-03-071-27/+0
* Fix PR18967 -- Bad this adjustment for virtual methods in a diamond virtual i...Timur Iskhodzhanov2014-03-075-45/+170
* Tweak some test paths to match on WindowsBen Langmuir2014-03-071-4/+4
* [OPENMP] Small update in threadprivate variables processing to fix template i...Alexey Bataev2014-03-071-0/+7
* [Preprocessor] Pass TranslationUnitKind to the preprocessor and if it is TU_P...Argyrios Kyrtzidis2014-03-071-5/+11
* [OPENMP] Fixed linked libraries for libiomp5 on LinuxAlexey Bataev2014-03-071-2/+4
* Add a bunch of missing changes from r203208Ben Langmuir2014-03-071-5/+7
* Fix recent regressions in -Wreturn-type caused by heuristics to -Wunreachable...Ted Kremenek2014-03-071-1/+35
* Add dependencies from imported modules with -MDBen Langmuir2014-03-071-0/+20
* [-Wunreachable-code] Correctly expand artificial reachability to pruned '&&' ...Ted Kremenek2014-03-071-2/+2
* [-Wunreachable-code] Teach reachable code analysis heuristics about more lite...Ted Kremenek2014-03-072-1/+17
* The Visual Studio IDE changed behavior in VS2012. It used to be the case thatYunzhong Gao2014-03-071-6/+12
* C. Compare vector sizes using their raw element size instead ofFariborz Jahanian2014-03-061-0/+10
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-1/+1
* Make the test a bit stronger by showing what is added to llvm.used.Rafael Espindola2014-03-061-0/+2
* Exclude invalid old decl from mismatching linkage assertionIsmail Pazarbasi2014-03-061-0/+4
* PGO: rename profile data files from .pgodata to .profdata.Bob Wilson2014-03-068-5/+5
* PGO: rename FileCheck variable to follow the existing convention.Bob Wilson2014-03-061-3/+3
* PGO: Add support for Objective-C blocks.Bob Wilson2014-03-062-5/+23
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-061-0/+2
* Add tests for MS inline asm change r203146Reid Kleckner2014-03-062-0/+41
* MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer2014-03-061-4/+4
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-063-7/+7
* Run -fprofile-instr tests with %clang_cc1.Bob Wilson2014-03-062-4/+4
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-061-2/+2
* [OPENMP] Missed test for 'simd private'Alexey Bataev2014-03-061-0/+134
* [-Wunreachable-code] Refine treating all branches of 'switch' as reachable, w...Ted Kremenek2014-03-061-0/+11
* CodeGenObjC/instr-profile.m: Add -target darwin to appease bots.NAKAMURA Takumi2014-03-061-2/+2
* [-Wunreachable-code] don't warn about dead 'return <string literal>' dominate...Ted Kremenek2014-03-061-0/+21
* Attempt to fix buildbots by dropping the -LABEL from some FileCheck patterns.Bob Wilson2014-03-061-2/+2
* [OPENMP] Clause 'num_threads'Alexey Bataev2014-03-062-17/+72
* PGO: add instrumentation for Objective-C methods.Bob Wilson2014-03-062-6/+28
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-0614-25/+78
* PGO: Use the main file name to help distinguish functions with local linkage.Bob Wilson2014-03-062-0/+17
* Fix crash if a submodule overrides one of its own macros, and add support forRichard Smith2014-03-065-0/+17
* Fix test from r203061Richard Trieu2014-03-061-3/+3
* Suppress diagnostics during name lookup for absolute value type.Richard Trieu2014-03-061-0/+13
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-063-7/+7
* Update clang test to cover for new treatment of intrinsics as readnone.Raul E. Silvera2014-03-061-4/+4
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-062-3/+16
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-061-19/+19
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-061-0/+53
OpenPOWER on IntegriCloud