summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Split FileEntry name vs. isValidBen Langmuir2014-02-274-7/+12
* Assert that the name of some internal variables start with \01L or \01l.Rafael Espindola2014-02-271-47/+55
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-275-32/+140
* [CMake] Teach build system to build/test compiler-rt with a just-built ClangAlexey Samsonov2014-02-271-1/+65
* [OPENMP] First changes for Parsing and Sema for 'omp simd' directive supportAlexey Bataev2014-02-2724-57/+461
* [-Wunreachable-code] Don't warn about trivially unreachable return statements...Ted Kremenek2014-02-272-4/+70
* Fix test case indentation.Ted Kremenek2014-02-271-1/+1
* [-Wunreachable-code] Don't warn about unreachable 'default:' cases.Ted Kremenek2014-02-272-1/+30
* [ASTUnit] Fix use-after-free bug in ASTUnit::getMainBufferWithPrecompiledPrea...Argyrios Kyrtzidis2014-02-2710-59/+51
* Change this test to not try to emit any IR. (It should fail to, but it tries ...Nick Lewycky2014-02-271-1/+1
* As of r202325, CFGBlock predecessors may be NULL. Ignore such preds. Fixes a ...Nick Lewycky2014-02-272-0/+14
* Add category test case for attribute 'objc_protocol_requires_explicit_impleme...Ted Kremenek2014-02-271-2/+17
* Pass down the debug emission kind into the compile unit for codeEric Christopher2014-02-272-6/+8
* [MS ABI] Error instead of generating bad vftables for certain virtual hierarc...Hans Wennborg2014-02-273-1/+70
* Fix -Wunused-variable in non-assert builds. No functionality change.Nick Lewycky2014-02-271-0/+1
* Add a 'use-external-names' option to VFS overlay filesBen Langmuir2014-02-273-26/+99
* [-Wunreachable-code] Prune out unreachable warnings where a 'break' is preced...Ted Kremenek2014-02-272-7/+64
* [CFG] encode unreachable block information for would-have-been successors for...Ted Kremenek2014-02-271-1/+1
* [CFG] Encode unreachable block information for successors when visiting 'if' ...Ted Kremenek2014-02-271-3/+4
* Rework CFG edges to encode potentially unreachable edges, instead of just mak...Ted Kremenek2014-02-274-12/+113
* Fix testcase for PR18962 with an explicit tripleReid Kleckner2014-02-271-1/+1
* PR18962: Fix "Unable to find record layout information for type"Reid Kleckner2014-02-272-2/+37
* argument -> parameter terminology fixes for FunctionTypeInfoAlp Toker2014-02-269-106/+103
* Refactor linkage computation in CGObjCMac.cpp.Rafael Espindola2014-02-263-73/+71
* Sema: Definition of dllimport globals is not allowedNico Rieck2014-02-267-25/+33
* Add newlines to fallback-style description. Patch by Kamal Essoufi\!Alexander Kornienko2014-02-261-3/+4
* AArch64: use less cluttered intrinsic for vtbl/vtbxTim Northover2014-02-261-6/+2
* Add a StmtPrinter test for implicit and explicit conversion operator calls.Benjamin Kramer2014-02-262-5/+52
* Fix typoTobias Grosser2014-02-261-1/+1
* [CMake] Use target_link_libraries(INTERFACE|PRIVATE) on CMake-2.8.12 to incre...NAKAMURA Takumi2014-02-261-1/+1
* [CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|P...NAKAMURA Takumi2014-02-261-0/+14
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-2622-52/+34
* [CMake] Apply DEPENDS intrinsics_gen in clangCodeGen.NAKAMURA Takumi2014-02-261-0/+3
* clang/test/CodeGenCXX/debug-info-varargs.cpp: Appease msvc with %itanium_abi_...NAKAMURA Takumi2014-02-261-1/+1
* 80-col and bad line ending fixups.Eric Christopher2014-02-261-8/+8
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-2621-96/+393
* [analyzer] NonNullParamChecker: don't freak out about nested transparent_unions.Jordan Rose2014-02-262-2/+49
* Add -Wabsolute-value, warnings about absolute value functions.Richard Trieu2014-02-267-0/+1200
* Address review comments for r202185, no functionality changes.Adrian Prantl2014-02-252-12/+11
* Hoist culling of -Wunreachable-code from headers before we even run the analy...Ted Kremenek2014-02-251-6/+10
* Debug info: Generate debug info for variadic functions.Adrian Prantl2014-02-252-0/+40
* Add preprocessed output to ccc-analyzer's accepted language map.Ted Kremenek2014-02-251-1/+4
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-255-18/+28
* Pass the sparc architecture variant to the assembler.Roman Divacky2014-02-252-0/+6
* clang-cl: use -fno-rtti by defaultHans Wennborg2014-02-252-0/+10
* Give sparcv9 the ability to set the target cpu. Change it from acceptingRoman Divacky2014-02-253-8/+29
* Add a driver option -ivfsoverlayBen Langmuir2014-02-2524-1/+182
* MS ABI: Just use getTypeInfoInChars to get the field sizeReid Kleckner2014-02-252-10/+21
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-258-67/+95
* Revert "Pretty Printer: Fix printing of conversion operator decls and calls."Rafael Espindola2014-02-254-38/+5
OpenPOWER on IntegriCloud