summaryrefslogtreecommitdiffstats
path: root/clang/include
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code.Richard Smith2014-07-141-1/+0
* AST: Cleanup __uuidof related codeDavid Majnemer2014-07-141-2/+2
* Drop separate UIntMaxType and just derive it from IntMaxType.Joerg Sonnenberger2014-07-141-2/+4
* Introduce getCorrespondingUnsignedType() in TargetInfo to work like theJoerg Sonnenberger2014-07-141-1/+18
* Fix typosAlp Toker2014-07-141-1/+1
* Avoid non-attributive uses of 'unsupported' in diagnosticsAlp Toker2014-07-142-4/+4
* Change the diagnostic group for unsupported gcc optimizations added r212805Alp Toker2014-07-141-2/+2
* ARM: Implement __builtin_arm_nop intrinsicYi Kong2014-07-142-0/+2
* [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads.Benjamin Kramer2014-07-142-5/+5
* CodeGen: support hint intrinsics from ACLE on AArch64Saleem Abdulrasool2014-07-121-0/+7
* clang-cl: Make all x86 CPU feature flags available, such as -msse3Reid Kleckner2014-07-121-1/+1
* [Driver] clang::driver::getARMCPUForMArch() moved to llvm::Triple::getARMCPUF...Argyrios Kyrtzidis2014-07-111-7/+0
* Consolidate header inclusion diagnosticsAlp Toker2014-07-111-14/+4
* MS extension: Make __noop be the integer zero, not voidReid Kleckner2014-07-111-1/+1
* The returns_nonnull attribute does not require a function prototype because i...Aaron Ballman2014-07-111-1/+1
* Instantiate llvm::Registry<clang::PluginASTAction> in FrontendAction.cpp.NAKAMURA Takumi2014-07-111-0/+3
* [PATCH] [x32] Introduce -mx32 flag enforcing x32 mode for other triplets. By ...Zinovy Nis2014-07-111-0/+1
* GCC compatibility: Create a Group to ignore unsupported optimization.Sylvestre Ledru2014-07-112-1/+8
* [OPENMP] Parsing and sema analysis for 'omp task' directive.Alexey Bataev2014-07-119-1/+94
* MSVC compat: Allow lookup of friend types in enclosing namespacesReid Kleckner2014-07-101-1/+5
* Enable -gcolumn-info by default.Diego Novillo2014-07-101-0/+1
* Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs2014-07-101-4/+8
* [analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose2014-07-101-2/+7
* [mips] Add support for -modd-spreg/-mno-odd-spregDaniel Sanders2014-07-101-0/+6
* Prevent link warnings due to -Wframe-larger-than=Alp Toker2014-07-101-1/+2
* [Driver] Expose getARMCPUForMArch() function in the Driver API; NFC.Argyrios Kyrtzidis2014-07-101-0/+7
* [mips][mips64r6] Implement -mips32r6 and -mips64r6 aliases to -march=mips32r6...Daniel Sanders2014-07-091-0/+6
* Prospective legacy build system fix following r212620Alp Toker2014-07-091-5/+1
* Fix 'source-level' hyphenationsAlp Toker2014-07-091-4/+4
* cc1as: consolidate option flags with cc1 and eliminate duplicationAlp Toker2014-07-096-177/+82
* Fixed incompatibility with MSVC builds in range-based for loops in DataRecurs...Alexey Bataev2014-07-092-4/+8
* Revert commit 212599.Alexey Bataev2014-07-092-4/+2
* [OPENMP] Fixed incompatibility in [Data]RecursiveASTVisitor::TraverseOMPExecu...Alexey Bataev2014-07-092-2/+4
* clang-format: Add new option to indent wrapped function declarations.Daniel Jasper2014-07-091-0/+5
* [OPENMP] Improved code of DataRecursiveASTVisitor and RecursiveASTVisitor for...Alexey Bataev2014-07-092-126/+92
* clang-format: Revamp function declaration/definition indentation.Daniel Jasper2014-07-091-6/+0
* Simplify warning flag value handling from r206826Alp Toker2014-07-091-13/+9
* Sema: Don't allow CVR qualifiers before structorsDavid Majnemer2014-07-081-0/+8
* Improve memory ownership of vfs::Files in the FileSystemStatCache by using st...David Blaikie2014-07-082-5/+10
* [OPENMP] Allow ‘reduction’ clause on ‘omp simd’ directive.Alexander Musman2014-07-081-1/+2
* [OPENMP] Parsing and sema analysis for 'omp parallel sections' directive.Alexey Bataev2014-07-089-1/+103
* ASTContext: Factor 'getObjCEncodingForPropertyType' as its own method.Joe Groff2014-07-071-0/+4
* PlistSupport: make utility functions non-static inline to encourage linker dedupAlp Toker2014-07-071-15/+15
* [OPENMP] Added initial support for 'omp parallel for'.Alexey Bataev2014-07-0710-9/+130
* Increase argument limit of anyOf, allOf and eachOf from 5 to 9.Manuel Klimek2014-07-071-4/+58
* Move ChainedIncludesSource into the implementationAlp Toker2014-07-072-75/+7
* PointerLoc does not exist anymore. Yaron Keren2014-07-071-2/+1
* Remove unused sys/stat.h includesAlp Toker2014-07-072-3/+0
* Peel away old-style file remapping typedefs and cruftAlp Toker2014-07-071-46/+2
* Fix layering of file remapping and header search initializationAlp Toker2014-07-071-1/+0
OpenPOWER on IntegriCloud