llvm-project/clang/lib
Daniel Jasper 8737930cac clang-format: [JS/TypeScript] Support "enum" as an optional property name, too.
Before:
  enum?: string
  [];

After:
  enum?: string[];

llvm-svn: 259628
2016-02-03 05:33:44 +00:00
..
ARCMigrate Class Property: class property and instance property can have the same name. 2016-01-28 18:49:28 +00:00
AST Make CF constant string decl visible to name lookup to fix module errors 2016-02-03 03:26:19 +00:00
ASTMatchers Reapply r259210 with a fix for RegistryTest.cpp. 2016-02-01 14:11:47 +00:00
Analysis Make headers self-contained. 2016-02-02 11:06:57 +00:00
Basic [OpenMP] Prevent nesting of target constructs within target code execution regions. 2016-02-02 04:00:47 +00:00
CodeGen Fix Itanium RTTI emission so that we emit fundamental type information into the 2016-02-03 01:32:42 +00:00
Driver Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. 2016-02-02 11:06:51 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format clang-format: [JS/TypeScript] Support "enum" as an optional property name, too. 2016-02-03 05:33:44 +00:00
Frontend Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. 2016-02-02 11:06:51 +00:00
FrontendTool Remove autoconf support 2016-01-26 21:30:40 +00:00
Headers This patch adds doxygen comments for the intrinsincs in the header file __wmmintrin_aes.h. 2016-01-29 23:59:00 +00:00
Index Remove autoconf support 2016-01-26 21:30:40 +00:00
Lex Move LocInfoType from Sema to AST. 2016-02-01 17:42:01 +00:00
Parse Fix miscompile and rejects-valids when disambiguating after an ambiguous 2016-02-03 02:58:20 +00:00
Rewrite Remove autoconf support 2016-01-26 21:30:40 +00:00
Sema Make CF constant string decl visible to name lookup to fix module errors 2016-02-03 03:26:19 +00:00
Serialization Make CF constant string decl visible to name lookup to fix module errors 2016-02-03 03:26:19 +00:00
StaticAnalyzer Code clean up; NFC. 2016-02-01 21:28:33 +00:00
Tooling Add an optional ToolName argument to runToolOnCodeWithArgs/buildASTFromCodeWithArgs. 2016-01-29 11:29:02 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00