summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Provide and use a safe Token::getRawIdentifier() accessorAlp Toker2014-05-17
* More fixes for isBetterOverloadCandidate not being a strict weak ordering. TheRichard Smith2014-05-17
* [objcmt] Don't wrap a PCH generation action with a ObjCMigrateAction one, it ...Argyrios Kyrtzidis2014-05-17
* Switch to a more efficient expression of this check.Richard Smith2014-05-17
* Correct incoherent function versus function template partial ordering for con...Richard Smith2014-05-17
* Tweak diagnostic wording for init list narrowingAlp Toker2014-05-17
* If a declaration is loaded, and then a module import adds a redeclaration, thenRichard Smith2014-05-16
* Use getAliasee instead of getAliasedGlobal.Rafael Espindola2014-05-16
* Missed a ! in the if statement when these were being set and the optionsEric Christopher2014-05-16
* Update for llvm api change.Rafael Espindola2014-05-16
* Merge a couple of copy-and-pasted functionsAlp Toker2014-05-16
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* Tooling: use stderr, not stdout for missing command line messagesAlp Toker2014-05-16
* Update for llvm API change.Rafael Espindola2014-05-16
* InstrProf: Look for the PIC-version of the profile runtimeDuncan P. N. Exon Smith2014-05-16
* Push implicitly-declared allocation functions into the IdResolver. Otherwise,Richard Smith2014-05-16
* Replace a fake enum class with the real thing.Richard Smith2014-05-16
* InstrProf: Set profile data to visibility hiddenDuncan P. N. Exon Smith2014-05-16
* MS ABI: Use musttail for thunk IR generationReid Kleckner2014-05-15
* Eliminate DefaultImageName from the Driver constructorAlp Toker2014-05-15
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-15
* Refactoring another for loop to use a range-based for loop instead. Also clea...Aaron Ballman2014-05-15
* Refactoring some for loops to use range-based for loops instead. No functiona...Aaron Ballman2014-05-15
* Use the virtual name of headers when searching for a moduleBen Langmuir2014-05-15
* C++11 - Use nullptr in lib/Sema/SemaOpenMP.cpp and some reformatting (no func...Alexander Musman2014-05-15
* AST: Remove dead-code/update reference to standardDavid Majnemer2014-05-15
* Replace completely bogus ambiguous-compound-literal-in-C++ code with somethingRichard Smith2014-05-15
* PR19748: Make sure we don't lose colon protection after the parenthesized typ...Richard Smith2014-05-15
* Fix typosAlp Toker2014-05-15
* Revert Itanium parts of "Don't copy objects with trivial, deleted copy ctors"Reid Kleckner2014-05-15
* Fill in the options in the MCOptions struct directly like the otherEric Christopher2014-05-15
* Thread Safety Analysis: add new node types to thread safety TIL.DeLesley Hutchins2014-05-15
* PR19742: cv-qualifiers and ref-qualifiers aren't allowed on functions withinRichard Smith2014-05-14
* When an overloaded comparison operator returns a reference, do not considerRichard Trieu2014-05-14
* Converting some for loops to use range-based for loops. No functional changes...Aaron Ballman2014-05-14
* Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclaratorHans Wennborg2014-05-14
* Amending r208783 based on a suggestion by David Blaikie.Aaron Ballman2014-05-14
* When we generate a redeclaration for anJohn McCall2014-05-14
* clang-cl: Fall back immediately if /GR and /fallback were both passedReid Kleckner2014-05-14
* Don't copy objects with trivial, deleted copy ctorsReid Kleckner2014-05-14
* Replacing some manual iterations with standard algorithms. No functional chan...Aaron Ballman2014-05-14
* Formatting and style changes; no functional changes intended.Aaron Ballman2014-05-14
* [OPENMP] Fix warning in Release builds.Alexey Bataev2014-05-14
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-14
* [ARM64]Fix the bug right shift uint64_t by 64 generates incorrect result.Hao Liu2014-05-14
* Sema::FindAllocationFunctions(): Fix \param. [-Wdocumentation]NAKAMURA Takumi2014-05-14
* Create a redeclaration when an elaborated type specifierJohn McCall2014-05-14
* DebugInfo: Avoid creating DILexicalScopeFiles when the filename in the curren...David Blaikie2014-05-14
* Push record return type classification into CGCXXABIReid Kleckner2014-05-13
* PR19729: Delete a bunch of bogus code in Sema::FindAllocationOverload. ThisRichard Smith2014-05-13