summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
...
* 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-062-4/+8
* Very minor simplification and typo correction; no functional changes intended.Aaron Ballman2014-03-061-14/+3
* Revert "Use private linkage for remaining GlobalVariables with private names."Rafael Espindola2014-03-064-18/+18
* Fix use-after-free detected by ASan bootstrap.Richard Smith2014-03-061-2/+7
* Run -fprofile-instr tests with %clang_cc1.Bob Wilson2014-03-062-4/+4
* Expand documentation section on comment parsingDmitri Gribenko2014-03-061-1/+26
* [ASTPrinter] 'SEL' isn't a ObjCObjectPointer, so we don't need to handle it i...Argyrios Kyrtzidis2014-03-061-4/+3
* Fix operator<< recognition (PR19064).Alexander Kornienko2014-03-062-2/+9
* [C++11] Adding override specifiers where appropriate, and removing virtual sp...Aaron Ballman2014-03-061-105/+101
* Reformatting the style used within the massive attribute semantic handling sw...Aaron Ballman2014-03-061-115/+245
* Added an inserter for ArrayRef<SourceRange>.Alexander Kornienko2014-03-062-16/+16
* [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp si...Alexey Bataev2014-03-064-7/+12
* [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-062-18/+15
* 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-062-2/+73
* 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-0617-17/+298
* PGO: add instrumentation for Objective-C methods.Bob Wilson2014-03-064-8/+58
* [OPENMP] Added option -fopenmp=libiomp5|libgompAlexey Bataev2014-03-0617-34/+134
* Remove 'break' dominated by 'return' in 'EmitBuiltinExpr'.Ted Kremenek2014-03-061-1/+0
* Remove 2 dead 'break' statements. The 'break' usage in this switch is incons...Ted Kremenek2014-03-061-2/+0
* Remove dead return in Parser::MayBeDesignationStart().Ted Kremenek2014-03-061-2/+0
* Remove dead return in BugReporter (found via -Wunreachable-code).Ted Kremenek2014-03-061-4/+2
* PGO: Use the main file name to help distinguish functions with local linkage.Bob Wilson2014-03-065-23/+73
* PGO: Rename variables to avoid referring to the "MangledName" of a function.Bob Wilson2014-03-062-19/+18
* Refactor PGO code in preparation for handling non-C/C++ code.Bob Wilson2014-03-063-12/+11
* PGO: don't emit counter increment if no counters have been allocated.Bob Wilson2014-03-061-1/+1
* [Layering] Update include of Linker.h to match its move to a LinkerChandler Carruth2014-03-061-1/+1
* Fix crash if a submodule overrides one of its own macros, and add support forRichard Smith2014-03-067-3/+31
* Fix test from r203061Richard Trieu2014-03-061-3/+3
* Suppress diagnostics during name lookup for absolute value type.Richard Trieu2014-03-062-0/+14
* Use private linkage for remaining GlobalVariables with private names.Rafael Espindola2014-03-064-18/+18
* Update clang test to cover for new treatment of intrinsics as readnone.Raul E. Silvera2014-03-061-4/+4
* Construct GlobalValues with the correct linkage instead of using setLinkage.Rafael Espindola2014-03-061-8/+7
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-063-10/+20
* Change the color of comment nodes from bright yellow to blue. Bright yellow onRichard Trieu2014-03-062-20/+31
* [Layering] Update include of DebugInfo.h which moved to the IR libraryChandler Carruth2014-03-061-1/+1
* Objective-C properties. Fixes a crash in Sema where RHS ofFariborz Jahanian2014-03-062-4/+60
* Switch to an idiomatic C++ erase/remove for this loop, and fix a bug in theRichard Smith2014-03-061-3/+5
* [Layering] Update include for the move of DIBuilder.h to the IR libraryChandler Carruth2014-03-061-1/+1
* [-Wunreachable-code] Handle idiomatic do...while() with an uninteresting cond...Ted Kremenek2014-03-062-9/+41
* clang/test/Modules/recursive.c: Tweak expressions for win32.NAKAMURA Takumi2014-03-061-2/+2
* [-Wunreachable-code] generalize pruning out warning on trivial returns.Ted Kremenek2014-03-052-10/+28
* Objective-C. Suppress the warning for auto synthesis of property notFariborz Jahanian2014-03-052-4/+60
* [-Wunreachabe-code] add test for double 'break'.Ted Kremenek2014-03-051-0/+1
* [-Wunreachable-code] include some enum constants in "configuration value" heu...Ted Kremenek2014-03-052-0/+23
* PR19010: Make sure we initialize (empty) indirect base class subobjects whenRichard Smith2014-03-052-23/+22
* Fix recursion bug in logic to validate 'objc_protocol_requires_explicit_imple...Ted Kremenek2014-03-052-6/+16
OpenPOWER on IntegriCloud