llvm-project/clang/lib
Saleem Abdulrasool c68237bc2c Driver: bifurcate extended and basic MSC versioning
This restores the original behaviour of -fmsc-version. The older option
remains as a mechanism for specifying the basic version information. A
secondary option, -fms-compatibility-version permits the user to specify an
extended version to the driver.

The new version takes the value as a dot-separated value rather than the
major * 100 + minor format that -fmsc-version format. This makes it easier to
specify the value as well as a more flexible manner for specifying the value.

Specifying both values is considered an error.

The older parameter is left solely as a driver option, which is normalised into
the newer parameter. This allows us to retain a single code path in the
compiler itself whilst preserving the semantics of the old parameter as well as
avoid having to determine which of two formats are being used by the invocation.

The test changes are due to the fact that the compiler no longer supports the
old option, and is a direct conversion to the new option.

llvm-svn: 213119
2014-07-16 03:13:50 +00:00
..
ARCMigrate Update for llvm api change. 2014-07-06 17:43:24 +00:00
AST Added the pack_elements range accessor. Refactoring some for loops to use range-based for loops instead. No functional changes intended. 2014-07-15 21:32:31 +00:00
ASTMatchers Remove llvm:: from uses of ArrayRef. 2014-06-28 23:22:23 +00:00
Analysis Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt. 2014-07-15 11:37:03 +00:00
Basic Driver: bifurcate extended and basic MSC versioning 2014-07-16 03:13:50 +00:00
CodeGen Handle diagnostic warnings in Frontend diagnostic handler. 2014-07-16 00:40:42 +00:00
Driver Driver: bifurcate extended and basic MSC versioning 2014-07-16 03:13:50 +00:00
Edit [CMake] Reorder libdeps by alphabetical order. 2014-07-14 04:59:27 +00:00
Format clang-format: Improve heuristic around avoiding bad line breaks. 2014-07-15 09:00:34 +00:00
Frontend Driver: bifurcate extended and basic MSC versioning 2014-07-16 03:13:50 +00:00
FrontendTool [C++11] Use 'nullptr'. 2014-05-26 06:21:51 +00:00
Headers ARM: Add NOP intrinsic mapping in arm_acle.h 2014-07-14 15:32:29 +00:00
Index Added the pack_elements range accessor. Refactoring some for loops to use range-based for loops instead. No functional changes intended. 2014-07-15 21:32:31 +00:00
Lex Fix case-sensitivity of inferred framework modules 2014-07-14 19:45:12 +00:00
Parse Don't get confused on the number of braces when braces start after the first __asm 2014-07-15 02:21:41 +00:00
Rewrite Replace llvm::error_code with std::error_code. 2014-06-12 14:02:15 +00:00
Sema Avoid referencing the vtable when calling the ctor without emitting it 2014-07-16 00:30:59 +00:00
Serialization Added the pack_elements range accessor. Refactoring some for loops to use range-based for loops instead. No functional changes intended. 2014-07-15 21:32:31 +00:00
StaticAnalyzer [OPENMP] Parsing and sema analysis for 'omp task' directive. 2014-07-11 11:25:16 +00:00
Tooling Update for llvm api change. 2014-07-06 17:43:24 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00