llvm-project/clang/lib
Alexander Kornienko ce9161a557 Added an option to avoid splitting certain kinds of comments into lines.
Summary: Added CommentPragmas option for this.

Reviewers: djasper, klimek

Reviewed By: klimek

CC: cfe-commits, klimek

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

llvm-svn: 198310
2014-01-02 15:13:14 +00:00
..
ARCMigrate Replacing calls to getAttr with calls to hasAttr for clarity. No functional change intended -- this only replaces Boolean uses of getAttr. 2013-12-19 02:39:40 +00:00
AST Eliminate UnaryTypeTraitExpr 2014-01-01 05:57:51 +00:00
ASTMatchers [CMake] clang/lib: Prune redundant dependencies. 2013-12-10 02:36:22 +00:00
Analysis Switching getAttrs calls over to using a specific_attr_iterator. No functional changes intended. 2013-12-19 15:35:31 +00:00
Basic Remove the now unused 's' specifications. 2014-01-02 14:06:59 +00:00
CodeGen Verify that clang TargetInfo descriptions match DataLayout strings from LLVM 2014-01-02 15:08:04 +00:00
Driver Propagate "-arch x86_64h" setting to the linker. <rdar://problem/15711488> 2013-12-28 05:26:14 +00:00
Edit Add front-end infrastructure now address space casts are in LLVM IR. 2013-12-11 13:39:46 +00:00
Format Added an option to avoid splitting certain kinds of comments into lines. 2014-01-02 15:13:14 +00:00
Frontend Silence a dubious GCC warning about a set but unused global. Indeed, the 2013-12-28 02:50:00 +00:00
FrontendTool Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 2013-12-27 08:11:08 +00:00
Headers [CMake][VS][XCode] Restruct the output directory layout more comfortable, ${BINARY_DIR}/${BUILD_MODE}/(bin|lib) 2013-12-30 06:48:30 +00:00
Index [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on target_link_libraries() and LLVM_LINK_COMPONENTS. 2013-12-09 19:04:43 +00:00
Lex Switch over more of the parser to err_expected 2013-12-30 23:29:50 +00:00
Parse Eliminate UnaryTypeTraitExpr 2014-01-01 05:57:51 +00:00
Rewrite Implement MSVC header search algorithm in MicrosoftMode. 2013-12-27 19:46:16 +00:00
Sema Eliminate UnaryTypeTraitExpr 2014-01-01 05:57:51 +00:00
Serialization Eliminate UnaryTypeTraitExpr 2014-01-01 05:57:51 +00:00
StaticAnalyzer Eliminate UnaryTypeTraitExpr 2014-01-01 05:57:51 +00:00
Tooling CompilationDatabase.cpp:stripPositionalArgs(): Match not "no-integrated-as" but "-no-integrated-as", it really fixes r197229. 2013-12-14 06:03:28 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00