llvm-capstone/clang/lib
Hans Wennborg 6ddc6901ef clang-cl: add support for the /? and /help options
This establishes a new Flag in Options.td, which can be assigned to
options that should be made available in clang's cl.exe compatible
mode, and updates the Driver to make use of the flag.

(The whitespace change to CMakeLists forces the build to re-run CMake
 and pick up the include dependency on the new .td file. This makes the
 build work if someone moves backwards in commit history after this change.)

Differential Revision: http://llvm-reviews.chandlerc.com/D1215

llvm-svn: 187280
2013-07-27 00:23:45 +00:00
..
Analysis [analyzer] Include analysis stack in crash traces. 2013-07-19 00:59:08 +00:00
ARCMigrate Objective-C migrator: some cleanup. 2013-07-24 19:18:37 +00:00
AST [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. 2013-07-26 18:38:12 +00:00
ASTMatchers Add matcher for float literals. 2013-07-26 18:52:58 +00:00
Basic [PowerPC] Support powerpc64le as a syntax-checking target. 2013-07-26 01:36:11 +00:00
CodeGen Use the new boolean to StringRef function to generate the proper StringRefs. 2013-07-26 21:51:11 +00:00
Driver clang-cl: add support for the /? and /help options 2013-07-27 00:23:45 +00:00
Edit ObjectiveC migrator: Remove semicolon after the typedef 2013-07-18 22:17:33 +00:00
Format clang-format: Add two new style options to support WebKit style. 2013-07-26 16:56:36 +00:00
Frontend Add a -fno-math-builtin option to the Clang -cc1 2013-07-23 00:13:01 +00:00
FrontendTool ObjC migrator: Add -objcmt-migrate-property to do property 2013-07-09 16:59:14 +00:00
Headers This patch implements __get_cpuid_max() as an inline and __cpuid() and 2013-07-19 17:28:36 +00:00
Lex Fix GNU ObjC ABI for a message returning a struct. 2013-07-26 00:53:29 +00:00
Parse Avoid recursions when the parser finds out that it has too many brackets. 2013-07-25 02:11:20 +00:00
Rewrite [frontend] '-frewrite-includes' should not ignore headers included from command-line. 2013-07-26 15:32:04 +00:00
Sema Don't build expressions for invalid casts. 2013-07-26 23:47:47 +00:00
Serialization Make modules depend on the compiler's own module.map, as a proxy for the compiler itself. 2013-07-22 20:48:33 +00:00
StaticAnalyzer [analyzer] Fix FP warnings when binding a temporary to a local static variable 2013-07-26 11:50:42 +00:00
Tooling Allow clang tools to display an overview when using the CommonOptionsParser. 2013-07-19 12:20:59 +00:00
CMakeLists.txt Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that 2013-05-29 21:09:18 +00:00
Makefile