summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-0755-75/+66
* For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...Argyrios Kyrtzidis2014-01-071-14/+18
* Fix a -Wparentheses warning from GCC that caught a badly formed assert.Chandler Carruth2014-01-071-1/+1
* CodeGen: Include llvm/Config/config.h for strtoll on WindowsJustin Bogner2014-01-071-0/+1
* update comment.Adrian Prantl2014-01-071-1/+1
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-072-5/+18
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-073-16/+22
* ObjectiveC. Computation of offsets when doing @encode type encodingFariborz Jahanian2014-01-071-1/+12
* CodeGen: Sentences end with a periodJustin Bogner2014-01-073-4/+4
* Properly sort CMake list. NFC.Ted Kremenek2014-01-061-6/+6
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-0616-59/+1066
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-063-0/+18
* Prospective MSVC 2010 build fixAlp Toker2014-01-061-3/+3
* Simplify diagnostic tag type using the token kind formatterAlp Toker2014-01-061-7/+2
* Don't use magic constants in the digraph diagnosticAlp Toker2014-01-061-16/+3
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-062-7/+21
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-063-4/+4
* Highlight the previous underlying enum type when diagnosing a mismatchAlp Toker2014-01-062-1/+9
* Diagnose enum redeclarations properlyAlp Toker2014-01-061-3/+3
* Use token kind instead of '%select{.|->}0' in diagnosticAlp Toker2014-01-061-2/+2
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-061-3/+5
* [OpenCL] Produce an error if an address space is used on the returnJoey Gouly2014-01-061-0/+13
* clang-format: Spacing inside enum braces.Daniel Jasper2014-01-051-1/+3
* clang-format: Allow formatting short enums on a single line.Daniel Jasper2014-01-052-7/+12
* Fix 'declartion' typosAlp Toker2014-01-051-2/+2
* Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExtAlp Toker2014-01-051-1/+1
* Tweak the parse recovery in r198540Alp Toker2014-01-051-3/+8
* Fix bungled parse recovery in K&R function declarationsAlp Toker2014-01-051-6/+3
* Parse: Token consumption modernization and loop de-nestingAlp Toker2014-01-055-59/+51
* Move MS predefined type_info out of InitializePredefinedMacrosAlp Toker2014-01-042-1/+7
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-049-42/+27
* [analyzer] Remove IdempotentOperations checker.Ted Kremenek2014-01-043-741/+0
* [Sema] When checking if a bitcast is appropriate between vector types, take intoArgyrios Kyrtzidis2014-01-041-2/+37
* Ignore qualified templated functions for -Winfinite-recursion. This treatsRichard Trieu2014-01-041-0/+12
* [ms-cxxabi] Improve vbtable name mangling accuracyReid Kleckner2014-01-032-173/+121
* Debug info: Ensure that the last stop point in a function is still withinAdrian Prantl2014-01-035-8/+16
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-031-28/+23
* Fix 80 col violation.Argyrios Kyrtzidis2014-01-031-1/+2
* Pass the decl directly to the diagnostic, no need to call getDeclName().Argyrios Kyrtzidis2014-01-031-1/+1
* Fixing a FIXME; the RetTy template parameter is always bool in practice, and ...Aaron Ballman2014-01-031-48/+47
* Update for llvm's DataLayout including mangling information.Rafael Espindola2014-01-031-38/+57
* Removed one of the string versions of getQualifiedNameAsString, and switched ...Aaron Ballman2014-01-032-23/+34
* [objc] Refactor and improve functionality for the -Wunused-property-ivar warn...Argyrios Kyrtzidis2014-01-039-54/+83
* Reformat the description strings. No functionality change.Rafael Espindola2014-01-031-81/+33
* Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...Aaron Ballman2014-01-0312-29/+49
* Make clang::ento::CreateAnalysisConsumer a part of a public interface of the ...Alexander Kornienko2014-01-033-45/+2
* Simplifying the mutual exclusion check now that the diagnostics engine knows ...Aaron Ballman2014-01-031-12/+7
* Using the proper helper function instead of manually doing this work. No func...Aaron Ballman2014-01-031-2/+2
* Removing some more unnecessary manual quotes from diagnostics.Aaron Ballman2014-01-031-1/+1
* Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...Aaron Ballman2014-01-031-1/+1