OSDN Git Service

[Lexicon] Add "ICE", internal compiler error
authorBrian Gesiak <modocache@gmail.com>
Thu, 5 Apr 2018 14:08:16 +0000 (14:08 +0000)
committerBrian Gesiak <modocache@gmail.com>
Thu, 5 Apr 2018 14:08:16 +0000 (14:08 +0000)
Test Plan:
1. `ninja docs-llvm-html`
2. Confirm that the rendered docs HTML contains the new "ICE" entry

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@329285 91177308-0d34-0410-b5e6-96231b3b80d8

docs/Lexicon.rst

index 0021bf8..981aaea 100644 (file)
@@ -133,6 +133,12 @@ H
 I
 -
 
+**ICE**
+    Internal Compiler Error. This abbreviation is used to describe errors
+    that occur in LLVM or Clang as they are compiling source code. For example,
+    if a valid C++ source program were to trigger an assert in Clang when
+    compiled, that could be referred to as an "ICE".
+
 **IPA**
     Inter-Procedural Analysis. Refers to any variety of code analysis that
     occurs between procedures, functions or compilation units (modules).