llvm-project/clang/lib
David Majnemer 093012bf6e [clang-cl] Implement support for /std
/std: supports two arguments, c++14 and c++latest.  Currently, c++latest
maps to c++1z but this might change down the road.

llvm-svn: 273841
2016-06-27 02:32:12 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a 2016-06-25 00:15:56 +00:00
ASTMatchers IgnoringImplicit matcher. 2016-06-24 09:38:03 +00:00
Analysis Use more ArrayRefs 2016-06-24 04:05:48 +00:00
Basic Add support for musl-libc on ARM Linux. 2016-06-24 21:35:06 +00:00
CodeGen CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled. 2016-06-25 00:24:06 +00:00
Driver [clang-cl] Implement support for /std 2016-06-27 02:32:12 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS] Fix build breakage. 2016-06-24 17:45:13 +00:00
Frontend Use even more ArrayRefs 2016-06-24 05:33:44 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [X86] add _mm_loadu_si64 2016-06-26 13:51:54 +00:00
Index Use more ArrayRefs 2016-06-24 04:05:48 +00:00
Lex [Lex] Try to fix a 'comparison is always false' warning. NFC. 2016-06-16 02:30:33 +00:00
Parse Revert r273705 2016-06-24 19:20:02 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema Fix unused variable warning after r273754. 2016-06-25 16:40:53 +00:00
Serialization Implement C++17 P0386R2, inline variables. (The 'inline' specifier gives a 2016-06-25 00:15:56 +00:00
StaticAnalyzer Revert r273705 2016-06-24 19:20:02 +00:00
Tooling Trying to fix a buffer overflow that broke buildbot sanitizer-x86_64-linux-fast/builds/13946. 2016-06-21 20:49:50 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00